Re: [libvirt] [PATCH 2/2] Support for probing qed image metadata

2010-11-18 Thread Daniel P. Berrange
On Wed, Nov 17, 2010 at 01:52:42PM -0600, Adam Litke wrote: > Implement getBackingStore() for QED images. The header format is defined in > the QED spec: http://wiki.qemu.org/Features/QED . > > +static int > +qedGetBackingStore(char **res, > + int *format, > +

[libvirt] [PATCH 2/2] Support for probing qed image metadata

2010-11-17 Thread Adam Litke
Implement getBackingStore() for QED images. The header format is defined in the QED spec: http://wiki.qemu.org/Features/QED . Signed-off-by: Adam Litke Cc: Stefan Hajnoczi Cc: Anthony Liguori --- src/util/storage_file.c | 78 ++- 1 files changed,