Re: [Qemu-devel] Help: Convert HDD to QCOW2 img

2014-12-01 Thread Halsey
Hi Stefan, Thanks for so much info you provided. Okay, I would keep qemu-devel mailing list in the loop, no problem. Currently, I have finished the coding of the wrapper, now testing the bdrv_read/write qcow2 img. I would look into these libraries and incorporate them based on the concept of

Re: [Qemu-devel] Help: Convert HDD to QCOW2 img

2014-12-01 Thread Stefan Hajnoczi
On Mon, Dec 1, 2014 at 9:40 AM, Halsey Pian wrote: Please keep qemu-devel@nongnu.org CCed so the discussion stays on the mailing list. I have added it back. > Hi Stefan, not know if there is similar module, currently I have not seen it. > If yes, please forgive me. And for the program if it >

Re: [Qemu-devel] Help: Convert HDD to QCOW2 img

2014-11-27 Thread Stefan Hajnoczi
On Thu, Nov 27, 2014 at 06:15:31PM +0800, Halsey Pian wrote: > Recently, I'm writing an interface of wrapper class for QCOW2 in order to > manage QCOW2 img files conveniently based on our requirements in my current > project , this wrapper includes functions such as QCOW2 creating, read/write > and

[Qemu-devel] Help: Convert HDD to QCOW2 img

2014-11-27 Thread Halsey Pian
Hi All, Recently, I'm writing an interface of wrapper class for QCOW2 in order to manage QCOW2 img files conveniently based on our requirements in my current project , this wrapper includes functions such as QCOW2 creating, read/write and snapshot relatives. Actually, these functions would f