[Qemu-devel] [PATCH v14 05/14] block: Add bdrv_set_backing_hd()

2014-02-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 f...@redhat.com --- block.c | 34 +++--- include/block/block.h | 1 + 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/block.c

Re: [Qemu-devel] [PATCH v14 05/14] block: Add bdrv_set_backing_hd()

2014-02-19 Thread Benoît Canet
The Wednesday 19 Feb 2014 à 21:42:22 (+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 f...@redhat.com --- block.c | 34 +++--- include/block/block.h | 1 + 2