[Qemu-devel] [PATCH RESEND 13/50] block: Add BlockBackendRootState

2015-01-27 Thread Max Reitz
This structure will store some of the state of the root BDS if the BDS tree is removed, so that state can be restored once a new BDS tree is inserted. Signed-off-by: Max Reitz --- block/block-backend.c | 26 ++ include/block/block_int.h | 9 + inclu

Re: [Qemu-devel] [PATCH RESEND 13/50] block: Add BlockBackendRootState

2015-01-27 Thread Eric Blake
On 01/27/2015 12:45 PM, Max Reitz wrote: > This structure will store some of the state of the root BDS if the BDS > tree is removed, so that state can be restored once a new BDS tree is > inserted. > > Signed-off-by: Max Reitz > --- > block/block-backend.c | 26 +