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

2015-07-29 Thread Dietmar Maurer
applied, thanks! ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[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 Derumie

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

2015-07-28 Thread Alexandre DERUMIER
uot;pve-devel" 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.p

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

2015-07-27 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 mailin

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" À: "pve-devel" Cc: "aderumier" Envoyé: Mercredi 1 Juillet 2015 17:37:23 Objet: [PATCH] add memory_unplug support qemu 2.4 feature Signed-off-by: Alexandre Derumier --- PVE/QemuServer.pm

[pve-devel] [PATCH] add memory_unplug support

2015-07-01 Thread Alexandre Derumier
qemu 2.4 feature Signed-off-by: Alexandre Derumier --- 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 --- a/PVE/QemuServer.pm +++ b