Re: [Qemu-devel] [PATCH V12 4/6] rename qcow2-cache.c to block-cache.c

2012-09-11 Thread Kevin Wolf
Am 10.08.2012 17:39, schrieb Dong Xu Wang: > add-cow and qcow2 file format will share the same cache code, so rename > block-cache.c to block-cache.c. And related structure and qcow2 code also > are changed. > > Signed-off-by: Dong Xu Wang > --- > block.h|3 + > block/Makefil

Re: [Qemu-devel] [PATCH V12 4/6] rename qcow2-cache.c to block-cache.c

2012-09-09 Thread Dong Xu Wang
On Fri, Sep 7, 2012 at 1:52 AM, Michael Roth wrote: > On Fri, Aug 10, 2012 at 11:39:43PM +0800, Dong Xu Wang wrote: >> add-cow and qcow2 file format will share the same cache code, so rename >> block-cache.c to block-cache.c. And related structure and qcow2 code also > > "qcow2-cache.c to block-ca

Re: [Qemu-devel] [PATCH V12 4/6] rename qcow2-cache.c to block-cache.c

2012-09-06 Thread Michael Roth
On Fri, Aug 10, 2012 at 11:39:43PM +0800, Dong Xu Wang wrote: > add-cow and qcow2 file format will share the same cache code, so rename > block-cache.c to block-cache.c. And related structure and qcow2 code also "qcow2-cache.c to block-cache.c" But I've scanned through the rest of your patches an

[Qemu-devel] [PATCH V12 4/6] rename qcow2-cache.c to block-cache.c

2012-08-10 Thread Dong Xu Wang
add-cow and qcow2 file format will share the same cache code, so rename block-cache.c to block-cache.c. And related structure and qcow2 code also are changed. Signed-off-by: Dong Xu Wang --- block.h|3 + block/Makefile.objs|3 +- block/qcow2-cache.c| 323