index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
vfio
/
ccw.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/s390x: Restrict "loadparm" property to devices that can be used for booting
Thomas Huth
2024-11-18
1
-0
/
+1
*
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2024-09-13
1
-1
/
+1
*
vfio/ccw: Don't initialize HOST_IOMMU_DEVICE with mdev
Zhenzhong Duan
2024-07-23
1
-0
/
+3
*
vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errors
Cédric Le Goater
2024-06-24
1
-1
/
+1
*
vfio/ccw: Fix the missed unrealize() call in error path
Zhenzhong Duan
2024-06-24
1
-1
/
+2
*
vfio/ccw: Use the 'Error **errp' argument of vfio_ccw_realize()
Cédric Le Goater
2024-06-24
1
-7
/
+5
*
s390x/css: Make S390CCWDeviceClass::realize return bool
Cédric Le Goater
2024-06-24
1
-2
/
+1
*
vfio/ccw: Make vfio_ccw_get_region() return a bool
Zhenzhong Duan
2024-05-22
1
-8
/
+7
*
vfio/helpers: Make vfio_device_get_name() return bool
Zhenzhong Duan
2024-05-22
1
-1
/
+1
*
vfio/helpers: Make vfio_set_irq_signaling() return bool
Zhenzhong Duan
2024-05-22
1
-4
/
+4
*
vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
Zhenzhong Duan
2024-05-16
1
-4
/
+2
*
vfio/ccw: Make vfio_ccw_register_irq_notifier() return a bool
Cédric Le Goater
2024-05-16
1
-11
/
+11
*
vfio/ccw: Use g_autofree variable in vfio_ccw_register_irq_notifier()
Cédric Le Goater
2024-05-16
1
-6
/
+3
*
vfio: Introduce a helper function to initialize VFIODevice
Zhenzhong Duan
2023-12-19
1
-6
/
+2
*
vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init
Zhenzhong Duan
2023-12-19
1
-15
/
+15
*
vfio/ccw: Make vfio cdev pre-openable by passing a file handle
Zhenzhong Duan
2023-12-19
1
-3
/
+22
*
vfio/ccw: Allow the selection of a given iommu backend
Zhenzhong Duan
2023-12-19
1
-0
/
+6
*
vfio/container: Move IBM EEH related functions into spapr_pci_vfio.c
Zhenzhong Duan
2023-11-06
1
-1
/
+0
*
vfio/ccw: Use vfio_[attach/detach]_device
Eric Auger
2023-10-18
1
-90
/
+27
*
hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW()
Philippe Mathieu-Daudé
2023-02-27
1
-12
/
+7
*
hw/vfio/ccw: Remove pointless S390CCWDevice variable
Philippe Mathieu-Daudé
2023-02-27
1
-2
/
+1
*
hw/vfio/ccw: Replace DO_UPCAST(S390CCWDevice) by S390_CCW_DEVICE()
Philippe Mathieu-Daudé
2023-02-27
1
-6
/
+3
*
hw/vfio/ccw: Use intermediate S390CCWDevice variable
Philippe Mathieu-Daudé
2023-02-27
1
-4
/
+5
*
hw/vfio/ccw: Simplify using DEVICE() macro
Philippe Mathieu-Daudé
2023-02-27
1
-1
/
+1
*
vfio-ccw: forward halt/clear errors
Cornelia Huck
2021-09-06
1
-2
/
+2
*
s390x/css: Add passthrough IRB
Eric Farman
2021-06-21
1
-0
/
+4
*
vfio-ccw: Attempt to clean up all IRQs on error
Eric Farman
2021-05-20
1
-3
/
+5
*
vfio-ccw: Permit missing IRQs
Eric Farman
2021-05-20
1
-5
/
+7
*
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
vfio-ccw: Do not read region ret_code after write
Eric Farman
2021-03-04
1
-6
/
+6
*
vfio-ccw: Connect the device request notifier
Eric Farman
2021-01-21
1
-4
/
+36
*
vfio-ccw: plug memory leak while getting region info
Cornelia Huck
2020-10-02
1
-1
/
+4
*
vfio: Convert to ram_block_discard_disable()
David Hildenbrand
2020-07-02
1
-5
/
+6
*
vfio-ccw: Add support for the CRW region and IRQ
Farhan Ali
2020-06-18
1
-0
/
+73
*
vfio-ccw: Refactor ccw irq handler
Eric Farman
2020-06-18
1
-16
/
+42
*
vfio-ccw: Add support for the schib region
Farhan Ali
2020-06-18
1
-0
/
+63
*
vfio-ccw: Refactor cleanup of regions
Eric Farman
2020-06-18
1
-5
/
+9
*
vfio-ccw: allow non-prefetch ORBs
Jared Rossi
2020-06-05
1
-10
/
+3
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-3
/
+3
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
vfio-ccw: Fix error message
Boris Fiuczynski
2019-12-14
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
vfio-ccw: Test vfio_set_irq_signaling() return value
Alex Williamson
2019-07-08
1
-3
/
+2
*
vfio-ccw: support async command subregion
Cornelia Huck
2019-06-24
1
-2
/
+111
*
vfio-ccw: use vfio_set_irq_signaling
Cornelia Huck
2019-06-24
1
-38
/
+13
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
hw: vfio: drop TYPE_FOO MACRO in VMStateDescription
Li Qiang
2019-05-22
1
-1
/
+1
*
s390 vfio-ccw: Add bootindex property and IPLB data
Jason J. Herne
2019-04-12
1
-3
/
+3
*
hw/vfio/ccw: avoid taking address members in packed structs
Daniel P. Berrangé
2019-04-03
1
-20
/
+22
[next]