Age | Commit message (Expand) | Author | Files | Lines |
2023-12-19 | vfio: Introduce a helper function to initialize VFIODevice | Zhenzhong Duan | 1 | -6/+2 |
2023-12-19 | vfio/ap: Move VFIODevice initializations in vfio_ap_instance_init | Zhenzhong Duan | 1 | -13/+13 |
2023-12-19 | vfio/ap: Make vfio cdev pre-openable by passing a file handle | Zhenzhong Duan | 1 | -1/+22 |
2023-12-19 | vfio/ap: Allow the selection of a given iommu backend | Zhenzhong Duan | 1 | -0/+6 |
2023-11-06 | vfio/container: Move IBM EEH related functions into spapr_pci_vfio.c | Zhenzhong Duan | 1 | -1/+0 |
2023-10-18 | vfio/ap: Remove pointless apdev variable | Zhenzhong Duan | 1 | -6/+3 |
2023-10-18 | vfio/ap: Use vfio_[attach/detach]_device | Eric Auger | 1 | -54/+13 |
2023-07-10 | s390x/ap: Wire up the device request notifier interface | Tony Krowiak | 1 | -0/+113 |
2021-07-07 | target/s390x: move kvm files into kvm/ | Cho, Yu-Chen | 1 | -1/+1 |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-05-02 | hw: Do not include hw/sysbus.h if it is not necessary | Thomas Huth | 1 | -1/+0 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 1 | -3/+1 |
2020-09-09 | vfio: Rename VFIO_AP_DEVICE_TYPE to TYPE_VFIO_AP_DEVICE | Eduardo Habkost | 1 | -4/+4 |
2020-09-09 | ap-device: Rename AP_DEVICE_TYPE to TYPE_AP_DEVICE | Eduardo Habkost | 1 | -1/+1 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -2/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -2/+4 |
2020-08-27 | hw/vfio/ap: Plug memleak in vfio_ap_get_group() | Pan Nengyuan | 1 | -0/+1 |
2020-07-02 | vfio: Convert to ram_block_discard_disable() | David Hildenbrand | 1 | -4/+4 |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster | 1 | -1/+1 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
2019-12-18 | hw/vfio/ap: drop local_err from vfio_ap_realize | Vladimir Sementsov-Ogievskiy | 1 | -6/+3 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include qemu/queue.h slightly less | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-05-22 | hw: vfio: drop TYPE_FOO MACRO in VMStateDescription | Li Qiang | 1 | -1/+1 |
2019-03-04 | s390x/vfio-ap: Implement hot plug/unplug of vfio-ap device | Tony Krowiak | 1 | -1/+1 |
2018-12-20 | Clean up includes | Markus Armbruster | 1 | -1/+1 |
2018-12-12 | vfio-ap: flag as compatible with balloon | Cornelia Huck | 1 | -0/+8 |
2018-11-05 | s390x/vfio-ap: report correct error | Cornelia Huck | 1 | -1/+1 |
2018-10-12 | s390x/vfio: ap: Introduce VFIO AP device | Tony Krowiak | 1 | -0/+181 |