[Qemu-devel] [PATCH 8/9] pc: ACPI: unify source of CPU hotplug IO base/len

2014-01-09 Thread Igor Mammedov
use C headers defines as source of IO base/len for respective values in ASL code. Signed-off-by: Igor Mammedov --- v2: * add cpu_hotplug_defs.h for sharing defines to reduce ifdeffenery --- hw/acpi/piix4.c|5 ++--- hw/i386/Makefile.objs |2 +- hw/i386/ac

Re: [Qemu-devel] [PATCH 8/9] pc: ACPI: unify source of CPU hotplug IO base/len

2014-01-08 Thread Michael S. Tsirkin
On Sat, Dec 28, 2013 at 11:30:51PM +0100, Igor Mammedov wrote: > use C headers defines as source of IO base/len for respective > values in ASL code. > > Signed-off-by: Igor Mammedov That's cool. It's a bit confusing that you add macro in one patch, then drop it in another. Could you reorder pat

[Qemu-devel] [PATCH 8/9] pc: ACPI: unify source of CPU hotplug IO base/len

2013-12-28 Thread Igor Mammedov
use C headers defines as source of IO base/len for respective values in ASL code. Signed-off-by: Igor Mammedov --- hw/acpi/ich9.c| 4 +--- hw/acpi/piix4.c | 5 ++--- hw/i386/Makefile.objs | 9 +++-- hw/i386/acpi-dsdt-cpu-hotplug.dsl | 7 -