On Tue, Apr 02, 2013 at 07:47:22PM +0800, Wenchao Xia wrote: > diff --git a/qmp-commands.hx b/qmp-commands.hx > index 1e0e11e..6b20684 100644 > --- a/qmp-commands.hx > +++ b/qmp-commands.hx > @@ -1765,6 +1765,61 @@ EQMP > }, > > SQMP > +query-snapshots > +--------------- > + > +Show the internal consistent snapshot information > + > +Each snapshot is represented by a json-object. The returned value > +is a json-array of all snapshots
I think the "consistent snapshot" term is not defined. Please add something like: "Consistent snapshots are snapshots that exist in all writeable block devices. When 'savevm' takes a snapshot it uses the same ID across all writeable block devices. If a snapshot ID only exists in one block device then it is not a consistent snapshot." Stefan