summaryrefslogtreecommitdiffstats
path: root/hw/vfio
Commit message (Expand)AuthorAgeFilesLines
* 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-022-1/+2
* vfio: Make type1 listener symbols staticAlexey Kardashevskiy2015-03-021-2/+2
* vfio: Add ioctl number to error reportAlexey Kardashevskiy2015-03-021-2/+2
* vfio: Fix debug message compile errorAlexey Kardashevskiy2015-02-101-1/+1
* vfio: Use vfio type1 v2 IOMMU interfaceAlex Williamson2015-02-101-2/+6
* vfio: unmap and free BAR data in instance_finalizePaolo Bonzini2015-02-101-8/+57
* vfio: free dynamically-allocated data in instance_finalizePaolo Bonzini2015-02-102-11/+18
* vfio: cleanup vfio_get_device error path, remove vfio_populate_device callbackPaolo Bonzini2015-02-102-22/+19
* vfio-pci: Fix missing unparent of dynamically allocated MemoryRegionAlex Williamson2015-02-041-0/+1
* vfio: fix wrong initialize vfio_group_listChen Fan2015-02-041-1/+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-222-4/+1
* hw/vfio: create common moduleEric Auger2014-12-223-1027/+961
* 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-192-0/+4482
OpenPOWER on IntegriCloud