Re: [Qemu-devel] [PATCH v3 0/5] [RFC] libqblock, qemu block layer library

2012-08-29 Thread Wenchao Xia
于 2012-8-29 23:59, Eric Blake 写道: On 08/29/2012 04:22 AM, Wenchao Xia wrote: This patch intrudce libqblock API, libqblock-test is used as a test case. make libqblock-test at root diretory could make it build. Test it with ./libqblock/libqblock-test [FILE] [BACKINGFILE] Your series came thro

Re: [Qemu-devel] [PATCH v3 0/5] [RFC] libqblock, qemu block layer library

2012-08-29 Thread Eric Blake
On 08/29/2012 04:22 AM, Wenchao Xia wrote: > This patch intrudce libqblock API, libqblock-test is used as a test case. > make libqblock-test at root diretory could make it build. Test it with > ./libqblock/libqblock-test [FILE] [BACKINGFILE] Your series came through unthreaded, which makes it ha

[Qemu-devel] [PATCH v3 0/5] [RFC] libqblock, qemu block layer library

2012-08-29 Thread Wenchao Xia
This patch intrudce libqblock API, libqblock-test is used as a test case. make libqblock-test at root diretory could make it build. Test it with ./libqblock/libqblock-test [FILE] [BACKINGFILE] V2: Format specific options were brought to API surface. All option were changed to enum type inste