qemu/msi: clean used vectors state on load
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 5 Jul 2009 12:58:44 +0000 (15:58 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 10 Jul 2009 18:44:30 +0000 (13:44 -0500)
commit4bfd1712d787db62586e620cb84d35f6afa5b772
tree869c05f9ee1578c29b85d7311bde924dcb20320b
parent3f6a3ee51ebd1e86c48ff1216f5caf9785913ab5
qemu/msi: clean used vectors state on load

Clean up msix vector usage state on load. Since guest might have control
over it through the device, the device will have to load this state from
file.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/msix.c