index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
monitor.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete 'f' double parameter type
Jes Sorensen
2010-11-03
1
-17
/
+1
*
Add support for 'o' octet (bytes) format as monitor parameter.
Jes Sorensen
2010-11-03
1
-0
/
+29
*
monitor: Ignore "." and ".." when completing file name.
Kusanagi Kouichi
2010-10-22
1
-0
/
+5
*
trace: print a warning if user tries to enable an unknown trace event
Blue Swirl
2010-10-13
1
-1
/
+5
*
Merge remote branch 'qmp/for-anthony' into staging
Anthony Liguori
2010-10-05
1
-134
/
+232
|
\
|
*
Monitor: Rename the qemu-monitor.hx file
Luiz Capitulino
2010-10-01
1
-2
/
+2
|
*
QMP: Introduce qmp_call_cmd()
Luiz Capitulino
2010-10-01
1
-24
/
+15
|
*
Monitor: Directly call QObject handlers
Luiz Capitulino
2010-10-01
1
-1
/
+9
|
*
Monitor: Rename monitor_handler_is_async()
Luiz Capitulino
2010-10-01
1
-5
/
+5
|
*
Monitor: Rename monitor_handler_ported()
Luiz Capitulino
2010-10-01
1
-3
/
+3
|
*
Monitor: Drop monitor_cmd_user_only()
Luiz Capitulino
2010-10-01
1
-5
/
+0
|
*
Monitor: Drop QMP info from the qemu-monitor.hx file
Luiz Capitulino
2010-10-01
1
-8
/
+0
|
*
QMP: Small cleanup in handle_qmp_command()
Luiz Capitulino
2010-10-01
1
-8
/
+2
|
*
QMP: Simplify do_info_commands()
Luiz Capitulino
2010-10-01
1
-9
/
+4
|
*
QMP: Introduce query commands dispatch table
Luiz Capitulino
2010-10-01
1
-2
/
+128
|
*
QMP: Introduce command dispatch table
Luiz Capitulino
2010-10-01
1
-2
/
+9
|
*
QMP: Introduce qmp_find_cmd()
Luiz Capitulino
2010-10-01
1
-1
/
+6
|
*
Monitor: Convert do_info() back to HMP
Luiz Capitulino
2010-10-01
1
-3
/
+2
|
*
Monitor: Drop is_async_return()
Luiz Capitulino
2010-10-01
1
-24
/
+1
|
*
Monitor: Drop QMP bits from do_info()
Luiz Capitulino
2010-10-01
1
-30
/
+7
|
*
QMP: Don't use do_info()
Luiz Capitulino
2010-10-01
1
-8
/
+31
|
*
QMP: handle_qmp_command(): Move 'cmd' sanity check
Luiz Capitulino
2010-10-01
1
-5
/
+5
|
*
Monitor: Introduce search_dispatch_table()
Luiz Capitulino
2010-10-01
1
-2
/
+8
|
*
Add option to turn on JSON pretty printing in monitor
Daniel P. Berrange
2010-10-01
1
-1
/
+4
*
|
Use GCC_FMT_ATTR (format checking)
Stefan Weil
2010-10-03
1
-1
/
+2
|
/
*
trace: Add trace-file command to open/close/flush trace file
Stefan Hajnoczi
2010-09-09
1
-0
/
+23
*
trace: Support for dynamically enabling/disabling trace events
Prerna Saxena
2010-09-09
1
-0
/
+40
*
QMP/monitor: update do_info_version() to output broken down version string
Miguel Di Ciurcio Filho
2010-08-22
1
-4
/
+19
*
loadvm: improve tests before bdrv_snapshot_goto()
Miguel Di Ciurcio Filho
2010-08-03
1
-1
/
+2
*
migration: Accept 'cont' only after successful incoming migration
Amit Shah
2010-07-30
1
-0
/
+4
*
Merge remote branch 'qmp/for-anthony' into staging
Anthony Liguori
2010-07-06
1
-180
/
+255
|
\
|
*
monitor: Allow to exclude commands from QMP
Jan Kiszka
2010-07-01
1
-3
/
+15
|
*
QMP: handle_qmp_command(): Small cleanup
Luiz Capitulino
2010-07-01
1
-8
/
+6
|
*
QMP: Drop old input object checking
Luiz Capitulino
2010-07-01
1
-18
/
+1
|
*
QMP: Introduce qmp_check_input_obj()
Luiz Capitulino
2010-07-01
1
-1
/
+61
|
*
QMP: Drop old client argument checker
Luiz Capitulino
2010-07-01
1
-176
/
+0
|
*
QMP: New argument checker (second part)
Luiz Capitulino
2010-07-01
1
-1
/
+93
|
*
QMP: New argument checker (first part)
Luiz Capitulino
2010-07-01
1
-0
/
+106
|
*
Monitor: handle optional '-' arg as a bool
Luiz Capitulino
2010-07-01
1
-14
/
+3
|
*
QMP: Fix error reporting in the async API
Luiz Capitulino
2010-07-01
1
-4
/
+8
|
*
monitor: Establish cmd flags and convert the async tag
Jan Kiszka
2010-07-01
1
-3
/
+3
|
*
monitor: Fix command completion vs. boolean switches
Jan Kiszka
2010-07-01
1
-1
/
+1
|
*
monitor: Fix leakage during completion processing
Jan Kiszka
2010-07-01
1
-8
/
+15
*
|
remove exec-all.h inclusion from cpu.h
Paolo Bonzini
2010-07-03
1
-0
/
+1
|
/
*
Extra scan codes for missing keys
Bernhard M. Wiedemann
2010-06-22
1
-1
/
+6
*
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
2010-06-14
1
-103
/
+1
|
\
|
*
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
2010-06-04
1
-103
/
+1
*
|
monitor/QMP: Drop info hpet / query-hpet
Jan Kiszka
2010-06-13
1
-22
/
+0
|
/
*
Monitor: Drop QMP documentation from code
Luiz Capitulino
2010-06-01
1
-102
/
+0
*
Monitor: Return before exiting with 'quit'
Luiz Capitulino
2010-05-19
1
-1
/
+4
[next]