index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monitor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-15
monitor: fix a typo
Blue Swirl
1
-2
/
+2
2010-12-27
Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu
Aurelien Jarno
1
-0
/
+130
2010-12-19
Sparc: implement monitor command 'info tlb'
Blue Swirl
1
-1
/
+10
2010-12-17
Merge remote branch 'qmp/for-anthony' into staging
Anthony Liguori
1
-48
/
+38
2010-12-11
monitor: implement x86 info mem for PAE and long modes
Blue Swirl
1
-12
/
+164
2010-12-11
monitor: implement x86 info tlb for PAE and long modes
Blue Swirl
1
-11
/
+140
2010-12-09
vnc/spice: add set_passwd monitor command.
Gerd Hoffmann
1
-0
/
+100
2010-12-09
spice: add qmp 'query-spice' and hmp 'info spice' commands.
Gerd Hoffmann
1
-0
/
+20
2010-12-09
spice: connection events.
Gerd Hoffmann
1
-0
/
+10
2010-12-06
QMP: Simplify monitor_json_emitter()
Luiz Capitulino
1
-4
/
+2
2010-12-06
QMP: Drop dead code
Luiz Capitulino
1
-40
/
+34
2010-12-06
QMP: Fix default response regression
Luiz Capitulino
1
-4
/
+2
2010-11-17
QMP: Introduce Human Monitor passthrough command
Luiz Capitulino
1
-0
/
+38
2010-11-03
Remove obsolete 'f' double parameter type
Jes Sorensen
1
-17
/
+1
2010-11-03
Add support for 'o' octet (bytes) format as monitor parameter.
Jes Sorensen
1
-0
/
+29
2010-10-22
monitor: Ignore "." and ".." when completing file name.
Kusanagi Kouichi
1
-0
/
+5
2010-10-13
trace: print a warning if user tries to enable an unknown trace event
Blue Swirl
1
-1
/
+5
2010-10-05
Merge remote branch 'qmp/for-anthony' into staging
Anthony Liguori
1
-134
/
+232
2010-10-03
Use GCC_FMT_ATTR (format checking)
Stefan Weil
1
-1
/
+2
2010-10-01
Monitor: Rename the qemu-monitor.hx file
Luiz Capitulino
1
-2
/
+2
2010-10-01
QMP: Introduce qmp_call_cmd()
Luiz Capitulino
1
-24
/
+15
2010-10-01
Monitor: Directly call QObject handlers
Luiz Capitulino
1
-1
/
+9
2010-10-01
Monitor: Rename monitor_handler_is_async()
Luiz Capitulino
1
-5
/
+5
2010-10-01
Monitor: Rename monitor_handler_ported()
Luiz Capitulino
1
-3
/
+3
2010-10-01
Monitor: Drop monitor_cmd_user_only()
Luiz Capitulino
1
-5
/
+0
2010-10-01
Monitor: Drop QMP info from the qemu-monitor.hx file
Luiz Capitulino
1
-8
/
+0
2010-10-01
QMP: Small cleanup in handle_qmp_command()
Luiz Capitulino
1
-8
/
+2
2010-10-01
QMP: Simplify do_info_commands()
Luiz Capitulino
1
-9
/
+4
2010-10-01
QMP: Introduce query commands dispatch table
Luiz Capitulino
1
-2
/
+128
2010-10-01
QMP: Introduce command dispatch table
Luiz Capitulino
1
-2
/
+9
2010-10-01
QMP: Introduce qmp_find_cmd()
Luiz Capitulino
1
-1
/
+6
2010-10-01
Monitor: Convert do_info() back to HMP
Luiz Capitulino
1
-3
/
+2
2010-10-01
Monitor: Drop is_async_return()
Luiz Capitulino
1
-24
/
+1
2010-10-01
Monitor: Drop QMP bits from do_info()
Luiz Capitulino
1
-30
/
+7
2010-10-01
QMP: Don't use do_info()
Luiz Capitulino
1
-8
/
+31
2010-10-01
QMP: handle_qmp_command(): Move 'cmd' sanity check
Luiz Capitulino
1
-5
/
+5
2010-10-01
Monitor: Introduce search_dispatch_table()
Luiz Capitulino
1
-2
/
+8
2010-10-01
Add option to turn on JSON pretty printing in monitor
Daniel P. Berrange
1
-1
/
+4
2010-09-09
trace: Add trace-file command to open/close/flush trace file
Stefan Hajnoczi
1
-0
/
+23
2010-09-09
trace: Support for dynamically enabling/disabling trace events
Prerna Saxena
1
-0
/
+40
2010-08-22
QMP/monitor: update do_info_version() to output broken down version string
Miguel Di Ciurcio Filho
1
-4
/
+19
2010-08-03
loadvm: improve tests before bdrv_snapshot_goto()
Miguel Di Ciurcio Filho
1
-1
/
+2
2010-07-30
migration: Accept 'cont' only after successful incoming migration
Amit Shah
1
-0
/
+4
2010-07-06
Merge remote branch 'qmp/for-anthony' into staging
Anthony Liguori
1
-180
/
+255
2010-07-03
remove exec-all.h inclusion from cpu.h
Paolo Bonzini
1
-0
/
+1
2010-07-01
monitor: Allow to exclude commands from QMP
Jan Kiszka
1
-3
/
+15
2010-07-01
QMP: handle_qmp_command(): Small cleanup
Luiz Capitulino
1
-8
/
+6
2010-07-01
QMP: Drop old input object checking
Luiz Capitulino
1
-18
/
+1
2010-07-01
QMP: Introduce qmp_check_input_obj()
Luiz Capitulino
1
-1
/
+61
2010-07-01
QMP: Drop old client argument checker
Luiz Capitulino
1
-176
/
+0
[prev]
[next]