On 05/08/2015 11:21 AM, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > block.c | 42 +++++++++++++++++++++++++++++++++++++++--- > block/commit.c | 4 ++-- > include/block/block.h | 4 +++- > 3 files changed, 44 insertions(+), 6 deletions(-) > > diff --git a/block.c b/block.c > index 95dc51e..561cefd 100644 > --- a/block.c > +++ b/block.c > @@ -1584,6 +1584,9 @@ typedef struct BlockReopenQueueEntry { > * > * bs is the BlockDriverState to add to the reopen queue. > * > + * options contains the changed options for the associated bs > + * (the BlockReopenQueue takes the ownership) 'takes ownership' reads a bit more idiomatically, but what you have is not wrong. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org