summaryrefslogtreecommitdiffstats
path: root/hw/i386/acpi-dsdt.dsl
diff options
context:
space:
mode:
authorIgor Mammedov2015-12-28 18:02:40 +0100
committerMichael S. Tsirkin2016-01-09 22:20:18 +0100
commit100681ccf1f97d220fbc620c9226701773cc7eaf (patch)
tree8be1f7566899f7c37220acde11bb5d57abebeab8 /hw/i386/acpi-dsdt.dsl
parentpc: acpi: pci: move link devices into SSDT (diff)
downloadqemu-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.dsl11
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)