- e3d0814 hw: Use device_class_set_legacy_reset() instead of opencoding by Peter Maydell · 3 months ago
- 8b8705e vfio/ccw: Don't initialize HOST_IOMMU_DEVICE with mdev by Zhenzhong Duan · 5 months ago
- d48a540 vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errors by Cédric Le Goater · 7 months ago
- fa80538 vfio/ccw: Fix the missed unrealize() call in error path by Zhenzhong Duan · 7 months ago
- 1aeebbd vfio/ccw: Use the 'Error **errp' argument of vfio_ccw_realize() by Cédric Le Goater · 7 months ago
- 45f4218 s390x/css: Make S390CCWDeviceClass::realize return bool by Cédric Le Goater · 7 months ago
- 040f8d1 vfio/ccw: Make vfio_ccw_get_region() return a bool by Zhenzhong Duan · 7 months ago
- c6c6cf9 vfio/helpers: Make vfio_device_get_name() return bool by Zhenzhong Duan · 7 months ago
- 84e37d0 vfio/helpers: Make vfio_set_irq_signaling() return bool by Zhenzhong Duan · 7 months ago
- b775483 vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool by Zhenzhong Duan · 8 months ago
- 8aaeff9 vfio/ccw: Make vfio_ccw_register_irq_notifier() return a bool by Cédric Le Goater · 8 months ago
- 04f8e4f vfio/ccw: Use g_autofree variable in vfio_ccw_register_irq_notifier() by Cédric Le Goater · 8 months ago
- 6106a32 vfio: Introduce a helper function to initialize VFIODevice by Zhenzhong Duan · 1 year, 1 month ago
- c12b55a vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init by Zhenzhong Duan · 1 year, 1 month ago
- 909a625 vfio/ccw: Make vfio cdev pre-openable by passing a file handle by Zhenzhong Duan · 1 year, 1 month ago
- e70f971 vfio/ccw: Allow the selection of a given iommu backend by Zhenzhong Duan · 1 year, 1 month ago
- 54876d2 vfio/container: Move IBM EEH related functions into spapr_pci_vfio.c by Zhenzhong Duan · 1 year, 2 months ago
- e08041e vfio/ccw: Use vfio_[attach/detach]_device by Eric Auger · 1 year, 3 months ago
- ecba646 hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW() by Philippe Mathieu-Daudé · 1 year, 10 months ago
- 4b44788 hw/vfio/ccw: Remove pointless S390CCWDevice variable by Philippe Mathieu-Daudé · 1 year, 10 months ago
- 0cea1f6 hw/vfio/ccw: Replace DO_UPCAST(S390CCWDevice) by S390_CCW_DEVICE() by Philippe Mathieu-Daudé · 1 year, 10 months ago
- 011da22 hw/vfio/ccw: Use intermediate S390CCWDevice variable by Philippe Mathieu-Daudé · 1 year, 10 months ago
- 4c8a205 hw/vfio/ccw: Simplify using DEVICE() macro by Philippe Mathieu-Daudé · 1 year, 10 months ago
- 759a5d3 vfio-ccw: forward halt/clear errors by Cornelia Huck · 3 years, 6 months ago
- c626710 s390x/css: Add passthrough IRB by Eric Farman · 3 years, 6 months ago
- dcc9cf3 vfio-ccw: Attempt to clean up all IRQs on error by Eric Farman · 3 years, 8 months ago
- 6178d46 vfio-ccw: Permit missing IRQs by Eric Farman · 3 years, 8 months ago
- f6527ea hw: Do not include hw/sysbus.h if it is not necessary by Thomas Huth · 3 years, 9 months ago
- d6cd663 vfio-ccw: Do not read region ret_code after write by Eric Farman · 3 years, 10 months ago
- b2f96f9 vfio-ccw: Connect the device request notifier by Eric Farman · 4 years ago
- c8726f7 vfio-ccw: plug memory leak while getting region info by Cornelia Huck · 4 years, 3 months ago
- aff92b8 vfio: Convert to ram_block_discard_disable() by David Hildenbrand · 4 years, 6 months ago
- f030532 vfio-ccw: Add support for the CRW region and IRQ by Farhan Ali · 4 years, 8 months ago
- 690e29b vfio-ccw: Refactor ccw irq handler by Eric Farman · 4 years, 8 months ago
- 46ea384 vfio-ccw: Add support for the schib region by Farhan Ali · 4 years, 8 months ago
- 2a3b9cb vfio-ccw: Refactor cleanup of regions by Eric Farman · 4 years, 8 months ago
- 24e58a7 vfio-ccw: allow non-prefetch ORBs by Jared Rossi · 4 years, 8 months ago
- b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 4 years, 8 months ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- 91f751d vfio-ccw: Fix error message by Boris Fiuczynski · 5 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
- db72581 Include qemu/main-loop.h less by Markus Armbruster · 5 years ago
- f5cf94c vfio-ccw: Test vfio_set_irq_signaling() return value by Alex Williamson · 5 years ago
- 8fadea2 vfio-ccw: support async command subregion by Cornelia Huck · 6 years ago
- b5e89f0 vfio-ccw: use vfio_set_irq_signaling by Cornelia Huck · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- da56e33 hw: vfio: drop TYPE_FOO MACRO in VMStateDescription by Li Qiang · 6 years ago
- 44445d8 s390 vfio-ccw: Add bootindex property and IPLB data by Jason J. Herne · 6 years ago
- e1d0b37 hw/vfio/ccw: avoid taking address members in packed structs by Daniel P. Berrangé · 6 years ago
- c55510b qemu-error: add {error, warn}_report_once_cond by Cornelia Huck · 6 years ago
- 238e917 vfio/ccw/pci: Allow devices to opt-in for ballooning by Alex Williamson · 6 years ago
- 9a51c9e vfio-ccw: add force unlimited prefetch property by Halil Pasic · 7 years ago
- d791937 vfio: Include "exec/address-spaces.h" directly in the source file by Philippe Mathieu-Daudé · 7 years ago
- c96f2c2 vfio-ccw: introduce vfio_ccw_get_device() by Greg Kurz · 7 years ago
- be4d026 vfio-ccw: fix memory leaks in vfio_ccw_realize() by Greg Kurz · 7 years ago
- 08b824a vfio-ccw: license text should indicate GPL v2 or later by Cornelia Huck · 7 years ago
- e9808d0 hw: use "qemu/osdep.h" as first #include in source files by Philippe Mathieu-Daudé · 7 years ago
- 66dc50f s390x: improve error handling for SSCH and RSCH by Halil Pasic · 7 years ago
- bd2aef1 s390x: sort some devices into categories by Cornelia Huck · 7 years ago
- 6a79dd4 vfio/ccw: fix initialization of the Object DeviceState pointer in the common base-device by Dong Jia Shi · 7 years ago
- 28e22d4 vfio/ccw: allocate irq info with the right size by Jing Zhang · 7 years ago
- 334e768 vfio/ccw: update sense data if a unit check is pending by Dong Jia Shi · 8 years ago
- 8ca2b37 s390x/css: introduce and realize ccw-request callback by Xiao Feng Ren · 8 years ago
- 4886b3e vfio/ccw: get irqs info and set the eventfd fd by Dong Jia Shi · 8 years ago
- c14e706 vfio/ccw: get io region info by Dong Jia Shi · 8 years ago
- 1dcac3e vfio/ccw: vfio based subchannel passthrough driver by Xiao Feng Ren · 8 years ago