index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vfio
/
platform.c
Age
Commit message (
Expand
)
Author
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-13
vfio/common: Introduce vfio_set_irq_signaling helper
Eric Auger
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-22
vfio: platform: fix a typo
Li Qiang
2019-05-22
hw: vfio: drop TYPE_FOO MACRO in VMStateDescription
Li Qiang
2018-10-19
vfio: Clean up error reporting after previous commit
Markus Armbruster
2018-10-19
vfio: Use warn_report() & friends to report warnings
Markus Armbruster
2018-10-15
vfio/platform: Make the vfio-platform device non-abstract
Eric Auger
2018-05-31
vfio: Include "exec/address-spaces.h" directly in the source file
Philippe Mathieu-Daudé
2018-03-06
use g_path_get_basename instead of basename
Julia Suvorova
2018-02-06
hw/vfio/platform: Init the interrupt mutex
Eric Auger
2017-07-26
vfio/platform: fix use of freed memory
Philippe Mathieu-Daudé
2017-07-10
vfio: Test realized when using VFIOGroup.device_list iterator
Alex Williamson
2016-10-17
vfio/platform: Pass an error object to vfio_base_device_init
Eric Auger
2016-10-17
vfio/platform: fix a wrong returned value in vfio_populate_device
Eric Auger
2016-10-17
vfio/platform: Pass an error object to vfio_populate_device
Eric Auger
2016-10-17
vfio: Pass an error object to vfio_get_device
Eric Auger
2016-10-17
vfio: Pass an error object to vfio_get_group
Eric Auger
2016-08-08
vfio: Use error_report() instead of error_printf() for errors
Markus Armbruster
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-10
vfio: Generalize region support
Alex Williamson
2016-03-10
vfio: Wrap VFIO_DEVICE_GET_REGION_INFO
Alex Williamson
2016-03-10
vfio: Add sysfsdev property for pci & platform
Alex Williamson
2016-01-29
hw/vfio: Clean up includes
Peter Maydell
2015-11-10
vfio: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-10-05
hw/vfio/platform: do not set resamplefd for edge-sensitive IRQS
Eric Auger
2015-10-05
hw/vfio/platform: change interrupt/unmask fields into pointer
Eric Auger
2015-10-05
hw/vfio/platform: irqfd setup sequence update
Eric Auger
2015-09-23
vfio: Change polarity of our no-mmap option
Alex Williamson
2015-09-11
trivial: remove trailing newline from error_report
John Snow
2015-07-06
hw/vfio/platform: add irqfd support
Eric Auger
2015-06-18
vfio: fix build error on CentOS 5.7
Leon Alrae
2015-06-11
hw/vfio/platform: replace g_malloc0_n by g_new0
Eric Auger
2015-06-08
hw/vfio/platform: add irq assignment
Eric Auger
2015-06-08
hw/vfio/platform: vfio-platform skeleton
Eric Auger