|
From: | Wenchao Xia |
Subject: | Re: [Qemu-devel] [PATCH v3 3/7] block: implement reference count for BlockDriverState |
Date: | Fri, 02 Aug 2013 15:36:52 +0800 |
User-agent: | Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 |
Reviewed-by: Wenchao Xia <address@hidden> > Introduce bdrv_ref/bdrv_unref to manage the lifecycle of > BlockDriverState. They are unused for now but will used to replace > bdrv_delete() later. > > Signed-off-by: Fam Zheng <address@hidden> > --- > block.c | 21 +++++++++++++++++++++ > include/block/block.h | 2 ++ > include/block/block_int.h | 1 + > 3 files changed, 24 insertions(+) > -- Best Regards Wenchao Xia
[Prev in Thread] | Current Thread | [Next in Thread] |