Re: [pve-devel] [PATCH] add memory_unplug support

2015-07-28 Thread Dietmar Maurer
Now that we have qemu 2.4, I think we can apply this patch ? The patch does not apply: error: patch failed: PVE/QemuServer.pm:2607 error: PVE/QemuServer.pm: patch does not apply Patch failed at 0001 add memory_unplug support ? ___ pve-devel mailing

Re: [pve-devel] [PATCH] add memory_unplug support

2015-07-28 Thread Alexandre DERUMIER
Envoyé: Mardi 28 Juillet 2015 08:45:20 Objet: Re: [pve-devel] [PATCH] add memory_unplug support Now that we have qemu 2.4, I think we can apply this patch ? The patch does not apply: error: patch failed: PVE/QemuServer.pm:2607 error: PVE/QemuServer.pm: patch does not apply Patch failed

[pve-devel] [PATCH] add memory_unplug support V2

2015-07-28 Thread Alexandre Derumier
qemu 2.4 feature changelog: rebase on last git Note that currently linux guest don't support unplug of dimm when it'sused by kernel memory. They are some tunning to do with memory zone movable. http://events.linuxfoundation.org/sites/events/files/lcjp13_chen.pdf Signed-off-by: Alexandre

Re: [pve-devel] [PATCH] add memory_unplug support

2015-07-27 Thread Alexandre DERUMIER
Now that we have qemu 2.4, I think we can apply this patch ? - Mail original - De: aderumier aderum...@odiso.com À: pve-devel pve-devel@pve.proxmox.com Cc: aderumier aderum...@odiso.com Envoyé: Mercredi 1 Juillet 2015 17:37:23 Objet: [PATCH] add memory_unplug support qemu 2.4 feature

[pve-devel] [PATCH] add memory_unplug support

2015-07-01 Thread Alexandre Derumier
qemu 2.4 feature Signed-off-by: Alexandre Derumier aderum...@odiso.com --- PVE/QemuServer.pm | 101 -- 1 file changed, 83 insertions(+), 18 deletions(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index f035b67..36bed4a 100644 ---