diff options
author | Igor Mammedov <imammedo@redhat.com> | 2015-12-28 18:02:29 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2016-01-09 23:20:18 +0200 |
commit | a57d708d1797ac84a9531402661487c46210057f (patch) | |
tree | 26a6e021b0fecf3a12171d10ffa6d58cdd8a58fc /hw/i386/q35-acpi-dsdt.dsl | |
parent | 5ca5efa4a69e1f2bbefa3fa41a01b69066c73acc (diff) |
pc: acpi: move HPET 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 0511e26b59..e57adb8ef2 100644 --- a/hw/i386/q35-acpi-dsdt.dsl +++ b/hw/i386/q35-acpi-dsdt.dsl @@ -115,9 +115,6 @@ DefinitionBlock ( } } -#include "acpi-dsdt-hpet.dsl" - - /**************************************************************** * LPC ISA bridge ****************************************************************/ |