Re: [Qemu-devel] [PATCH V12 0/6] add-cow file format

2012-08-22 Thread Dong Xu Wang
Anyone can give me some comments? That will be very grateful.. On Fri, Aug 10, 2012 at 11:39 PM, Dong Xu Wang wrote: > This will introduce a new file format: add-cow. > > add-cow can benefit from other available functions, such as path_has_protocol > and > qed_read_string, so we will make them p

[Qemu-devel] [PATCH V12 0/6] add-cow file format

2012-08-10 Thread Dong Xu Wang
This will introduce a new file format: add-cow. add-cow can benefit from other available functions, such as path_has_protocol and qed_read_string, so we will make them public. Now add-cow is still using QEMUOptionParameter, not QemuOpts, I will send a separate patch series to convert. snapsh