Alex Williamson fd704adc47 vfio-pci: Rework MSIX setup/teardown
We try to do lazy initialization of MSIX since we don't actually need
to setup anything until MSIX vectors start getting used.  This leads
to problems if MSIX is enabled, but never used (we can end up trying
to re-enable INTx while it's still enabled).  We also run into
problems trying to expand our reset function to tear down interrupts
as we can then get vector release notifications after we've released
data structures.  By making explicit initialization and teardown we
can avoid both of these problems and behave more similar to bare
metal.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
2012-10-08 08:45:29 -06:00
2012-10-08 08:45:29 -06:00
2012-10-01 08:04:22 -05:00
2012-10-05 15:10:21 +02:00
2012-10-05 08:02:30 -05:00
2012-10-05 16:07:49 -05:00
2012-09-28 19:40:56 +02:00
2012-09-28 19:40:56 +02:00
2012-10-05 15:10:21 +02:00
2012-09-28 19:40:56 +02:00
2012-09-28 19:40:56 +02:00
2012-10-05 08:02:30 -05:00
2012-09-22 17:59:12 +00:00
2012-09-28 12:16:27 +02:00
2012-09-28 12:16:27 +02:00
2012-10-05 16:07:49 -05:00
2012-10-05 16:07:49 -05:00
2012-10-05 16:07:49 -05:00
2012-09-25 19:05:56 -05:00
2012-10-05 15:10:21 +02:00
2012-09-28 19:40:56 +02:00
2012-09-26 12:42:19 -03:00
2012-10-05 15:10:21 +02:00
2012-10-06 18:47:04 +02:00
2012-09-28 17:51:47 +02:00
2012-09-28 17:51:47 +02:00
2012-10-05 15:10:21 +02:00
2012-10-03 13:48:45 +00:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%