]> git.proxmox.com Git - qemu.git/commit - hw/virtio/virtio-pci.c
virtio: do not reset msix state on soft reset
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 24 Nov 2009 14:45:35 +0000 (16:45 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 1 Dec 2009 15:58:48 +0000 (17:58 +0200)
commit1b8e9b274287ea7e2256244e62ed285b7d83e0ad
tree8931a2e82e02746b51d4c059e9bb5653c1177d44
parentb5f28bcaeec3ca54755f24ae665c4028fc598d77
virtio: do not reset msix state on soft reset

msix state is managed by OS, not the
driver, so it's wrong to touch it
on io from driver.
Mark all vectors unused instead.

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