Re: [PATCH v3 6/6] ram: Document migration ram flags

2023-02-09 Thread Juan Quintela
Eric Blake wrote: > On Wed, Feb 08, 2023 at 02:30:10PM +0100, Juan Quintela wrote: >> 0x80 is RAM_SAVE_FLAG_HOOK, it is in qemu-file now. >> Bigger usable flag is 0x200, noticing that. >> We can reuse RAM_SAVE_FLAG_FULL. >> >> Signed-off-by: Juan Quintela >> --- >> migration/ram.c | 7 +-- >

Re: [PATCH v3 6/6] ram: Document migration ram flags

2023-02-08 Thread Eric Blake
On Wed, Feb 08, 2023 at 02:30:10PM +0100, Juan Quintela wrote: > 0x80 is RAM_SAVE_FLAG_HOOK, it is in qemu-file now. > Bigger usable flag is 0x200, noticing that. > We can reuse RAM_SAVE_FLAG_FULL. > > Signed-off-by: Juan Quintela > --- > migration/ram.c | 7 +-- > 1 file changed, 5 insertio