summaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)Author
2015-09-23vfio/pci: Remove use of g_malloc0_n() from quirksAlex Williamson
2015-09-23vfio/pci: Add emulated PCI IDsAlex Williamson
2015-09-23vfio/pci: Cache vendor and device IDAlex Williamson
2015-09-23vfio/pci: Move AMD device specific reset to quirksAlex Williamson
2015-09-23vfio/pci: Remove old config window and mirror quirksAlex Williamson
2015-09-23vfio/pci: Config mirror quirkAlex Williamson
2015-09-23vfio/pci: Config window quirksAlex Williamson
2015-09-23vfio/pci: Rework RTL8168 quirkAlex Williamson
2015-09-23vfio/pci: Cleanup Nvidia 0x3d0 quirkAlex Williamson
2015-09-23vfio/pci: Cleanup ATI 0x3c3 quirkAlex Williamson
2015-09-23vfio/pci: Foundation for new quirk structureAlex Williamson
2015-09-23vfio/pci: Cleanup ROM blacklist quirkAlex Williamson
2015-09-23vfio/pci: Split quirks to a separate fileAlex Williamson
2015-09-23vfio/pci: Extract PCI structures to a separate headerAlex Williamson
2015-09-23vfio: Change polarity of our no-mmap optionAlex Williamson
2015-09-23vfio/pci: Make interrupt bypass runtime configurableAlex Williamson
2015-09-23vfio/pci: Rename MSI/X functions for easier tracingAlex Williamson
2015-09-23vfio/pci: Rename INTx functions for easier tracingAlex Williamson
2015-09-23vfio/pci: Cleanup vfio_early_setup_msix() error pathAlex Williamson
2015-09-23vfio/pci: Cleanup RTL8168 quirk and tracingAlex Williamson
2015-09-11typofixes - v4Veres Lajos
2015-09-11trivial: remove trailing newline from error_reportJohn Snow
2015-09-11maint: remove unused include for dirent.hDaniel P. Berrange
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange
2015-07-22vfio/pci: Fix bootindexAlex Williamson
2015-07-22vfio/pci: Fix RTL8168 NIC quirksAlex Williamson
2015-07-06vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devicesGabriel Laupre
2015-07-06vfio: Unregister IOMMU notifiers when container is destroyedAlexey Kardashevskiy
2015-07-06hw/vfio/platform: add irqfd supportEric Auger
2015-07-06kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger
2015-07-06vfio: cpu: Use "real" page size APIPeter Crosthwaite
2015-07-06vfio: fix return type of preadPaolo Bonzini
2015-06-18vfio: fix build error on CentOS 5.7Leon Alrae
2015-06-11hw/vfio/platform: replace g_malloc0_n by g_new0Eric Auger
2015-06-09hw/vfio/platform: calxeda xgmac deviceEric Auger
2015-06-08hw/vfio/platform: add irq assignmentEric Auger
2015-06-08hw/vfio/platform: vfio-platform skeletonEric Auger
2015-04-30exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini
2015-04-28vfio-pci: Reset workaround for AMD Bonaire and Hawaii GPUsAlex Williamson
2015-04-28vfio-pci: Fix error path signAlex Williamson
2015-04-28vfio-pci: Further fix BAR size overflowAlex Williamson
2015-04-26memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell
2015-03-10vfio: Remove superfluous '\n' around error_report()Gonglei
2015-03-09sPAPR: Implement sPAPRPHBClass EEH callbacksGavin Shan
2015-03-02vfio-pci: Enable device request notification supportAlex Williamson
2015-03-02vfio: allow to disable MMAP per device with -x-mmap=off optionSamuel Pitoiset
2015-03-02vfio: Make type1 listener symbols staticAlexey Kardashevskiy
2015-03-02vfio: Add ioctl number to error reportAlexey Kardashevskiy
2015-02-10vfio: Fix debug message compile errorAlexey Kardashevskiy
2015-02-10vfio: Use vfio type1 v2 IOMMU interfaceAlex Williamson