Re: [PATCH v2 03/21] migration: Add documentation for SaveVMHandlers

2024-03-04 Thread Cédric Le Goater
On 3/4/24 10:05, Avihai Horon wrote: Hi Cedric, A few nits below. Just in time for v3 I was about to send ! I will include these suggestions. Thanks, C. On 27/02/2024 20:03, Cédric Le Goater wrote: External email: Use caution opening links or attachments The SaveVMHandlers structure

Re: [PATCH v2 03/21] migration: Add documentation for SaveVMHandlers

2024-03-04 Thread Avihai Horon
Hi Cedric, A few nits below. On 27/02/2024 20:03, Cédric Le Goater wrote: External email: Use caution opening links or attachments The SaveVMHandlers structure is still in use for complex subsystems and devices. Document the handlers since we are going to modify a few later. Signed-off-by: C

Re: [PATCH v2 03/21] migration: Add documentation for SaveVMHandlers

2024-02-29 Thread Cédric Le Goater
On 2/29/24 05:10, Peter Xu wrote: On Tue, Feb 27, 2024 at 07:03:27PM +0100, Cédric Le Goater wrote: The SaveVMHandlers structure is still in use for complex subsystems and devices. Document the handlers since we are going to modify a few later. Signed-off-by: Cédric Le Goater Reviewed-by: Pe

Re: [PATCH v2 03/21] migration: Add documentation for SaveVMHandlers

2024-02-28 Thread Peter Xu
On Tue, Feb 27, 2024 at 07:03:27PM +0100, Cédric Le Goater wrote: > The SaveVMHandlers structure is still in use for complex subsystems > and devices. Document the handlers since we are going to modify a few > later. > > Signed-off-by: Cédric Le Goater Reviewed-by: Peter Xu Still a few nitpick

[PATCH v2 03/21] migration: Add documentation for SaveVMHandlers

2024-02-27 Thread Cédric Le Goater
The SaveVMHandlers structure is still in use for complex subsystems and devices. Document the handlers since we are going to modify a few later. Signed-off-by: Cédric Le Goater --- include/migration/register.h | 257 +++ 1 file changed, 231 insertions(+), 26 delet