Re: [Qemu-devel] [PATCH V3 5/5] libqblock test example code

2012-09-18 Thread Wenchao Xia
于 2012-9-18 18:10, Paolo Bonzini 写道: Il 18/09/2012 11:01, Wenchao Xia ha scritto: In this example, user first create two qcow2 images, and then get the backing file relationship information of them. Then does write and read sync IO on them. Please use gtest so that this can be easily extens

Re: [Qemu-devel] [PATCH V3 5/5] libqblock test example code

2012-09-18 Thread Paolo Bonzini
Il 18/09/2012 11:01, Wenchao Xia ha scritto: > In this example, user first create two qcow2 images, and then get the > backing file relationship information of them. Then does write and read > sync IO on them. Please use gtest so that this can be easily extensible. Paolo > Signed-off-by: Wench

[Qemu-devel] [PATCH V3 5/5] libqblock test example code

2012-09-18 Thread Wenchao Xia
In this example, user first create two qcow2 images, and then get the backing file relationship information of them. Then does write and read sync IO on them. Signed-off-by: Wenchao Xia --- tests/libqblock/libqblock-test.c | 233 ++ 1 files changed, 233 ins