]> git.proxmox.com Git - qemu.git/commit
virtio: invoke set_features on load
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 9 May 2010 16:42:09 +0000 (19:42 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 12 May 2010 15:07:54 +0000 (18:07 +0300)
commitfae054b070143a60ce40671470292efc2dc58a49
tree598f8e04e2ffb5b25108a38732d30f02f1ef3948
parentc3f8f61157625d0bb5bfc135047573de48fdc675
virtio: invoke set_features on load

After migration, vhost was not getting features
acked because set_features callback was never invoked.
The fix is just to invoke that callback.

Reported-by: David L Stevens <dlstevens@us.ibm.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Tested-by: David L Stevens <dlstevens@us.ibm.com>
hw/virtio.c