summaryrefslogtreecommitdiffstats
path: root/hw/vfio/platform.c
Commit message (Expand)AuthorAgeFilesLines
* vfio/platform: fix use of freed memoryPhilippe Mathieu-Daudé2017-07-261-1/+1
* vfio: Test realized when using VFIOGroup.device_list iteratorAlex Williamson2017-07-101-0/+1
* vfio/platform: Pass an error object to vfio_base_device_initEric Auger2016-10-171-23/+27
* vfio/platform: fix a wrong returned value in vfio_populate_deviceEric Auger2016-10-171-0/+1
* vfio/platform: Pass an error object to vfio_populate_deviceEric Auger2016-10-171-12/+13
* vfio: Pass an error object to vfio_get_deviceEric Auger2016-10-171-3/+2Star
* vfio: Pass an error object to vfio_get_groupEric Auger2016-10-171-3/+8
* vfio: Use error_report() instead of error_printf() for errorsMarkus Armbruster2016-08-081-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* vfio: Generalize region supportAlex Williamson2016-03-111-59/+13Star
* vfio: Wrap VFIO_DEVICE_GET_REGION_INFOAlex Williamson2016-03-101-6/+7
* vfio: Add sysfsdev property for pci & platformAlex Williamson2016-03-101-23/+32
* hw/vfio: Clean up includesPeter Maydell2016-01-291-0/+1
* vfio: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-11-101-1/+1
* hw/vfio/platform: do not set resamplefd for edge-sensitive IRQSEric Auger2015-10-051-15/+27
* hw/vfio/platform: change interrupt/unmask fields into pointerEric Auger2015-10-051-15/+20
* hw/vfio/platform: irqfd setup sequence updateEric Auger2015-10-051-22/+29
* vfio: Change polarity of our no-mmap optionAlex Williamson2015-09-231-1/+1
* trivial: remove trailing newline from error_reportJohn Snow2015-09-111-1/+1
* hw/vfio/platform: add irqfd supportEric Auger2015-07-061-0/+100
* 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/+1Star
* hw/vfio/platform: add irq assignmentEric Auger2015-06-081-1/+330
* hw/vfio/platform: vfio-platform skeletonEric Auger2015-06-081-0/+287