virtio: remove control vector save
commit7eeb73843fcc86ea25f2e2fd616b1401c9b08d81
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 5 Jul 2009 12:58:36 +0000 (5 15:58 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 9 Jul 2009 10:01:20 +0000 (9 13:01 +0300)
treea8dc76da9532dc52beaa7e43a1c2d2852a7e76ba
parente7c3c8afcfd8bc4fb03a49653c3494f204c520de
virtio: remove control vector save

control vector is already saved/restored by virtio-pci,
it does not need to be done in virtio.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
hw/virtio.c