aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)Author
2015-03-10vfio: Remove superfluous '\n' around error_report()Gonglei
2015-03-09sPAPR: Implement sPAPRPHBClass EEH callbacksGavin Shan
2015-03-02vfio-pci: Enable device request notification supportAlex Williamson
2015-03-02vfio: allow to disable MMAP per device with -x-mmap=off optionSamuel Pitoiset
2015-03-02vfio: Make type1 listener symbols staticAlexey Kardashevskiy
2015-03-02vfio: Add ioctl number to error reportAlexey Kardashevskiy
2015-02-10vfio: Fix debug message compile errorAlexey Kardashevskiy
2015-02-10vfio: Use vfio type1 v2 IOMMU interfaceAlex Williamson
2015-02-10vfio: unmap and free BAR data in instance_finalizePaolo Bonzini
2015-02-10vfio: free dynamically-allocated data in instance_finalizePaolo Bonzini
2015-02-10vfio: cleanup vfio_get_device error path, remove vfio_populate_device callbackPaolo Bonzini
2015-02-04vfio-pci: Fix missing unparent of dynamically allocated MemoryRegionAlex Williamson
2015-02-04vfio: fix wrong initialize vfio_group_listChen Fan
2015-01-09vfio-pci: Fix interrupt disablingAlex Williamson
2015-01-09vfio-pci: Fix BAR size overflowAlex Williamson
2014-12-22vfio: Cleanup error_report()sAlex Williamson
2014-12-22hw/vfio: create common moduleEric Auger
2014-12-22hw/vfio/pci: use name field in format stringsEric Auger
2014-12-22hw/vfio/pci: rename group_list into vfio_group_listEric Auger
2014-12-22hw/vfio/pci: split vfio_get_deviceEric Auger
2014-12-22hw/vfio/pci: Introduce VFIORegionEric Auger
2014-12-22hw/vfio/pci: handle reset at VFIODeviceEric Auger
2014-12-22hw/vfio/pci: add type, name and group fields in VFIODeviceEric Auger
2014-12-19hw/vfio/pci: introduce minimalist VFIODevice with fdEric Auger
2014-12-19hw/vfio/pci: generalize mask/unmask to any IRQ indexEric Auger
2014-12-19hw/vfio/pci: Rename VFIODevice into VFIOPCIDeviceEric Auger
2014-12-19vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfioKim Phillips