Statistics
| Branch: | Revision:

root / QMP @ 40723a99

Name Size
README 2.8 kB
qmp 3.1 kB
qmp-events.txt 10.1 kB
qmp-shell 7.7 kB
qmp-spec.txt 9.9 kB
qmp.py 4.8 kB
qom-fuse 4.3 kB
qom-get 1.5 kB
qom-list 1.5 kB
qom-set 1.5 kB

Latest revisions

# Date Author Comment
973603a8 06/15/2012 07:34 pm Daniel P. Berrange

Add event notification for guest balloon changes

After setting a balloon target value, applications have to
continually poll 'query-balloon' to determine whether the
guest has reacted to this request. The virtio-balloon backend
knows exactly when the guest has reacted though, and thus it...

5ade7674 04/26/2012 09:14 pm Anthony Liguori

qom: quick and dirty QOM filesystem based on FUSE

Here's an example session:

anthony@titi:~/git/qemu/QMP$ QMP_SERVER=/tmp/server.sock ./qom-fuse tmp
anthony@titi:~/git/qemu/QMP$ ls tmp
machine sysbus type
anthony@titi:~/git/qemu/QMP$ ls tmp/machine
i440fx peripheral peripheral-anon type unattached...

1829851c 03/27/2012 03:15 pm Paolo Bonzini

qmp: document strict parsing

Signed-off-by: Paolo Bonzini <>
Signed-off-by: Luiz Capitulino <>

6f382ed2 02/22/2012 09:23 pm Luiz Capitulino

qmp: add DEVICE_TRAY_MOVED event

It's emitted whenever the tray is moved by the guest or by HMP/QMP
commands.

Signed-off-by: Luiz Capitulino <>
Reviewed-by: Markus Armbruster <>
Acked-by: Kevin Wolf <>

9f68f7fb 02/22/2012 08:18 pm Anthony Liguori

qmp: make qmp.py easier to use

Signed-off-by: Anthony Liguori <>
Signed-off-by: Michael Roth <>
Signed-off-by: Anthony Liguori <>

235fe3bf 02/22/2012 08:18 pm Anthony Liguori

qom: add test tools

Tested-by: Andreas F=E4rber <>
Signed-off-by: Anthony Liguori <>
Signed-off-by: Michael Roth <>
Signed-off-by: Anthony Liguori <>

370521a1 01/26/2012 03:49 pm Stefan Hajnoczi

qmp: add block_job_cancel command

Add block_job_cancel, which stops an active block streaming operation.
When the operation has been cancelled the new BLOCK_JOB_CANCELLED event
is emitted.

Signed-off-by: Stefan Hajnoczi <>
Acked-by: Luiz Capitulino <>...

12bd451f 01/26/2012 03:49 pm Stefan Hajnoczi

qmp: add block_stream command

Add the block_stream command, which starts copy backing file contents
into the image file. Also add the BLOCK_JOB_COMPLETED QMP event which
is emitted when image streaming completes. Later patches add control
over the background copy speed, cancelation, and querying running...

1c1d46cc 12/06/2011 03:40 pm Mark Wu

qmp: add test tool for QMP

Anthony wrote this quickly to aid in testing. It's similar to qmp-shell with
a few important differences:

1) It is not interactive. That makes it useful for scripting.

2) qmp-shell:

(QEMU) set_password protocol=vnc password=foo...

dee3bffc 12/02/2011 12:50 pm Dong Xu Wang

fix spelling in QMP sub directory

Cc: Markus Armbruster <>
Acked-by: Luiz Capitulino <>
Signed-off-by: Dong Xu Wang <>
Signed-off-by: Stefan Hajnoczi <>

View revisions

Also available in: Atom