Re: [Qemu-devel] [PATCH 2/2] qemu-img: fix rebase src_cache option documentation

2014-09-02 Thread Stefan Hajnoczi
On Tue, Sep 02, 2014 at 10:52:53AM +0800, Fam Zheng wrote: > On Mon, 09/01 16:11, Stefan Hajnoczi wrote: > > The src_cache option (-T) specifies the cache mode for backing files. > > It applies both the image's old backing file as well as the new backing > > file: > > > > ret = bdrv_open(&bs_old

Re: [Qemu-devel] [PATCH 2/2] qemu-img: fix rebase src_cache option documentation

2014-09-01 Thread Fam Zheng
On Mon, 09/01 16:11, Stefan Hajnoczi wrote: > The src_cache option (-T) specifies the cache mode for backing files. > It applies both the image's old backing file as well as the new backing > file: > > ret = bdrv_open(&bs_old_backing, backing_name, NULL, NULL, src_flags, > old_

[Qemu-devel] [PATCH 2/2] qemu-img: fix rebase src_cache option documentation

2014-09-01 Thread Stefan Hajnoczi
The src_cache option (-T) specifies the cache mode for backing files. It applies both the image's old backing file as well as the new backing file: ret = bdrv_open(&bs_old_backing, backing_name, NULL, NULL, src_flags, old_backing_drv, &local_err); if (ret) { ... } i