Re: [pve-devel] [PATCH V2 qemu-server 1/2] enable balloon free-page-reporting

2022-03-28 Thread DERUMIER, Alexandre
Hi Thomas, any news about this one ? if you want to enable it by default, I'm doing it in the v1 of the patch https://lists.proxmox.com/pipermail/pve-devel/2022-March/051881.html Also, I have send v2 for bridge no-learning to handle the nolearning pve-network : fix bridge-disable-mac-learning

Re: [pve-devel] [PATCH V2 qemu-server 1/2] enable balloon free-page-reporting

2022-03-17 Thread Thomas Lamprecht
On 16.03.22 20:32, DERUMIER, Alexandre wrote: > From my tests: > a already booted vm without the balloon freepage option enabled ---> > migrating to new vm with balloon freepage option enabled : works > > Then failback it to previous node : works > > > But starting a new vm with the option enabl

Re: [pve-devel] [PATCH V2 qemu-server 1/2] enable balloon free-page-reporting

2022-03-16 Thread DERUMIER, Alexandre
Le mercredi 16 mars 2022 à 18:48 +0100, Thomas Lamprecht a écrit : > On 06.03.22 13:46, Alexandre Derumier wrote: > > Allow balloon device  driver to report hints of guest free pages to > > the host, > > for auto memory reclaim > > > > https://antiphishing.cetsi.fr/proxy/v3?i=WjB4M1dJWGJJMnNGTHV5M

Re: [pve-devel] [PATCH V2 qemu-server 1/2] enable balloon free-page-reporting

2022-03-16 Thread Thomas Lamprecht
On 06.03.22 13:46, Alexandre Derumier wrote: > Allow balloon device driver to report hints of guest free pages to the host, > for auto memory reclaim > > https://lwn.net/Articles/759413/ > https://events19.linuxfoundation.org/wp-content/uploads/2017/12/KVMForum2018.pdf > Signed-off-by: Alexandre

[pve-devel] [PATCH V2 qemu-server 1/2] enable balloon free-page-reporting

2022-03-06 Thread Alexandre Derumier
Allow balloon device driver to report hints of guest free pages to the host, for auto memory reclaim https://lwn.net/Articles/759413/ https://events19.linuxfoundation.org/wp-content/uploads/2017/12/KVMForum2018.pdf Signed-off-by: Alexandre Derumier --- PVE/QemuServer.pm | 4 +++- 1 file changed