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

2012-09-03 Thread Blue Swirl
On Mon, Sep 3, 2012 at 9:18 AM, Wenchao Xia wrote: > 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 | 219

[Qemu-devel] [PATCH 5/6] libqblock test example

2012-09-03 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 | 219 ++ 1 files changed, 219 ins