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
/
ap.c
Age
Commit message (
Expand
)
Author
2021-07-07
target/s390x: move kvm files into kvm/
Cho, Yu-Chen
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
vfio: Rename VFIO_AP_DEVICE_TYPE to TYPE_VFIO_AP_DEVICE
Eduardo Habkost
2020-09-09
ap-device: Rename AP_DEVICE_TYPE to TYPE_AP_DEVICE
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-08-27
hw/vfio/ap: Plug memleak in vfio_ap_get_group()
Pan Nengyuan
2020-07-02
vfio: Convert to ram_block_discard_disable()
David Hildenbrand
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-12-18
hw/vfio/ap: drop local_err from vfio_ap_realize
Vladimir Sementsov-Ogievskiy
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/queue.h slightly less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-22
hw: vfio: drop TYPE_FOO MACRO in VMStateDescription
Li Qiang
2019-03-04
s390x/vfio-ap: Implement hot plug/unplug of vfio-ap device
Tony Krowiak
2018-12-20
Clean up includes
Markus Armbruster
2018-12-12
vfio-ap: flag as compatible with balloon
Cornelia Huck
2018-11-05
s390x/vfio-ap: report correct error
Cornelia Huck
2018-10-12
s390x/vfio: ap: Introduce VFIO AP device
Tony Krowiak