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

2012-12-11 Thread Kevin Wolf
Am 11.12.2012 09:25, schrieb Dong Xu Wang: > On Tue, Dec 11, 2012 at 1:11 AM, Kevin Wolf wrote: >> Am 06.12.2012 07:51, schrieb Dong Xu Wang: >>> We will re-use qcow2-cache as block layer common cache code, >>> so change its name and made some changes, define a struct named >>> BlockTableType, pas

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

2012-12-11 Thread Dong Xu Wang
On Tue, Dec 11, 2012 at 1:11 AM, Kevin Wolf wrote: > Am 06.12.2012 07:51, schrieb Dong Xu Wang: >> We will re-use qcow2-cache as block layer common cache code, >> so change its name and made some changes, define a struct named >> BlockTableType, pass BlockTableType and table size parameters to >>

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

2012-12-10 Thread Kevin Wolf
Am 06.12.2012 07:51, schrieb Dong Xu Wang: > We will re-use qcow2-cache as block layer common cache code, > so change its name and made some changes, define a struct named > BlockTableType, pass BlockTableType and table size parameters to > block cache initialization function. > > Signed-off-by: D

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

2012-12-05 Thread Dong Xu Wang
We will re-use qcow2-cache as block layer common cache code, so change its name and made some changes, define a struct named BlockTableType, pass BlockTableType and table size parameters to block cache initialization function. Signed-off-by: Dong Xu Wang --- block/Makefile.objs|3 +- blo