vfio: use correct runstate
commitba29776fd8160a5c1c1892af5e237fc37aec3cf7
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 30 Jun 2014 15:56:08 +0000 (30 09:56 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 30 Jun 2014 15:56:08 +0000 (30 09:56 -0600)
tree06a94ae098fd4b986d6c3e84a966810f3651549d
parentc40708176a6b52b73bec14796b7c71b882ceb102
vfio: use correct runstate

io-error is for block device errors; it should always be preceded
by a BLOCK_IO_ERROR event.  I think vfio wants to use
RUN_STATE_INTERNAL_ERROR instead.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/misc/vfio.c