Re: [Qemu-devel] [PATCH v3 33/42] hw/acpi: ACPI_PM_* defines are not restricted to i386 arch

2017-10-18 Thread Igor Mammedov
On Tue, 17 Oct 2017 13:44:17 -0300 Philippe Mathieu-Daudé wrote: > this allows to remove the old i386/pc dependency on acpi/core. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Igor Mammedov > --- > include/hw/acpi/acpi.h | 11 +++ > include/hw/i386/pc.h | 11 --- >

[Qemu-devel] [PATCH v3 33/42] hw/acpi: ACPI_PM_* defines are not restricted to i386 arch

2017-10-17 Thread Philippe Mathieu-Daudé
this allows to remove the old i386/pc dependency on acpi/core. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/acpi/acpi.h | 11 +++ include/hw/i386/pc.h | 11 --- hw/acpi/core.c | 1 - 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/include/hw/ac