Re: [Qemu-devel] [PATCH v20 05/15] block: Add bdrv_set_backing_hd()

2014-05-21 Thread Jeff Cody
On Tue, May 20, 2014 at 02:04:30PM +0800, Fam Zheng wrote: > This is the common but non-trivial steps to assign or change the > backing_hd of BDS. > > Signed-off-by: Fam Zheng > --- > block.c | 36 +++- > include/block/block.h | 1 + > 2 files chang

Re: [Qemu-devel] [PATCH v20 05/15] block: Add bdrv_set_backing_hd()

2014-05-21 Thread Stefan Hajnoczi
On Tue, May 20, 2014 at 02:04:30PM +0800, Fam Zheng wrote: > This is the common but non-trivial steps to assign or change the > backing_hd of BDS. > > Signed-off-by: Fam Zheng > --- > block.c | 36 +++- > include/block/block.h | 1 + > 2 files chang

[Qemu-devel] [PATCH v20 05/15] block: Add bdrv_set_backing_hd()

2014-05-19 Thread Fam Zheng
This is the common but non-trivial steps to assign or change the backing_hd of BDS. Signed-off-by: Fam Zheng --- block.c | 36 +++- include/block/block.h | 1 + 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/block.c b/block.c index