diff options
author | Igor Mammedov <imammedo@redhat.com> | 2015-12-28 18:02:36 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2016-01-09 23:20:18 +0200 |
commit | 28f1f0e929dafb58fd725bcf559b28049fd2161d (patch) | |
tree | 9cc68b437eddf31970808ecb0b0ea1309c7e1950 /hw/i386/q35-acpi-dsdt.dsl | |
parent | 8b1da5f8fdfb5e72e627f6fecbe8cd83bc7bda47 (diff) |
pc: acpi: move COM devices from DSDT to SSDT
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/i386/q35-acpi-dsdt.dsl b/hw/i386/q35-acpi-dsdt.dsl index bf3f97444d..4862dedfe7 100644 --- a/hw/i386/q35-acpi-dsdt.dsl +++ b/hw/i386/q35-acpi-dsdt.dsl @@ -146,9 +146,6 @@ DefinitionBlock ( } } -#include "acpi-dsdt-isa.dsl" - - /**************************************************************** * PCI IRQs ****************************************************************/ |