qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v6 2/6] Introduce "save_devices"


From: Stefano Stabellini
Subject: Re: [Qemu-devel] [PATCH v6 2/6] Introduce "save_devices"
Date: Fri, 16 Mar 2012 11:35:28 +0000
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)

On Thu, 15 Mar 2012, Anthony Liguori wrote:
> > diff --git a/qapi-schema.json b/qapi-schema.json
> > index d0b6792..7f938ff 100644
> > --- a/qapi-schema.json
> > +++ b/qapi-schema.json
> > @@ -1593,3 +1593,21 @@
> >   { 'command': 'qom-list-types',
> >     'data': { '*implements': 'str', '*abstract': 'bool' },
> >     'returns': [ 'ObjectTypeInfo' ] }
> > +
> > +##
> > +# @save_devices:
> > +#
> > +# Save the state of all devices to file. The RAM and the block devices
> > +# of the VM are not saved by this command.
> > +#
> > +# @filename: the file to save the state of the devices to as binary
> > +# data. See save_devices.txt for a description of the binary format.
> > +#
> > +# Returns: Nothing on success
> > +#          If @filename cannot be opened, OpenFileFailed
> > +#          If an I/O error occurs while writing the file, IOError
> > +#
> > +# Since: 1.0
> 
> Since: 1.1.
> 
> Otherwise Reviewed-by: Anthony Liguori <address@hidden>

Thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]