summaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
2015-09-23vfio/pci: Cleanup RTL8168 quirk and tracingAlex Williamson1-51/+37
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-09-11trivial: remove trailing newline from error_reportJohn Snow1-1/+1
2015-09-11maint: remove unused include for dirent.hDaniel P. Berrange1-1/+0
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange1-1/+1
2015-07-22vfio/pci: Fix bootindexAlex Williamson1-1/+0
2015-07-22vfio/pci: Fix RTL8168 NIC quirksAlex Williamson1-7/+5
2015-07-06vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devicesGabriel Laupre1-0/+27
2015-07-06vfio: Unregister IOMMU notifiers when container is destroyedAlexey Kardashevskiy1-0/+8
2015-07-06hw/vfio/platform: add irqfd supportEric Auger1-0/+100
2015-07-06kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger1-3/+3
2015-07-06vfio: cpu: Use "real" page size APIPeter Crosthwaite1-3/+4
2015-07-06vfio: fix return type of preadPaolo Bonzini1-1/+1
2015-06-18vfio: fix build error on CentOS 5.7Leon Alrae1-1/+1
2015-06-11hw/vfio/platform: replace g_malloc0_n by g_new0Eric Auger1-2/+1
2015-06-09hw/vfio/platform: calxeda xgmac deviceEric Auger2-0/+56
2015-06-08hw/vfio/platform: add irq assignmentEric Auger1-1/+330
2015-06-08hw/vfio/platform: vfio-platform skeletonEric Auger2-0/+288
2015-04-30exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini1-2/+5
2015-04-28vfio-pci: Reset workaround for AMD Bonaire and Hawaii GPUsAlex Williamson1-0/+162
2015-04-28vfio-pci: Fix error path signAlex Williamson1-1/+1
2015-04-28vfio-pci: Further fix BAR size overflowAlex Williamson1-1/+1
2015-04-26memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell1-6/+12
2015-03-10vfio: Remove superfluous '\n' around error_report()Gonglei1-5/+5
2015-03-09sPAPR: Implement sPAPRPHBClass EEH callbacksGavin Shan1-0/+1
2015-03-02vfio-pci: Enable device request notification supportAlex Williamson1-0/+100
2015-03-02vfio: allow to disable MMAP per device with -x-mmap=off optionSamuel Pitoiset2-1/+2
2015-03-02vfio: Make type1 listener symbols staticAlexey Kardashevskiy1-2/+2
2015-03-02vfio: Add ioctl number to error reportAlexey Kardashevskiy1-2/+2
2015-02-10vfio: Fix debug message compile errorAlexey Kardashevskiy1-1/+1
2015-02-10vfio: Use vfio type1 v2 IOMMU interfaceAlex Williamson1-2/+6
2015-02-10vfio: unmap and free BAR data in instance_finalizePaolo Bonzini1-8/+57
2015-02-10vfio: free dynamically-allocated data in instance_finalizePaolo Bonzini2-11/+18
2015-02-10vfio: cleanup vfio_get_device error path, remove vfio_populate_device callbackPaolo Bonzini2-22/+19
2015-02-04vfio-pci: Fix missing unparent of dynamically allocated MemoryRegionAlex Williamson1-0/+1
2015-02-04vfio: fix wrong initialize vfio_group_listChen Fan1-1/+1
2015-01-09vfio-pci: Fix interrupt disablingAlex Williamson1-9/+12
2015-01-09vfio-pci: Fix BAR size overflowAlex Williamson1-2/+2
2014-12-22vfio: Cleanup error_report()sAlex Williamson2-4/+1
2014-12-22hw/vfio: create common moduleEric Auger3-1027/+961
2014-12-22hw/vfio/pci: use name field in format stringsEric Auger1-154/+59
2014-12-22hw/vfio/pci: rename group_list into vfio_group_listEric Auger1-11/+11
2014-12-22hw/vfio/pci: split vfio_get_deviceEric Auger1-52/+78
2014-12-22hw/vfio/pci: Introduce VFIORegionEric Auger1-92/+101
2014-12-22hw/vfio/pci: handle reset at VFIODeviceEric Auger1-30/+63
2014-12-22hw/vfio/pci: add type, name and group fields in VFIODeviceEric Auger1-9/+18
2014-12-19hw/vfio/pci: introduce minimalist VFIODevice with fdEric Auger1-54/+63
2014-12-19hw/vfio/pci: generalize mask/unmask to any IRQ indexEric Auger1-10/+10
2014-12-19hw/vfio/pci: Rename VFIODevice into VFIOPCIDeviceEric Auger1-104/+106
2014-12-19vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfioKim Phillips2-0/+4482