[Qemu-devel] [PATCH v2 resend 2/4] qemu-img: Fix qemu-img can't create qcow image based on read-only image

2010-02-04 Thread Naphtali Sprei
Open image file read-only where possible Patch originally written by Sheng Yang sh...@linux.intel.com Signed-off-by: Naphtali Sprei nsp...@redhat.com --- qemu-img.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index

Re: [Qemu-devel] [PATCH v2 resend 2/4] qemu-img: Fix qemu-img can't create qcow image based on read-only image

2010-02-04 Thread Sheng Yang
On Friday 05 February 2010 06:04:27 Naphtali Sprei wrote: Open image file read-only where possible Patch originally written by Sheng Yang sh...@linux.intel.com Signed-off-by: Sheng Yang sh...@linux.intel.com Signed-off-by: Naphtali Sprei nsp...@redhat.com -- regards Yang, Sheng ---