pc: fix event_idx compatibility for virtio devices
authorAnthony Liguori <aliguori@us.ibm.com>
Sun, 18 Dec 2011 19:07:03 +0000 (13:07 -0600)
committerJustin M. Forbes <jforbes@redhat.com>
Tue, 10 Jan 2012 15:37:20 +0000 (09:37 -0600)
commit0a44374663b463f456d8c5fb82e49209ba896a99
tree8a6349024ea2766889381dcd984ad4ae17c35c15
parente09f42f9a1ded12ca0d79770897a5ae5cc792b6f
pc: fix event_idx compatibility for virtio devices

event_idx was introduced in 0.15 and must be disabled for all virtio-pci devices
(including virtio-balloon-pci).

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pc_piix.c