Re: [Qemu-devel] [PATCH v13 0/7] libqblock qemu block layer library

2013-01-21 Thread Paolo Bonzini
Il 14/12/2012 11:17, Paolo Bonzini ha scritto: > Il 14/12/2012 11:06, Wenchao Xia ha scritto: >> >> Hi Paolo, >> Do you think a rebase of the libqblock is needed? It have been quite >> a time without comments. > > I was hoping that other people would jump in. :) Please rebase, there will be som

Re: [Qemu-devel] [PATCH v13 0/7] libqblock qemu block layer library

2012-12-14 Thread Paolo Bonzini
Il 14/12/2012 11:06, Wenchao Xia ha scritto: > > Hi Paolo, > Do you think a rebase of the libqblock is needed? It have been quite > a time without comments. I was hoping that other people would jump in. :) Paolo

Re: [Qemu-devel] [PATCH v13 0/7] libqblock qemu block layer library

2012-12-14 Thread Wenchao Xia
v13: Moved another function into stubs, added xml rule in tests/makefile, little changes in patch 4, 6, 7. Wenchao Xia (7): Hi Paolo, Do you think a rebase of the libqblock is needed? It have been quite a time without comments. -- Best Regards Wenchao Xia

Re: [Qemu-devel] [PATCH v13 0/7] libqblock qemu block layer library

2012-12-08 Thread Wenchao Xia
Hi, Paolo Do you think this version still needs more improvement? 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

[Qemu-devel] [PATCH v13 0/7] libqblock qemu block layer library

2012-11-29 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