Cédric Le Goater
|
3f8f6ef701
vfio/ccw: Replace warn_once_pfch() with warn_report_once()
|
6 months ago |
Cédric Le Goater
|
4526687bf1
vfio: Add property documentation
|
6 months ago |
Stefan Hajnoczi
|
65cb7129f4
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
|
8 months ago |
Philippe Mathieu-Daudé
|
32cad1ffb8
include: Rename sysemu/ -> system/
|
8 months ago |
Richard Henderson
|
5fcabe628b
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
|
8 months ago |
Richard Henderson
|
d3eb6f73e1
hw/vfio: Constify all Property
|
8 months ago |
Thomas Huth
|
6e7c96ae61
hw/s390x: Restrict "loadparm" property to devices that can be used for booting
|
9 months ago |
Peter Maydell
|
e3d0814368
hw: Use device_class_set_legacy_reset() instead of opencoding
|
11 months ago |
Zhenzhong Duan
|
8b8705e7f2
vfio/ccw: Don't initialize HOST_IOMMU_DEVICE with mdev
|
1 year ago |
Cédric Le Goater
|
d48a54042f
vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errors
|
1 year ago |
Zhenzhong Duan
|
fa8053841e
vfio/ccw: Fix the missed unrealize() call in error path
|
1 year ago |
Cédric Le Goater
|
1aeebbd621
vfio/ccw: Use the 'Error **errp' argument of vfio_ccw_realize()
|
1 year ago |
Cédric Le Goater
|
45f4218784
s390x/css: Make S390CCWDeviceClass::realize return bool
|
1 year ago |
Zhenzhong Duan
|
040f8d1050
vfio/ccw: Make vfio_ccw_get_region() return a bool
|
1 year ago |
Zhenzhong Duan
|
c6c6cf91c0
vfio/helpers: Make vfio_device_get_name() return bool
|
1 year ago |
Zhenzhong Duan
|
84e37d0296
vfio/helpers: Make vfio_set_irq_signaling() return bool
|
1 year ago |
Zhenzhong Duan
|
b77548355a
vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
|
1 year ago |
Cédric Le Goater
|
8aaeff97ac
vfio/ccw: Make vfio_ccw_register_irq_notifier() return a bool
|
1 year ago |
Cédric Le Goater
|
04f8e4f29b
vfio/ccw: Use g_autofree variable in vfio_ccw_register_irq_notifier()
|
1 year ago |
Zhenzhong Duan
|
6106a32914
vfio: Introduce a helper function to initialize VFIODevice
|
1 year ago |
Zhenzhong Duan
|
c12b55ad6f
vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init
|
1 year ago |
Zhenzhong Duan
|
909a6254ed
vfio/ccw: Make vfio cdev pre-openable by passing a file handle
|
1 year ago |
Zhenzhong Duan
|
e70f971a6c
vfio/ccw: Allow the selection of a given iommu backend
|
1 year ago |
Zhenzhong Duan
|
54876d25fe
vfio/container: Move IBM EEH related functions into spapr_pci_vfio.c
|
1 year ago |
Eric Auger
|
e08041ece7
vfio/ccw: Use vfio_[attach/detach]_device
|
1 year ago |
Philippe Mathieu-Daudé
|
ecba646895
hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW()
|
2 years ago |
Philippe Mathieu-Daudé
|
4b447883ed
hw/vfio/ccw: Remove pointless S390CCWDevice variable
|
2 years ago |
Philippe Mathieu-Daudé
|
0cea1f62a8
hw/vfio/ccw: Replace DO_UPCAST(S390CCWDevice) by S390_CCW_DEVICE()
|
2 years ago |
Philippe Mathieu-Daudé
|
011da22c5c
hw/vfio/ccw: Use intermediate S390CCWDevice variable
|
2 years ago |
Philippe Mathieu-Daudé
|
4c8a2054e7
hw/vfio/ccw: Simplify using DEVICE() macro
|
2 years ago |