qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/11] vfio-pci cleanup and fixes
@ 2012-10-04 22:17 Alex Williamson
  2012-10-04 22:17 ` [Qemu-devel] [PATCH 01/11] vfio-pci: Update slow path INTx algorithm Alex Williamson
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Alex Williamson @ 2012-10-04 22:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.williamson

I've been accumulating a backlog of vfio-pci changes while we've been
getting the first implementation accepted.  This series includes a
new algorithm for dealing with INTx that should avoid users needing
to know about experimental parameters, a re-try mechanism for mappings
that avoids common errors users might see trying to use vfio-pci, a
rework of MSIX setup and teardown that fixes a corner case for MSIX
being enabled but not used, a more robust device reset that re-inits
interrupts much like pci-assign, a missing INTx setup failure cleanup,
and addresses a few comments collected during initial review.

Comments welcome.  If there are no changes or objections I'll send a
pull request for this next week.  Thanks,

Alex

---

Alex Williamson (11):
      vfio-pci: Cleanup on INTx setup failure
      vfio-pci: Extend reset
      vfio-pci: Remove setting of MSI qsize
      vfio-pci: Use uintptr_t for void* cast
      vfio-pci: Don't peak at msi_supported
      vfio-pci: Roll the header into the .c file
      vfio-pci: No spurious MSIs
      vfio-pci: Rework MSIX setup/teardown
      vfio-pci: Unmap and retry DMA mapping
      vfio-pci: Re-order map/unmap
      vfio-pci: Update slow path INTx algorithm


 hw/vfio_pci.c     |  395 +++++++++++++++++++++++++++++++++--------------------
 hw/vfio_pci_int.h |  114 ---------------
 2 files changed, 246 insertions(+), 263 deletions(-)
 delete mode 100644 hw/vfio_pci_int.h

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-10-04 22:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-04 22:17 [Qemu-devel] [PATCH 00/11] vfio-pci cleanup and fixes Alex Williamson
2012-10-04 22:17 ` [Qemu-devel] [PATCH 01/11] vfio-pci: Update slow path INTx algorithm Alex Williamson
2012-10-04 22:17 ` [Qemu-devel] [PATCH 02/11] vfio-pci: Re-order map/unmap Alex Williamson
2012-10-04 22:17 ` [Qemu-devel] [PATCH 03/11] vfio-pci: Unmap and retry DMA mapping Alex Williamson
2012-10-04 22:17 ` [Qemu-devel] [PATCH 04/11] vfio-pci: Rework MSIX setup/teardown Alex Williamson
2012-10-04 22:18 ` [Qemu-devel] [PATCH 05/11] vfio-pci: No spurious MSIs Alex Williamson
2012-10-04 22:18 ` [Qemu-devel] [PATCH 06/11] vfio-pci: Roll the header into the .c file Alex Williamson
2012-10-04 22:18 ` [Qemu-devel] [PATCH 07/11] vfio-pci: Don't peak at msi_supported Alex Williamson
2012-10-04 22:18 ` [Qemu-devel] [PATCH 08/11] vfio-pci: Use uintptr_t for void* cast Alex Williamson
2012-10-04 22:18 ` [Qemu-devel] [PATCH 09/11] vfio-pci: Remove setting of MSI qsize Alex Williamson
2012-10-04 22:18 ` [Qemu-devel] [PATCH 10/11] vfio-pci: Extend reset Alex Williamson
2012-10-04 22:18 ` [Qemu-devel] [PATCH 11/11] vfio-pci: Cleanup on INTx setup failure Alex Williamson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).