QOM housekeeping series which replace the DO_UPCAST() macro uses by equivalent QOM ones (and few more trivial cleanups).
Since v2: - Split of bigger series - Split in simpler patches - Added Eric R-b tags v2: https://lore.kernel.org/qemu-devel/20230213070820.76881-17-phi...@linaro.org/ Philippe Mathieu-Daudé (6): hw/s390x/event-facility: Replace DO_UPCAST(SCLPEvent) by SCLP_EVENT() hw/vfio/ccw: Simplify using DEVICE() macro hw/vfio/ccw: Use intermediate S390CCWDevice variable hw/vfio/ccw: Replace DO_UPCAST(S390CCWDevice) by S390_CCW_DEVICE() hw/vfio/ccw: Remove pointless S390CCWDevice variable hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW() hw/s390x/event-facility.c | 3 +-- hw/vfio/ccw.c | 40 ++++++++++++++++----------------------- 2 files changed, 17 insertions(+), 26 deletions(-) -- 2.38.1