]> Git Repo - qemu.git/commit - hw/virtio.c
qemu: init all queues to NO_VECTOR value
authorMichael S. Tsirkin <[email protected]>
Mon, 7 Sep 2009 18:20:15 +0000 (21:20 +0300)
committerAnthony Liguori <[email protected]>
Fri, 11 Sep 2009 15:19:46 +0000 (10:19 -0500)
commitb8193adbda922659ba290fd9fb6ee053ee191d70
treea2713572832003a6345a02ec2216cbbf69b081dd
parent711bf3d954371abffc07e397fc868a9c9e7e5585
qemu: init all queues to NO_VECTOR value

initialize vectors for all vqs to VIRTIO_NO_VECTOR rather than 0 which
is a valid vector. This fixes migration which happened before driver
was loaded.

Signed-off-by: Michael S. Tsirkin <[email protected]>
Reported-by: Amit Shah <[email protected]>
Tested-by: Amit Shah <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
hw/virtio.c
This page took 0.024459 seconds and 4 git commands to generate.