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)
commitcc2a89a8b3f9500d9540ab74c4055be89aee30e6
tree869c05f9ee1578c29b85d7311bde924dcb20320b
parent1bf2494ec7a66b306801bbe642ea03c4057f1f89
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