On 2/2/26 00:29, Philippe Mathieu-Daudé wrote:
This series eliminates target specifics in hw/virtio and replace them with runtime functions where needed.
Philippe Mathieu-Daudé (6): hw/virtio: Constify virtio_is_big_endian() argument hw/virtio: Introduce VirtIODevice::access_is_big_endian boolean field hw/virtio: Use VirtIODevice::access_is_big_endian field hw/virtio: Reduce virtio_access_is_big_endian() scope hw/virtio: Check target supports legacy bi-endianness at runtime hw/virtio: Replace TARGET_BIG_ENDIAN -> target_big_endian() Pierrick Bouvier (5): target-info: add target_base_ppc, target_ppc and target_ppc64 hw/ppc/spapr: extract SPAPR_MAX_RAM_SLOTS in a new header hw/virtio/vhost-user: make compilation unit common hw/virtio/virtio-qmp: make compilation unit common hw/virtio: make all compilation units common
FTR I worked on v2 and v3 without previously discussing with Pierrick, hoping it would help to get a closure on this painful (for me, since I try to get that fixed since at least 3 years now) topic. I didn't meant to be disrepectful, and understand this is not a proper teamwork approach. I will let Pierrick, who kindly offered to help here, follow his line of work without intervening. Hopefully I won't have to touch this virtio code ever again. Regards, Phil.
