Re: [Qemu-devel] [PATCH v6 07/15] block: Move BDS close notifiers into BB

2015-11-09 Thread Kevin Wolf
Am 09.11.2015 um 17:50 hat Max Reitz geschrieben: > On 09.11.2015 17:04, Kevin Wolf wrote: > > Am 04.11.2015 um 19:57 hat Max Reitz geschrieben: > >> The only remaining user of the BDS close notifiers is NBD which uses > >> them to determine when a BDS tree is being ejected. This patch removes > >>

Re: [Qemu-devel] [PATCH v6 07/15] block: Move BDS close notifiers into BB

2015-11-09 Thread Max Reitz
On 09.11.2015 17:04, Kevin Wolf wrote: > Am 04.11.2015 um 19:57 hat Max Reitz geschrieben: >> The only remaining user of the BDS close notifiers is NBD which uses >> them to determine when a BDS tree is being ejected. This patch removes >> the BDS-level close notifiers and adds a notifier list to t

Re: [Qemu-devel] [PATCH v6 07/15] block: Move BDS close notifiers into BB

2015-11-09 Thread Kevin Wolf
Am 04.11.2015 um 19:57 hat Max Reitz geschrieben: > The only remaining user of the BDS close notifiers is NBD which uses > them to determine when a BDS tree is being ejected. This patch removes > the BDS-level close notifiers and adds a notifier list to the > BlockBackend structure that is invoked

[Qemu-devel] [PATCH v6 07/15] block: Move BDS close notifiers into BB

2015-11-04 Thread Max Reitz
The only remaining user of the BDS close notifiers is NBD which uses them to determine when a BDS tree is being ejected. This patch removes the BDS-level close notifiers and adds a notifier list to the BlockBackend structure that is invoked whenever a BDS is removed. Symmetrically to that, another