Re: [Qemu-devel] [PATCH RFC 1/7] hw/acpi: remove dead acpi code

2016-06-17 Thread Igor Mammedov
On Tue, 31 May 2016 20:48:32 +0300 Marcel Apfelbaum wrote: > PCST and PCSB operation regions are not used by the Q35 machine. > > Signed-off-by: Marcel Apfelbaum Reviewed-by: Igor Mammedov > --- > hw/i386/acpi-build.c | 10 -- > 1 file changed, 10 deletions(-) > > diff --git a/hw/i

[Qemu-devel] [PATCH RFC 1/7] hw/acpi: remove dead acpi code

2016-05-31 Thread Marcel Apfelbaum
PCST and PCSB operation regions are not used by the Q35 machine. Signed-off-by: Marcel Apfelbaum --- hw/i386/acpi-build.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index 279f0d7..9aef25d 100644 --- a/hw/i386/acpi-build.c +++ b/hw/i