Age | Commit message (Expand) | Author | Files | Lines |
2016-10-17 | vfio/platform: Pass an error object to vfio_base_device_init | Eric Auger | 1 | -23/+27 |
2016-10-17 | vfio/platform: fix a wrong returned value in vfio_populate_device | Eric Auger | 1 | -0/+1 |
2016-10-17 | vfio/platform: Pass an error object to vfio_populate_device | Eric Auger | 1 | -12/+13 |
2016-10-17 | vfio: Pass an error object to vfio_get_device | Eric Auger | 1 | -3/+2 |
2016-10-17 | vfio: Pass an error object to vfio_get_group | Eric Auger | 1 | -3/+8 |
2016-08-08 | vfio: Use error_report() instead of error_printf() for errors | Markus Armbruster | 1 | -1/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-10 | vfio: Generalize region support | Alex Williamson | 1 | -59/+13 |
2016-03-10 | vfio: Wrap VFIO_DEVICE_GET_REGION_INFO | Alex Williamson | 1 | -6/+7 |
2016-03-10 | vfio: Add sysfsdev property for pci & platform | Alex Williamson | 1 | -23/+32 |
2016-01-29 | hw/vfio: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-11-10 | vfio: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -1/+1 |
2015-10-05 | hw/vfio/platform: do not set resamplefd for edge-sensitive IRQS | Eric Auger | 1 | -15/+27 |
2015-10-05 | hw/vfio/platform: change interrupt/unmask fields into pointer | Eric Auger | 1 | -15/+20 |
2015-10-05 | hw/vfio/platform: irqfd setup sequence update | Eric Auger | 1 | -22/+29 |
2015-09-23 | vfio: Change polarity of our no-mmap option | Alex Williamson | 1 | -1/+1 |
2015-09-11 | trivial: remove trailing newline from error_report | John Snow | 1 | -1/+1 |
2015-07-06 | hw/vfio/platform: add irqfd support | Eric Auger | 1 | -0/+100 |
2015-06-18 | vfio: fix build error on CentOS 5.7 | Leon Alrae | 1 | -1/+1 |
2015-06-11 | hw/vfio/platform: replace g_malloc0_n by g_new0 | Eric Auger | 1 | -2/+1 |
2015-06-08 | hw/vfio/platform: add irq assignment | Eric Auger | 1 | -1/+330 |
2015-06-08 | hw/vfio/platform: vfio-platform skeleton | Eric Auger | 1 | -0/+287 |