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