| Commit message (Expand) | Author | Age | Files | Lines |
* | vfio/platform: Remove dead assignment in vfio_intp_interrupt() | Chen Qun | 2020-09-01 | 1 | -1/+1 |
* | lockable: replaced locks with lock guard macros where appropriate | Daniel Brodsky | 2020-05-04 | 1 | -3/+2 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+1 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/main-loop.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | vfio/common: Introduce vfio_set_irq_signaling helper | Eric Auger | 2019-06-13 | 1 | -45/+23 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | vfio: platform: fix a typo | Li Qiang | 2019-05-22 | 1 | -2/+2 |
* | hw: vfio: drop TYPE_FOO MACRO in VMStateDescription | Li Qiang | 2019-05-22 | 1 | -1/+1 |
* | vfio: Clean up error reporting after previous commit | Markus Armbruster | 2018-10-19 | 1 | -1/+1 |
* | vfio: Use warn_report() & friends to report warnings | Markus Armbruster | 2018-10-19 | 1 | -2/+2 |
* | vfio/platform: Make the vfio-platform device non-abstract | Eric Auger | 2018-10-15 | 1 | -1/+24 |
* | vfio: Include "exec/address-spaces.h" directly in the source file | Philippe Mathieu-Daudé | 2018-05-31 | 1 | -0/+1 |
* | use g_path_get_basename instead of basename | Julia Suvorova | 2018-03-06 | 1 | -1/+1 |
* | hw/vfio/platform: Init the interrupt mutex | Eric Auger | 2018-02-06 | 1 | -0/+2 |
* | vfio/platform: fix use of freed memory | Philippe Mathieu-Daudé | 2017-07-26 | 1 | -1/+1 |
* | vfio: Test realized when using VFIOGroup.device_list iterator | Alex Williamson | 2017-07-10 | 1 | -0/+1 |
* | vfio/platform: Pass an error object to vfio_base_device_init | Eric Auger | 2016-10-17 | 1 | -23/+27 |
* | vfio/platform: fix a wrong returned value in vfio_populate_device | Eric Auger | 2016-10-17 | 1 | -0/+1 |
* | vfio/platform: Pass an error object to vfio_populate_device | Eric Auger | 2016-10-17 | 1 | -12/+13 |
* | vfio: Pass an error object to vfio_get_device | Eric Auger | 2016-10-17 | 1 | -3/+2 |
* | vfio: Pass an error object to vfio_get_group | Eric Auger | 2016-10-17 | 1 | -3/+8 |
* | vfio: Use error_report() instead of error_printf() for errors | Markus Armbruster | 2016-08-08 | 1 | -1/+1 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | vfio: Generalize region support | Alex Williamson | 2016-03-11 | 1 | -59/+13 |
* | vfio: Wrap VFIO_DEVICE_GET_REGION_INFO | Alex Williamson | 2016-03-10 | 1 | -6/+7 |
* | vfio: Add sysfsdev property for pci & platform | Alex Williamson | 2016-03-10 | 1 | -23/+32 |
* | hw/vfio: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | vfio: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2015-11-10 | 1 | -1/+1 |
* | hw/vfio/platform: do not set resamplefd for edge-sensitive IRQS | Eric Auger | 2015-10-05 | 1 | -15/+27 |
* | hw/vfio/platform: change interrupt/unmask fields into pointer | Eric Auger | 2015-10-05 | 1 | -15/+20 |
* | hw/vfio/platform: irqfd setup sequence update | Eric Auger | 2015-10-05 | 1 | -22/+29 |
* | vfio: Change polarity of our no-mmap option | Alex Williamson | 2015-09-23 | 1 | -1/+1 |
* | trivial: remove trailing newline from error_report | John Snow | 2015-09-11 | 1 | -1/+1 |
* | hw/vfio/platform: add irqfd support | Eric Auger | 2015-07-06 | 1 | -0/+100 |
* | vfio: fix build error on CentOS 5.7 | Leon Alrae | 2015-06-18 | 1 | -1/+1 |
* | hw/vfio/platform: replace g_malloc0_n by g_new0 | Eric Auger | 2015-06-11 | 1 | -2/+1 |
* | hw/vfio/platform: add irq assignment | Eric Auger | 2015-06-08 | 1 | -1/+330 |
* | hw/vfio/platform: vfio-platform skeleton | Eric Auger | 2015-06-08 | 1 | -0/+287 |