summaryrefslogtreecommitdiffstats
path: root/hw/vfio
Commit message (Expand)AuthorAgeFilesLines
* vfio: fix build error on CentOS 5.7Leon Alrae2015-06-181-1/+1
* hw/vfio/platform: replace g_malloc0_n by g_new0Eric Auger2015-06-111-2/+1
* hw/vfio/platform: calxeda xgmac deviceEric Auger2015-06-092-0/+56
* hw/vfio/platform: add irq assignmentEric Auger2015-06-081-1/+330
* hw/vfio/platform: vfio-platform skeletonEric Auger2015-06-082-0/+288
* exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini2015-04-301-2/+5
* 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: Remove superfluous '\n' around error_report()Gonglei2015-03-101-5/+5
* sPAPR: Implement sPAPRPHBClass EEH callbacksGavin Shan2015-03-091-0/+1
* 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