Re: [Qemu-devel] [PATCH] Fix : Enable qemu-img QED image commit support.

2013-01-04 Thread Anthony Liguori
Hi, This is an automated message generated from the QEMU Patches. Thank you for submitting this patch. This patch no longer applies to qemu.git. This may have occurred due to: 1) Changes in mainline requiring your patch to be rebased and re-tested. 2) Sending the mail using a tool other t

Re: [Qemu-devel] [PATCH] Fix : Enable qemu-img QED image commit support.

2013-01-04 Thread Anthony Liguori
Hi, This is an automated message generated from the QEMU Patches. Thank you for submitting this patch. This patch no longer applies to qemu.git. This may have occurred due to: 1) Changes in mainline requiring your patch to be rebased and re-tested. 2) Sending the mail using a tool other t

Re: [Qemu-devel] [PATCH] Fix : Enable qemu-img QED image commit support.

2013-01-04 Thread Stefan Hajnoczi
On Fri, Jan 04, 2013 at 09:02:28PM +0530, Onkar N Mahajan wrote: > @@ -695,7 +695,7 @@ static int coroutine_fn > bdrv_qed_co_is_allocated(BlockDriverState *bs, > > static int bdrv_qed_make_empty(BlockDriverState *bs) > { > -return -ENOTSUP; > +return 0; > } The only .bdrv_make_empty()

[Qemu-devel] [PATCH] Fix : Enable qemu-img QED image commit support.

2013-01-04 Thread Onkar N Mahajan
Running qemu-img commit on QED image gives this message even if the image is never committed. This patch fixes this. Do we need to do any L1, L2 table cleanup here ? I see that cleanup code is commented out in the case of qcow2 (qcow2_make_empty). before patching - # qemu-img commit -f qed ss.qed

[Qemu-devel] [PATCH] Fix : Enable qemu-img QED image commit support.

2013-01-04 Thread Onkar N Mahajan
Running qemu-img commit on QED image emits the below message even if the image is never committed. This patch fixes this. Do we need to do any L1, L2 table cleanup here ? I see that cleanup code is commented out in the case of qcow2 (qcow2_make_empty). before patching - # qemu-img commit -f qed s