diff options
author | Igor Mammedov <imammedo@redhat.com> | 2015-02-20 18:22:12 +0000 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-03-01 12:33:22 +0100 |
commit | 8ac6f7a6d64386426daa6c34676d296cafe19a80 (patch) | |
tree | 8eb0555d22458061982d3f59d137529cd8dd28d8 /hw/i386/q35-acpi-dsdt.dsl | |
parent | 1142e45ffdc5bf76ae920a25495e13223f5d5ed2 (diff) | |
download | qemu-8ac6f7a6d64386426daa6c34676d296cafe19a80.zip qemu-8ac6f7a6d64386426daa6c34676d296cafe19a80.tar.gz qemu-8ac6f7a6d64386426daa6c34676d296cafe19a80.tar.bz2 |
pc: acpi-build: drop template patching and create Device(SMC) dynamically
patch moves SMC device into SSDT and creates it only
when device is present, which makes ACPI tables smaller
in default case when device is not present.
Also it fixes wrong IO range in CRS if "iobase"
property is set to a non default value.
PS:
Testing with XP shows that current default "iobase"
used SMC device conflicts with floppy controller IO,
but it's topic for another patch and I'd leave it
to SMC device author for resolving conflict.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
CC: agraf@suse.de
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/i386/q35-acpi-dsdt.dsl')
-rw-r--r-- | hw/i386/q35-acpi-dsdt.dsl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i386/q35-acpi-dsdt.dsl b/hw/i386/q35-acpi-dsdt.dsl index 3fb4b2f..16eaca3 100644 --- a/hw/i386/q35-acpi-dsdt.dsl +++ b/hw/i386/q35-acpi-dsdt.dsl @@ -150,7 +150,6 @@ DefinitionBlock ( } } -#define DSDT_APPLESMC_STA q35_dsdt_applesmc_sta #include "acpi-dsdt-isa.dsl" |