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