]> Git Repo - qemu.git/commit
acpi: piix4: remove not needed GPE0 mask
authorIgor Mammedov <[email protected]>
Fri, 13 Dec 2013 16:22:06 +0000 (17:22 +0100)
committerMichael S. Tsirkin <[email protected]>
Mon, 23 Dec 2013 11:12:34 +0000 (13:12 +0200)
commite4f308bbf9f360ee2af5b94b87aef170d8f20dc4
treeb0c6a7c44fe454f24ec7ab6fd8b51203b755b63e
parent3bcc77ae9935c8c3d10f63492af81f1d7d99d492
acpi: piix4: remove not needed GPE0 mask

Hardcoded GPE0 mask isn't really needed. Since GPE0_STS initialized
with all bits cleared and only QEMU itself can set bits there (i.e.
guest can only clear bits in it). So guest can't triger SCI
by setting _STS & _EN bits and there is not reason to mask out not
supported _STS bits since they shouldn't be set by QEMU in the first
place.

Signed-off-by: Igor Mammedov <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/acpi/piix4.c
This page took 0.024791 seconds and 4 git commands to generate.