qemu: msix nit: clear msix_entries_nr on error
commit8568d307a7db11a176a5b97270cc905a20feafa3
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 22 Jul 2009 15:51:14 +0000 (22 18:51 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 29 Jul 2009 16:38:07 +0000 (29 11:38 -0500)
treeb6a2f8cb963ab36e0ffdb3ca86d8d0a2b0c4b967
parentb87d79698d04bc472d2847d9a1d209985b99f8a4
qemu: msix nit: clear msix_entries_nr on error

I don't think it's critical to do this, but it's
best to keep uninit and error recovery consistent.

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