Re: [Qemu-devel] [PATCH v6 18/39] block: Add BlockBackendRootState

2015-10-19 Thread Kevin Wolf
Am 19.10.2015 um 16:32 hat Max Reitz geschrieben: > On 19.10.2015 16:18, Kevin Wolf wrote: > > Am 12.10.2015 um 22:00 hat Max Reitz geschrieben: > >> 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 > >

Re: [Qemu-devel] [PATCH v6 18/39] block: Add BlockBackendRootState

2015-10-19 Thread Max Reitz
On 19.10.2015 16:18, Kevin Wolf wrote: > Am 12.10.2015 um 22:00 hat Max Reitz geschrieben: >> 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 > > Random thou

Re: [Qemu-devel] [PATCH v6 18/39] block: Add BlockBackendRootState

2015-10-19 Thread Kevin Wolf
Am 12.10.2015 um 22:00 hat Max Reitz geschrieben: > 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 Random thought, not directly related to this series: We cur