Re: [PATCH] kvm tool: add QCOW verions 1 read/write support

2011-04-15 Thread Ingo Molnar
* Pekka Enberg wrote: > Hi Christoph, > > On Wed, Apr 13, 2011 at 08:01:58PM +0100, Prasad Joshi wrote: > >> The patch only implements the basic read write support for QCOW version 1 > >> images. Many of the QCOW features are not implmented, for example > > On Fri, Apr 15, 2011 at 6:24 AM, Chr

Re: [PATCH] kvm tool: add QCOW verions 1 read/write support

2011-04-15 Thread Kevin Wolf
Am 15.04.2011 08:24, schrieb Pekka Enberg: > Hi Christoph, > > On Wed, Apr 13, 2011 at 08:01:58PM +0100, Prasad Joshi wrote: >>> The patch only implements the basic read write support for QCOW version 1 >>> images. Many of the QCOW features are not implmented, for example > > On Fri, Apr 15, 2011

Re: [PATCH] kvm tool: add QCOW verions 1 read/write support

2011-04-14 Thread Pekka Enberg
Hi Christoph, On Wed, Apr 13, 2011 at 08:01:58PM +0100, Prasad Joshi wrote: >> The patch only implements the basic read write support for QCOW version 1 >> images. Many of the QCOW features are not implmented, for example On Fri, Apr 15, 2011 at 6:24 AM, Christoph Hellwig wrote: > What's the poi

Re: [PATCH] kvm tool: add QCOW verions 1 read/write support

2011-04-14 Thread Christoph Hellwig
On Wed, Apr 13, 2011 at 08:01:58PM +0100, Prasad Joshi wrote: > The patch only implements the basic read write support for QCOW version 1 > images. Many of the QCOW features are not implmented, for example What's the point? Qcow1 has been deprecated for a long time. -- To unsubscribe from this l

Re: [PATCH] kvm tool: add QCOW verions 1 read/write support

2011-04-13 Thread Pekka Enberg
On Wed, Apr 13, 2011 at 10:01 PM, Prasad Joshi wrote: > --- /dev/null > +++ b/tools/kvm/qcow.c > @@ -0,0 +1,123 @@ > +/* > + * This file contains code copied from QEMU source code > + * > + * Copyright (c) 2004-2006 Fabrice Bellard > + * > + * Permission is hereby granted, free of charge, to any p

[PATCH] kvm tool: add QCOW verions 1 read/write support

2011-04-13 Thread Prasad Joshi
The patch only implements the basic read write support for QCOW version 1 images. Many of the QCOW features are not implmented, for example - image creation - snapshot - copy-on-write - encryption Renamed the file CREDITS-Git to CREDITS and added QEMU credits to CREDITS file. Signed-off-by: P