> > +++ b/qapi-schema.json
> > @@ -425,6 +425,39 @@
> > { 'type': 'EventInfo', 'data': {'name': 'str'} }
> >
> > ##
> > +# @BackupStatus:
> > +#
> > +# Detailed backup status.
> > +#
> > +# @status: #optional string describing the current backup status.
> > +# This can be 'active', 'done
On 02/19/2013 04:31 AM, Dietmar Maurer wrote:
> We use a generic BackupDriver struct to encapsulate all archive format
> related function.
>
> Another option would be to simply dump to
> the output fh (pipe), and an external binary saves the data. That way we
> could move the whole archive format
We use a generic BackupDriver struct to encapsulate all archive format
related function.
Another option would be to simply dump to
the output fh (pipe), and an external binary saves the data. That way we
could move the whole archive format related code out of qemu.
Signed-off-by: Dietmar Maurer