Wenchao Xia writes:
> 于 2013-4-12 11:22, Eric Blake 写道:
>> On 04/11/2013 09:17 PM, Wenchao Xia wrote:
>>
> Hmm, as I typed that, I did another search of qemu-schema.json - we have
> the type 'ImageInfo' defined, but none of the existing 'command's ever
> call out the use of that
于 2013-4-12 11:22, Eric Blake 写道:
On 04/11/2013 09:17 PM, Wenchao Xia wrote:
Hmm, as I typed that, I did another search of qemu-schema.json - we have
the type 'ImageInfo' defined, but none of the existing 'command's ever
call out the use of that type. Is it a type we are only using
internall
On 04/11/2013 09:17 PM, Wenchao Xia wrote:
>>
>>> Hmm, as I typed that, I did another search of qemu-schema.json - we have
>>> the type 'ImageInfo' defined, but none of the existing 'command's ever
>>> call out the use of that type. Is it a type we are only using
>>> internally to date, and where
于 2013-4-11 21:39, Luiz Capitulino 写道:
On Thu, 11 Apr 2013 07:08:41 -0600
Eric Blake wrote:
On 04/11/2013 06:44 AM, Luiz Capitulino wrote:
+-> { "execute": "query-snapshots" }
+<- {
+ "return":[
+ {
+"id": "1",
+"name": "snapshot1",
+"vm-state
On Thu, 11 Apr 2013 07:08:41 -0600
Eric Blake wrote:
> On 04/11/2013 06:44 AM, Luiz Capitulino wrote:
>
> > +-> { "execute": "query-snapshots" }
> > +<- {
> > + "return":[
> > + {
> > +"id": "1",
> > +"name": "snapshot1",
> > +
On 04/11/2013 06:44 AM, Luiz Capitulino wrote:
> +-> { "execute": "query-snapshots" }
> +<- {
> + "return":[
> + {
> +"id": "1",
> +"name": "snapshot1",
> +"vm-state-size": 0,
> +"date-sec": 1200,
On Thu, 11 Apr 2013 14:11:23 +0200
Markus Armbruster wrote:
> Wenchao Xia writes:
>
> >>> # Statistics of a virtual block device or a block backing device.
> >>> diff --git a/qmp-commands.hx b/qmp-commands.hx
> >>> index 1e0e11e..6b20684 100644
> >>> --- a/qmp-commands.hx
> >>> +++ b/qmp-comm
Wenchao Xia writes:
>>> # Statistics of a virtual block device or a block backing device.
>>> 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
>>> +
>> # Statistics of a virtual block device or a block backing device.
>> 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
>> +---
Wenchao Xia writes:
> This interface returns info of valid internal snapshots for whole vm.
>
> Signed-off-by: Wenchao Xia
> Reviewed-by: Eric Blake
> Reviewed-by: Kevin Wolf
> ---
> block/qapi.c | 17
> qapi-schema.json | 14 +
> qmp-commands.hx | 55
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 int
This interface returns info of valid internal snapshots for whole vm.
Signed-off-by: Wenchao Xia
Reviewed-by: Eric Blake
Reviewed-by: Kevin Wolf
---
block/qapi.c | 17
qapi-schema.json | 14 +
qmp-commands.hx | 55 ++
12 matches
Mail list logo