Re: [PATCH v2] vfio/migration: Use BE byte order for device state wire packets

2025-03-10 Thread Cédric Le Goater
On 3/10/25 13:53, Maciej S. Szmigiero wrote: From: "Maciej S. Szmigiero" Wire data commonly use BE byte order (including in the existing migration protocol), use it also for for VFIO device state packets. This will allow VFIO multifd device state transfer between hosts with different endiannes

[PATCH v2] vfio/migration: Use BE byte order for device state wire packets

2025-03-10 Thread Maciej S. Szmigiero
From: "Maciej S. Szmigiero" Wire data commonly use BE byte order (including in the existing migration protocol), use it also for for VFIO device state packets. This will allow VFIO multifd device state transfer between hosts with different endianness. Although currently there is no such use case