Re: [Qemu-devel] [PATCH V8 0/4] libqblock qemu block layer library

2012-10-26 Thread Wenchao Xia
Hi, Kevin Could u take a look at this patch to see if anything need to be improved, many thanks. These patches introduce libqblock API, make libqblock.la and make check-libqblock could build this library. Functionalities: 1 create a new image. 2 sync access of an image. 3 basic

[Qemu-devel] [PATCH V8 0/4] libqblock qemu block layer library

2012-10-14 Thread Wenchao Xia
These patches introduce libqblock API, make libqblock.la 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