Re: [Qemu-devel] [PATCH V20 00/10] libqblock qemu block layer library

2013-03-05 Thread Wenchao Xia
Hi, Kevin Do you think this version is good enough to upstream? > Hi, >any comments for this version? > >> These patches introduce libqblock API, make subdir-libqblock and make >> check-libqblock could build this library. >> Functionalities: >>1 create a new image. >>2 sync acce

Re: [Qemu-devel] [PATCH V20 00/10] libqblock qemu block layer library

2013-03-03 Thread Wenchao Xia
Hi, any comments for this version? >These patches introduce libqblock API, make subdir-libqblock and make > check-libqblock could build this library. > Functionalities: > 1 create a new image. > 2 sync access of an image. > 3 basic image information retrieving such as backing file. >

[Qemu-devel] [PATCH V20 00/10] libqblock qemu block layer library

2013-02-26 Thread Wenchao Xia
These patches introduce libqblock API, make subdir-libqblock and make check-libqblock could build this library. Functionalities: 1 create a new image. 2 sync access of an image. 3 basic image information retrieving such as backing file. 4 detect if a sector is allocated in an image. Supported