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
1.92k stars 377 forks source link

virtio-mem Windows guest support #1000

Open ohault opened 7 months ago

ohault commented 7 months ago

MmAddPhysicalMemory has just been documented

In follow-up of https://ourwindowsman.wordpress.com/2020/11/03/virtio-mem-goes-to-windows/, the virtio-mem Windows guest support can continue.

YanVugenfirer commented 7 months ago

@ohault Thanks!

Directox01 commented 7 months ago

Hello @YanVugenfirer, may I ask if it's related to the feature I've asked about https://github.com/virtio-win/kvm-guest-drivers-windows/discussions/989 ? Thank you in advance.

YanVugenfirer commented 7 months ago

@Directox01 It is an alternative method for memory over commit in the guest, when the memory is added\removed by the hypervisor and the driver.

Directox01 commented 6 months ago

@Directox01 It is an alternative method for memory over commit in the guest, when the memory is added\removed by the hypervisor and the driver.

Thank you for the clarification. Good luck in its development!