virtio-win / kvm-guest-drivers-windows

Windows paravirtualized drivers for QEMU\KVM
https://www.linux-kvm.org/page/WindowsGuestDrivers
BSD 3-Clause "New" or "Revised" License
2.03k stars 386 forks source link

baloon driver: free-page-reporting support #899

Open JuniorJPDJ opened 1 year ago

JuniorJPDJ commented 1 year ago

Linux kernel driver supports it since 5.7 release (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b0c504f154718904ae49349147e3b7e6ae91ffdc). It allows QEMU to free unused guest memory on host side and allows overcommiting memory.

Other sources:

YanVugenfirer commented 1 year ago

Adding it to the list of future features

ferodevil commented 3 months ago

any plan?

YanVugenfirer commented 3 months ago

A low-priority issue for us for now. It is not planned until Windows Server 2025 is released.

ferodevil commented 3 months ago

qemu have hv-balloon now, it seems better than virtio-balloon, still we need virtio-balloon, any suggestion?

YanVugenfirer commented 3 months ago

It depends on your setup. You can choose to use hv-baloon or virtio-mem.

ferodevil commented 3 months ago

OK,thanks