Spyke
programming.dev

Ok. So now both Apple and Microsoft are distributors of the Linux kernel. What a timeline.

111
lemmy.ml

Cool. Podman Desktop should be easier after this. Presumably, it’s still a Linux VM driven by something written by Apple instead of qemu.

No macOS containers though. Being able to spin up macOS containers would have been nice for builds and isolating things like pkgsrc.

59
lemmy.world

If containers are part of your work then you wouldn't buy a 8GB RAM unupgradable device anyway.

34

No, but the company's IT would buy a 16GB Macbook for you that isn't even initially compatible with the images/containers you need to work with. Ask me how I know >.>

36
Nomecksreply
lemmy.ca

You're right. I wouldn't, but someone did for me!

15

If it's a work computer, tell your IT department it's getting in the way of your job.

7
Yerboutireply
sh.itjust.works

Yeah, about that... Heroic game launcher is free and can run a loooooooot of pc games. It now runs pc steam directly.

3
aussie.zone

When all you hire are web devs everything becomes a docker

15
midwest.social

I wonder if they’re going to allow GPU access from inside the VMs.

14

Apple being Apple, the answer is probably yes. But realistically there's going to be some stupid hurdle in the way and because they make it a PITA nobody's really going to do it.

Which really sucks because the massive GPU and "unified memory" is incredible when they work in conjunction.

20
geoffreply
midwest.social

Is Apple’s tech going to be using KVM machinery then, or are you just saying that it’s possible in general?

1
Alexreply
lemmy.ml

No the Apple hypervisor is called hvf, but projects like rust-vmm and QEMU can control and service guests run on that hypervisor. No KVM required.

2
geoffreply
midwest.social

Oh that’s cool! I thought virtio and such were KVM-specific things. I have never been super clear on the relationship between QEMU and the hypervisor itself, like where one ends and the other begins.

1
Alexreply

VirtIO was originally developed as a device para-virtualization as part of KVM but it is now an OASIS standard: https://docs.oasis-open.org/virtio/virtio/v1.3/virtio-v1.3.html which a number of hypervisors/VMM's support.

The line between what a hypervisor (like KVM) does and what is delegated to a Virtual Machine Monitor - VMM (like QEMU) is fairly blurry. There is always an additional cost to leaving the hypervisor to the VMM so it tends to be for configuration and lifetime management. However VirtIO is fairly well designed so the bulk of VirtIO data transactions can be processed by a dedicated thread which just gets nudged by the kernel when it needs to do stuff leaving the VM cores to just continue running.

I should add HVF tends to delegate most things to the VMM rather than deal with things in the hypervisor. It makes for a simpler hypervisor interface although not quite as performance tuned as KVM can be for big servers.

3

Sweet, that will help me, although it takes away my last blocker allowing me to use my Linux box as my primary blocker.

I guess I will have to comain about performance or something.

3

[email protected] It is certified to be UNIX, yes. But Linux is not UNIX. Not that it would matter if Linux was certified to be UNIX anyhow. UNIX is a certification that you go through and pay for. The kernel beneath is not necessarily binary compatible with other UNIX operating systems.

10

It is based on Unix yeah but Linux and Unix are different enough.

3
lemmy.world

While I read the title I was thinking “that sounds like Linux with extra steps” - maybe that’s good enough for some discussion.

0

You reached the end

macOS 26 introduces the Containerization Framework: "enables developers to create, download, or run Linux container images directly on Mac" | Spyke