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

2012-10-14 Thread wenchao xia
于 2012-10-13 18:49, Blue Swirl 写道: > On Sat, Oct 13, 2012 at 5:10 AM, Wenchao Xia wrote: >> From: 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 o

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

2012-10-13 Thread Blue Swirl
On Sat, Oct 13, 2012 at 5:10 AM, Wenchao Xia wrote: > From: 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 retrie

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

2012-10-12 Thread Wenchao Xia
From: 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