Re: [Qemu-devel] [PATCH V15 0/9] libqblock qemu block layer library

2013-01-28 Thread Paolo Bonzini
Il 28/01/2013 03:13, Wenchao Xia ha scritto: Sorry for that, do you know how to enable these extra checks? I used default configuration by ./configure and did not check out this errors. Probably you need to upgrade to a newer version of GCC. Paolo

Re: [Qemu-devel] [PATCH V15 0/9] libqblock qemu block layer library

2013-01-27 Thread Wenchao Xia
Sorry for that, do you know how to enable these extra checks? I used default configuration by ./configure and did not check out this errors. Hi, Thank you for submitting your patch series. This patch breaks the build by causing make to fail. Here's the output: GEN

Re: [Qemu-devel] [PATCH V15 0/9] libqblock qemu block layer library

2013-01-25 Thread Anthony Liguori
Hi, Thank you for submitting your patch series. This patch breaks the build by causing make to fail. Here's the output: GEN i386-softmmu/config-devices.mak GEN x86_64-softmmu/config-devices.mak GEN alpha-softmmu/config-devices.mak GEN arm-softmmu/config-devices.mak GEN

[Qemu-devel] [PATCH V15 0/9] libqblock qemu block layer library

2013-01-24 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.