summaryrefslogtreecommitdiffstats
path: root/hw/vfio/platform.c
Commit message (Expand)AuthorAgeFilesLines
* vfio/platform: Remove dead assignment in vfio_intp_interrupt()Chen Qun2020-09-011-1/+1
* lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky2020-05-041-3/+2Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* vfio/common: Introduce vfio_set_irq_signaling helperEric Auger2019-06-131-45/+23Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* vfio: platform: fix a typoLi Qiang2019-05-221-2/+2
* hw: vfio: drop TYPE_FOO MACRO in VMStateDescriptionLi Qiang2019-05-221-1/+1
* vfio: Clean up error reporting after previous commitMarkus Armbruster2018-10-191-1/+1
* vfio: Use warn_report() & friends to report warningsMarkus Armbruster2018-10-191-2/+2
* vfio/platform: Make the vfio-platform device non-abstractEric Auger2018-10-151-1/+24
* vfio: Include "exec/address-spaces.h" directly in the source filePhilippe Mathieu-Daudé2018-05-311-0/+1
* use g_path_get_basename instead of basenameJulia Suvorova2018-03-061-1/+1
* hw/vfio/platform: Init the interrupt mutexEric Auger2018-02-061-0/+2
* 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