Re: [PATCH V1 04/26] vfio/container: register container for cpr

2025-02-03 Thread Steven Sistare
On 2/3/2025 12:01 PM, Cédric Le Goater wrote: On 1/29/25 15:43, Steve Sistare wrote: Register a legacy container for cpr-transfer.  Add a blocker if the kernel does not support VFIO_UPDATE_VADDR or VFIO_UNMAP_ALL. This is mostly boiler plate.  The fields to to saved and restored are added in su

Re: [PATCH V1 04/26] vfio/container: register container for cpr

2025-02-03 Thread Cédric Le Goater
On 1/29/25 15:43, Steve Sistare wrote: Register a legacy container for cpr-transfer. Add a blocker if the kernel does not support VFIO_UPDATE_VADDR or VFIO_UNMAP_ALL. This is mostly boiler plate. The fields to to saved and restored are added in subsequent patches. Signed-off-by: Steve Sistare

[PATCH V1 04/26] vfio/container: register container for cpr

2025-01-29 Thread Steve Sistare
Register a legacy container for cpr-transfer. Add a blocker if the kernel does not support VFIO_UPDATE_VADDR or VFIO_UNMAP_ALL. This is mostly boiler plate. The fields to to saved and restored are added in subsequent patches. Signed-off-by: Steve Sistare --- hw/vfio/container.c | 6