summaryrefslogtreecommitdiffstats
path: root/hw/vfio/pci.c
Commit message (Expand)AuthorAgeFilesLines
* vfio/pci: Add emulated PCI IDsAlex Williamson2015-09-231-2/+53
* vfio/pci: Cache vendor and device IDAlex Williamson2015-09-231-5/+5
* vfio/pci: Move AMD device specific reset to quirksAlex Williamson2015-09-231-157/+1
* vfio/pci: Split quirks to a separate fileAlex Williamson2015-09-231-881/+5
* vfio/pci: Extract PCI structures to a separate headerAlex Williamson2015-09-231-143/+1
* vfio: Change polarity of our no-mmap optionAlex Williamson2015-09-231-1/+1
* vfio/pci: Make interrupt bypass runtime configurableAlex Williamson2015-09-231-7/+12
* vfio/pci: Rename MSI/X functions for easier tracingAlex Williamson2015-09-231-39/+34
* vfio/pci: Rename INTx functions for easier tracingAlex Williamson2015-09-231-24/+24
* vfio/pci: Cleanup vfio_early_setup_msix() error pathAlex Williamson2015-09-231-14/+13
* vfio/pci: Cleanup RTL8168 quirk and tracingAlex Williamson2015-09-231-51/+37
* typofixes - v4Veres Lajos2015-09-111-1/+1
* maint: remove unused include for dirent.hDaniel P. Berrange2015-09-111-1/+0
* vfio/pci: Fix bootindexAlex Williamson2015-07-221-1/+0
* vfio/pci: Fix RTL8168 NIC quirksAlex Williamson2015-07-221-7/+5
* vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devicesGabriel Laupre2015-07-061-0/+27
* kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger2015-07-061-3/+3
* vfio: cpu: Use "real" page size APIPeter Crosthwaite2015-07-061-3/+4
* vfio: fix return type of preadPaolo Bonzini2015-07-061-1/+1
* vfio-pci: Reset workaround for AMD Bonaire and Hawaii GPUsAlex Williamson2015-04-281-0/+162
* vfio-pci: Fix error path signAlex Williamson2015-04-281-1/+1
* vfio-pci: Further fix BAR size overflowAlex Williamson2015-04-281-1/+1
* memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell2015-04-261-6/+12
* vfio-pci: Enable device request notification supportAlex Williamson2015-03-021-0/+100
* vfio: allow to disable MMAP per device with -x-mmap=off optionSamuel Pitoiset2015-03-021-0/+1
* vfio: Fix debug message compile errorAlexey Kardashevskiy2015-02-101-1/+1
* vfio: unmap and free BAR data in instance_finalizePaolo Bonzini2015-02-101-8/+57
* vfio: free dynamically-allocated data in instance_finalizePaolo Bonzini2015-02-101-10/+14
* vfio: cleanup vfio_get_device error path, remove vfio_populate_device callbackPaolo Bonzini2015-02-101-4/+7
* vfio-pci: Fix missing unparent of dynamically allocated MemoryRegionAlex Williamson2015-02-041-0/+1
* vfio-pci: Fix interrupt disablingAlex Williamson2015-01-091-9/+12
* vfio-pci: Fix BAR size overflowAlex Williamson2015-01-091-2/+2
* vfio: Cleanup error_report()sAlex Williamson2014-12-221-3/+0
* hw/vfio: create common moduleEric Auger2014-12-221-1027/+1
* hw/vfio/pci: use name field in format stringsEric Auger2014-12-221-154/+59
* hw/vfio/pci: rename group_list into vfio_group_listEric Auger2014-12-221-11/+11
* hw/vfio/pci: split vfio_get_deviceEric Auger2014-12-221-52/+78
* hw/vfio/pci: Introduce VFIORegionEric Auger2014-12-221-92/+101
* hw/vfio/pci: handle reset at VFIODeviceEric Auger2014-12-221-30/+63
* hw/vfio/pci: add type, name and group fields in VFIODeviceEric Auger2014-12-221-9/+18
* hw/vfio/pci: introduce minimalist VFIODevice with fdEric Auger2014-12-191-54/+63
* hw/vfio/pci: generalize mask/unmask to any IRQ indexEric Auger2014-12-191-10/+10
* hw/vfio/pci: Rename VFIODevice into VFIOPCIDeviceEric Auger2014-12-191-104/+106
* vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfioKim Phillips2014-12-191-0/+4479
OpenPOWER on IntegriCloud