Re: [Qemu-devel] [PATCH 00/16 RFC v6] ACPI memory hotplug

2013-09-17 Thread Igor Mammedov
On Wed, 11 Sep 2013 12:01:44 +0800 Hu Tao hu...@cn.fujitsu.com wrote: On Tue, Jul 23, 2013 at 06:22:56PM +0200, Igor Mammedov wrote: As opposed to previous approach, This series allows to hotplug 'arbitrary' DIMM devices specifying size, NUMA node mapping, slot and address where to map it,

Re: [Qemu-devel] [PATCH 00/16 RFC v6] ACPI memory hotplug

2013-09-10 Thread Hu Tao
On Tue, Jul 23, 2013 at 06:22:56PM +0200, Igor Mammedov wrote: As opposed to previous approach, This series allows to hotplug 'arbitrary' DIMM devices specifying size, NUMA node mapping, slot and address where to map it, at runtime. Due to ACPI limitation there is need to specify a number of

Re: [Qemu-devel] [PATCH 00/16 RFC v6] ACPI memory hotplug

2013-08-09 Thread Anthony Liguori
Anthony Liguori aligu...@us.ibm.com writes: Applied. Thanks. Something went bad here... Apologies, it was not applied. Regards, Anthony Liguori Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH 00/16 RFC v6] ACPI memory hotplug

2013-08-07 Thread Erlon Cruz
On Fri, Aug 2, 2013 at 9:35 AM, Anthony Liguori aligu...@us.ibm.com wrote: Applied. Thanks. Where can I find this branch? Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH 00/16 RFC v6] ACPI memory hotplug

2013-08-02 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH 00/16 RFC v6] ACPI memory hotplug

2013-07-24 Thread Hu Tao
v6 doesn't work here, things are going fine until online hotplugged memory in guest. steps: 1. qemu cmd: ./x86_64-softmmu/qemu-system-x86_64 -enable-kvm -m 512,maxmem=2G,slots=1 \ -hda /mnt/data/libvirt-images/hut-rhel6.3.img -L ../pc-bios-memhp/ (bios is from MST's acpi tree) 2.

Re: [Qemu-devel] [PATCH 00/16 RFC v6] ACPI memory hotplug

2013-07-24 Thread Igor Mammedov
On Wed, 24 Jul 2013 17:52:50 +0800 Hu Tao hu...@cn.fujitsu.com wrote: v6 doesn't work here, things are going fine until online hotplugged memory in guest. steps: 1. qemu cmd: ./x86_64-softmmu/qemu-system-x86_64 -enable-kvm -m 512,maxmem=2G,slots=1 \ -hda

Re: [Qemu-devel] [PATCH 00/16 RFC v6] ACPI memory hotplug

2013-07-24 Thread Vasilis Liaskovitis
On Wed, Jul 24, 2013 at 12:02:46PM +0200, Igor Mammedov wrote: On Wed, 24 Jul 2013 17:52:50 +0800 Hu Tao hu...@cn.fujitsu.com wrote: v6 doesn't work here, things are going fine until online hotplugged memory in guest. steps: 1. qemu cmd: ./x86_64-softmmu/qemu-system-x86_64