diff options
author | Igor Mammedov | 2015-12-28 18:02:40 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2016-01-09 22:20:18 +0100 |
commit | 100681ccf1f97d220fbc620c9226701773cc7eaf (patch) | |
tree | 8be1f7566899f7c37220acde11bb5d57abebeab8 /hw/i386/acpi-dsdt.dsl | |
parent | pc: acpi: pci: move link devices into SSDT (diff) | |
download | qemu-100681ccf1f97d220fbc620c9226701773cc7eaf.tar.gz qemu-100681ccf1f97d220fbc620c9226701773cc7eaf.tar.xz qemu-100681ccf1f97d220fbc620c9226701773cc7eaf.zip |
pc: acpi: piix4: move IQCR() into 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/acpi-dsdt.dsl')
-rw-r--r-- | hw/i386/acpi-dsdt.dsl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hw/i386/acpi-dsdt.dsl b/hw/i386/acpi-dsdt.dsl index b74cffd060..1f58ec4e44 100644 --- a/hw/i386/acpi-dsdt.dsl +++ b/hw/i386/acpi-dsdt.dsl @@ -140,17 +140,6 @@ DefinitionBlock ( } Return (0x0B) } - Method(IQCR, 1, Serialized) { - // _CRS method - get current settings - Name(PRR0, ResourceTemplate() { - Interrupt(, Level, ActiveHigh, Shared) { 0 } - }) - CreateDWordField(PRR0, 0x05, PRRI) - If (LLess(Arg0, 0x80)) { - Store(Arg0, PRRI) - } - Return (PRR0) - } External(LNKA, DeviceObj) External(LNKB, DeviceObj) |