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 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, at runtime. >

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 numbe

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

2013-08-09 Thread Anthony Liguori
Anthony Liguori 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 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 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 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 -

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 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 /mnt/data/libvirt-images/hut-rhel6.3.i

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. hot-plu

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

2013-07-23 Thread Igor Mammedov
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 possible DIMM devices. For this task -m option was extended to suppo