Re: [Qemu-devel] [PATCH 2/3] target-i386: reserve RCRB mmio space in ACPI DSDT table

2015-05-27 Thread Paulo Alcantara
On Wed, 27 May 2015 14:03:59 +0200 Paolo Bonzini wrote: > > > On 27/05/2015 02:29, Paulo Alcantara wrote: > > Signed-off-by: Paulo Alcantara > > --- > > hw/i386/acpi-dsdt-pdrc.dsl| 46 > > ++ > > Why pdrc and not e.g. ccr (chipset configuration reg

Re: [Qemu-devel] [PATCH 2/3] target-i386: reserve RCRB mmio space in ACPI DSDT table

2015-05-27 Thread Paolo Bonzini
On 27/05/2015 02:29, Paulo Alcantara wrote: > Signed-off-by: Paulo Alcantara > --- > hw/i386/acpi-dsdt-pdrc.dsl| 46 > ++ Why pdrc and not e.g. ccr (chipset configuration registers)? I cannot find PDRC / PCI device resource consumption in the ICH9

[Qemu-devel] [PATCH 2/3] target-i386: reserve RCRB mmio space in ACPI DSDT table

2015-05-26 Thread Paulo Alcantara
Signed-off-by: Paulo Alcantara --- hw/i386/acpi-dsdt-pdrc.dsl| 46 ++ hw/i386/q35-acpi-dsdt.dsl | 1 + tests/acpi-test-data/q35/DSDT | Bin 7666 -> 7795 bytes 3 files changed, 47 insertions(+) create mode 100644 hw/i386/acpi-dsdt-pdrc.dsl diff