Sign in
qemu-android
/
qemu-android
/
be7d6c57c4598ca9fcb3f6fbe57c13110ebd6c70
/
monitor.c
e07bbac
Improve vm_stop reason declarations
by Jan Kiszka
· 14 years ago
c48855e
add qemu_chr_set_echo
by Paolo Bonzini
· 14 years ago
b3a9836
Merge remote branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 14 years ago
9363ee3
Merge remote branch 'spice/spice.v29.pull' into staging
by Anthony Liguori
· 14 years ago
1cd20f8
vnc: Fix password expiration through 'change vnc ""' (v2)
by Anthony Liguori
· 14 years ago
d00b261
monitor: use after free in do_wav_capture()
by Isaku Yamahata
· 14 years ago
8d86e2b
vnc/spice: fix "never" and "now" expire_time
by Marc-André Lureau
· 14 years ago
e866e23
spice/vnc: client migration.
by Gerd Hoffmann
· 15 years ago
70b4f4b
Make strtosz() return int64_t instead of ssize_t
by Jes Sorensen
· 14 years ago
31ce5e0
Add "broadcast" option for mce command
by Jin Dongming
· 14 years ago
2d5b507
monitor: fix a typo
by Blue Swirl
· 14 years ago
818c2e1
Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu
by Aurelien Jarno
· 14 years ago
d41160a
Sparc: implement monitor command 'info tlb'
by Blue Swirl
· 14 years ago
fef3957
Merge remote branch 'qmp/for-anthony' into staging
by Anthony Liguori
· 14 years ago
1b3cba6
monitor: implement x86 info mem for PAE and long modes
by Blue Swirl
· 14 years ago
d65aaf3
monitor: implement x86 info tlb for PAE and long modes
by Blue Swirl
· 14 years ago
7572150
vnc/spice: add set_passwd monitor command.
by Gerd Hoffmann
· 14 years ago
cb42a87
spice: add qmp 'query-spice' and hmp 'info spice' commands.
by Gerd Hoffmann
· 14 years ago
6f8c63f
spice: connection events.
by Gerd Hoffmann
· 14 years ago
83a27d4
QMP: Simplify monitor_json_emitter()
by Luiz Capitulino
· 14 years ago
6d44143
QMP: Drop dead code
by Luiz Capitulino
· 14 years ago
c01e688
QMP: Fix default response regression
by Luiz Capitulino
· 14 years ago
0268d97
QMP: Introduce Human Monitor passthrough command
by Luiz Capitulino
· 14 years ago
07de3e6
Remove obsolete 'f' double parameter type
by Jes Sorensen
· 14 years ago
dbc0c67
Add support for 'o' octet (bytes) format as monitor parameter.
by Jes Sorensen
· 14 years ago
46c7fc1
monitor: Ignore "." and ".." when completing file name.
by Kusanagi Kouichi
· 14 years ago
f871d68
trace: print a warning if user tries to enable an unknown trace event
by Blue Swirl
· 14 years ago
48f5704
Merge remote branch 'qmp/for-anthony' into staging
by Anthony Liguori
· 14 years ago
8b7968f
Use GCC_FMT_ATTR (format checking)
by Stefan Weil
· 15 years ago
acd0a09
Monitor: Rename the qemu-monitor.hx file
by Luiz Capitulino
· 14 years ago
fc29df7
QMP: Introduce qmp_call_cmd()
by Luiz Capitulino
· 15 years ago
de79ba6
Monitor: Directly call QObject handlers
by Luiz Capitulino
· 15 years ago
4903de0
Monitor: Rename monitor_handler_is_async()
by Luiz Capitulino
· 15 years ago
9e80721
Monitor: Rename monitor_handler_ported()
by Luiz Capitulino
· 15 years ago
0e19a62
Monitor: Drop monitor_cmd_user_only()
by Luiz Capitulino
· 15 years ago
30f5041
Monitor: Drop QMP info from the qemu-monitor.hx file
by Luiz Capitulino
· 15 years ago
d1249ea
QMP: Small cleanup in handle_qmp_command()
by Luiz Capitulino
· 15 years ago
2e061a7
QMP: Simplify do_info_commands()
by Luiz Capitulino
· 15 years ago
3e12a75
QMP: Introduce query commands dispatch table
by Luiz Capitulino
· 15 years ago
f36b4af
QMP: Introduce command dispatch table
by Luiz Capitulino
· 15 years ago
bead3ce
QMP: Introduce qmp_find_cmd()
by Luiz Capitulino
· 15 years ago
1162daa
Monitor: Convert do_info() back to HMP
by Luiz Capitulino
· 15 years ago
d455129
Monitor: Drop is_async_return()
by Luiz Capitulino
· 15 years ago
1dcbd6f
Monitor: Drop QMP bits from do_info()
by Luiz Capitulino
· 15 years ago
030db6e
QMP: Don't use do_info()
by Luiz Capitulino
· 15 years ago
0fb8858
QMP: handle_qmp_command(): Move 'cmd' sanity check
by Luiz Capitulino
· 15 years ago
945c5ac
Monitor: Introduce search_dispatch_table()
by Luiz Capitulino
· 15 years ago
39eaab9
Add option to turn on JSON pretty printing in monitor
by Daniel P. Berrange
· 15 years ago
c5ceb52
trace: Add trace-file command to open/close/flush trace file
by Stefan Hajnoczi
· 15 years ago
22890ab
trace: Support for dynamically enabling/disabling trace events
by Prerna Saxena
· 15 years ago
0ec0291
QMP/monitor: update do_info_version() to output broken down version string
by Miguel Di Ciurcio Filho
· 15 years ago
f0aa7a8
loadvm: improve tests before bdrv_snapshot_goto()
by Miguel Di Ciurcio Filho
· 15 years ago
8e84865
migration: Accept 'cont' only after successful incoming migration
by Amit Shah
· 15 years ago
02d0ba1
Merge remote branch 'qmp/for-anthony' into staging
by Anthony Liguori
· 15 years ago
a88790a
remove exec-all.h inclusion from cpu.h
by Paolo Bonzini
· 15 years ago
a6c4d36
monitor: Allow to exclude commands from QMP
by Jan Kiszka
· 15 years ago
e4940c6
QMP: handle_qmp_command(): Small cleanup
by Luiz Capitulino
· 15 years ago
0bbab46
QMP: Drop old input object checking
by Luiz Capitulino
· 15 years ago
c917c8f
QMP: Introduce qmp_check_input_obj()
by Luiz Capitulino
· 15 years ago
f6b4fc8
QMP: Drop old client argument checker
by Luiz Capitulino
· 15 years ago
4af9193
QMP: New argument checker (second part)
by Luiz Capitulino
· 15 years ago
2dbc8db
QMP: New argument checker (first part)
by Luiz Capitulino
· 15 years ago
eb159d1
Monitor: handle optional '-' arg as a bool
by Luiz Capitulino
· 15 years ago
5af7bba
QMP: Fix error reporting in the async API
by Luiz Capitulino
· 15 years ago
8ac470c
monitor: Establish cmd flags and convert the async tag
by Jan Kiszka
· 15 years ago
3b6dbf2
monitor: Fix command completion vs. boolean switches
by Jan Kiszka
· 15 years ago
03a6348
monitor: Fix leakage during completion processing
by Jan Kiszka
· 15 years ago
49b586a
Extra scan codes for missing keys
by Bernhard M. Wiedemann
· 15 years ago
a4673e2
Merge remote branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 15 years ago
ea4e78e
monitor/QMP: Drop info hpet / query-hpet
by Jan Kiszka
· 15 years ago
666daa6
blockdev: Collect block device code in new blockdev.c
by Markus Armbruster
· 15 years ago
637503d
Monitor: Drop QMP documentation from code
by Luiz Capitulino
· 15 years ago
39b59d2
Monitor: Return before exiting with 'quit'
by Luiz Capitulino
· 15 years ago
a875170
Revert "Monitor: Return before exiting with 'quit'"
by Luiz Capitulino
· 15 years ago
5a834bb
sparc: Fix lazy flag calculation on interrupts, refactor
by Blue Swirl
· 15 years ago
cb4e5f8
block: read-only: open cdrom as read-only when using monitor's change command
by Naphtali Sprei
· 15 years ago
6ed2c48
QMP: Introduce RESUME event
by Luiz Capitulino
· 15 years ago
e53f27b
stash away SCM_RIGHTS fd until a getfd command arrives
by Paolo Bonzini
· 15 years ago
0e8d2b5
Monitor: Return before exiting with 'quit'
by Luiz Capitulino
· 15 years ago
04f8c05
QMP: Check "arguments" member's type
by Luiz Capitulino
· 15 years ago
88f7db8
QMP: Use QERR_QMP_BAD_INPUT_OBJECT_MEMBER
by Luiz Capitulino
· 15 years ago
d6e9098
Replace calls of old bdrv_open
by Kevin Wolf
· 15 years ago
f1dc58e
Monitor: Convert do_screen_dump() to QObject
by Luiz Capitulino
· 15 years ago
942cd1f
monitor: New argument type 'b'
by Markus Armbruster
· 15 years ago
ee9545d
monitor: Rename argument type 'b' to 'f'
by Markus Armbruster
· 15 years ago
e17ba87
error: Use QERR_INVALID_PARAMETER_VALUE instead of QERR_INVALID_PARAMETER
by Markus Armbruster
· 15 years ago
07a5d95
Add qerror message if the 'change' target filename can't be opened
by Ryan Harper
· 15 years ago
28c2897
move balloon handling to balloon.c
by Paolo Bonzini
· 15 years ago
9f59b56
error: Trim includes after "Move qemu_error & friends..."
by Markus Armbruster
· 15 years ago
fd04a2a
Wrong error message in block_passwd command
by Shahar Havivi
· 15 years ago
361127d
monitor: New argument type 'O'
by Markus Armbruster
· 15 years ago
cde0fc7
error: Let converted handlers print in human monitor
by Markus Armbruster
· 15 years ago
6620d3c
monitor: New monitor_cur_is_qmp()
by Markus Armbruster
· 15 years ago
ab5b027
error: Rename qemu_error_new() to qerror_report()
by Markus Armbruster
· 15 years ago
6e4f984
error: Simplify error sink setup
by Markus Armbruster
· 15 years ago
b4a51f7
error: Move qemu_error() & friends from monitor.c to own file
by Markus Armbruster
· 15 years ago
d6f4683
monitor: Factor monitor_set_error() out of qemu_error_internal()
by Markus Armbruster
· 15 years ago
8631b60
monitor: Separate "default monitor" and "current monitor" cleanly
by Markus Armbruster
· 15 years ago
03cd465
savevm: Fix -loadvm to report errors to stderr, not the monitor
by Markus Armbruster
· 15 years ago
9eedeb3
QMP: Introduce WATCHDOG event
by Luiz Capitulino
· 15 years ago
Next »