summaryrefslogtreecommitdiff
path: root/hw/vfio/platform.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-10vfio: Generalize region supportAlex Williamson1-59/+13
2016-03-10vfio: Wrap VFIO_DEVICE_GET_REGION_INFOAlex Williamson1-6/+7
2016-03-10vfio: Add sysfsdev property for pci & platformAlex Williamson1-23/+32
2016-01-29hw/vfio: Clean up includesPeter Maydell1-0/+1
2015-11-10vfio: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2015-10-05hw/vfio/platform: do not set resamplefd for edge-sensitive IRQSEric Auger1-15/+27
2015-10-05hw/vfio/platform: change interrupt/unmask fields into pointerEric Auger1-15/+20
2015-10-05hw/vfio/platform: irqfd setup sequence updateEric Auger1-22/+29
2015-09-23vfio: Change polarity of our no-mmap optionAlex Williamson1-1/+1
2015-09-11trivial: remove trailing newline from error_reportJohn Snow1-1/+1
2015-07-06hw/vfio/platform: add irqfd supportEric Auger1-0/+100
2015-06-18vfio: fix build error on CentOS 5.7Leon Alrae1-1/+1
2015-06-11hw/vfio/platform: replace g_malloc0_n by g_new0Eric Auger1-2/+1
2015-06-08hw/vfio/platform: add irq assignmentEric Auger1-1/+330
2015-06-08hw/vfio/platform: vfio-platform skeletonEric Auger1-0/+287