Statistics
| Branch: | Revision:

root / qga / qapi-schema.json @ feature-archipelago

History | View | Annotate | Download (17.3 kB)

# Date Author Comment
2c958923 02/23/2014 09:11 pm Michal Privoznik

qga: Don't require 'time' argument in guest-set-time command

As the description to the guest-set-time states, the command is
there to ease time synchronization after resume. If guest was
suspended for longer period of time, its system time can go off
so badly, that even NTP refuses to set it. That's why the command...

0106dc4f 10/10/2013 10:52 pm Mark Wu

qemu-ga: Extend 'guest-info' command to expose flag 'success-response'

Now we have several qemu-ga commands not returning response on success.
It has been documented in qga/qapi-schema.json already. This patch exposes
the 'success-response' flag by extending 'guest-info' command. With this...

c964c9e0 04/02/2013 05:06 pm Laszlo Ersek

qga schema: mark optional GuestLogicalProcessor.can-offline with #optional

Suggested-by: Eric Blake <>
Signed-off-by: Laszlo Ersek <>
Reviewed-by: Eric Blake <>
Reviewed-by: Michael Roth <>...

9481ecd7 04/02/2013 05:06 pm Laszlo Ersek

qga schema: document generic QERR_UNSUPPORTED

Part of the wording was shamelessly stolen from Michael Roth's email.

Suggested-by: Michael Roth <>
Signed-off-by: Laszlo Ersek <>
Reviewed-by: Eric Blake <>...

70e133a7 03/12/2013 01:57 am Laszlo Ersek

qga: introduce guest-get-vcpus / guest-set-vcpus with stubs

Signed-off-by: Laszlo Ersek <>
Reviewed-by: Eric Blake <>
Signed-off-by: Michael Roth <>

6912e6a9 03/12/2013 01:53 am Lei Li

qga: add guest-get-time command

Signed-off-by: Lei Li <>
Reviewed-by: Eric Blake <>
Reviewed-by: Michael Roth <>

*added stub for w32

Signed-off-by: Michael Roth <>

a1bca57f 03/12/2013 01:53 am Lei Li

qga: add guest-set-time command

Signed-off-by: Lei Li <>
Reviewed-by: Eric Blake <>
Reviewed-by: Michael Roth <>

*added stub for w32

Signed-off-by: Michael Roth <>

01b87f6d 01/15/2013 12:15 am Eric Blake

qga: add missing commas in json docs

  • qga/qapi-schema.json: Use valid JSON.

Signed-off-by: Eric Blake <>
Signed-off-by: Michael Roth <>

2870dc34 12/19/2012 09:31 am Paolo Bonzini

qemu-ga: move qemu-ga files to qga/

Signed-off-by: Paolo Bonzini <>