summaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
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