[PATCH v7 22/47] block: Use CAF in bdrv_co_rw_vmstate()

2020-06-25 Thread Max Reitz
If a node whose driver does not provide VM state functions has a metadata child, the VM state should probably go there; if it is a filter, the VM state should probably go there. It follows that we should generally go down to the primary child. Signed-off-by: Max Reitz Reviewed-by: Vladimir Semen

Re: [PATCH v7 22/47] block: Use CAF in bdrv_co_rw_vmstate()

2020-07-15 Thread Andrey Shinkevich
On 25.06.2020 18:21, Max Reitz wrote: If a node whose driver does not provide VM state functions has a metadata child, the VM state should probably go there; if it is a filter, the VM state should probably go there. It follows that we should generally go down to the primary child. Signed-off-by