pmj / virtio-net-osx

Mac OS X driver for a (virtualised) "virtio" network device. Virtio network devices are supported by KVM and VirtualBox. Fastest virtual network device for VirtualBox OSX Guests, allows kernel debugging of guests via gdb.
231 stars 24 forks source link

what happened to plans for memory balloon driver? #11

Open mailinglists35 opened 4 years ago

mailinglists35 commented 4 years ago

it would be very useful

thanks

pmj commented 4 years ago

I wrote the driver years ago, but I haven't found time to make a robust public binary release. I've just pushed the code, here:

https://github.com/pmj/virtio-net-osx/blob/cd0d520d14b994bca9b1cf9790767a774bfe3c1b/VirtioFamily/VirtioMemBalloonDevice.h

I unfortunately don't recall the status of it, as it's been some time since I touched the virtio drivers. But it should certainly be possible to get it working with a little bit of effort.