]> git.proxmox.com Git - qemu.git/commit
piix4: disable io on reset
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 11 Sep 2013 10:33:31 +0000 (13:33 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 15 Sep 2013 08:49:50 +0000 (11:49 +0300)
commitc046e8c4a26c902ca1b4f5bdf668a2da6bc75f54
tree0a260b74e17d1a97974b424b8cca1a8cbcf6dbea
parent2028fdf3791e14c5ad156252afa0e792192a3e92
piix4: disable io on reset

io base register at 0x40 is cleared on reset,
but io is not disabled until some other event
happens to call pm_io_space_update.

Invoke pm_io_space_update directly to make this
consistent.

Cc: qemu-stable@nongnu.org
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/piix4.c