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
...
|
*
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
*
Revert "Monitor: Return before exiting with 'quit'"
Luiz Capitulino
2010-05-19
1
-2
/
+1
*
sparc: Fix lazy flag calculation on interrupts, refactor
Blue Swirl
2010-05-09
1
-1
/
+2
*
block: read-only: open cdrom as read-only when using monitor's change command
Naphtali Sprei
2010-05-03
1
-1
/
+3
*
QMP: Introduce RESUME event
Luiz Capitulino
2010-05-03
1
-0
/
+3
*
stash away SCM_RIGHTS fd until a getfd command arrives
Paolo Bonzini
2010-04-26
1
-9
/
+0
*
Monitor: Return before exiting with 'quit'
Luiz Capitulino
2010-04-26
1
-1
/
+2
*
QMP: Check "arguments" member's type
Luiz Capitulino
2010-04-26
1
-0
/
+3
*
QMP: Use QERR_QMP_BAD_INPUT_OBJECT_MEMBER
Luiz Capitulino
2010-04-26
1
-1
/
+1
*
Replace calls of old bdrv_open
Kevin Wolf
2010-04-23
1
-1
/
+1
*
Monitor: Convert do_screen_dump() to QObject
Luiz Capitulino
2010-04-18
1
-1
/
+2
*
monitor: New argument type 'b'
Markus Armbruster
2010-04-18
1
-0
/
+31
*
monitor: Rename argument type 'b' to 'f'
Markus Armbruster
2010-04-18
1
-4
/
+4
*
error: Use QERR_INVALID_PARAMETER_VALUE instead of QERR_INVALID_PARAMETER
Markus Armbruster
2010-04-18
1
-2
/
+4
*
Add qerror message if the 'change' target filename can't be opened
Ryan Harper
2010-04-18
1
-0
/
+1
*
move balloon handling to balloon.c
Paolo Bonzini
2010-04-09
1
-85
/
+0
*
error: Trim includes after "Move qemu_error & friends..."
Markus Armbruster
2010-03-27
1
-2
/
+0
*
Wrong error message in block_passwd command
Shahar Havivi
2010-03-17
1
-1
/
+6
*
monitor: New argument type 'O'
Markus Armbruster
2010-03-16
1
-4
/
+50
*
error: Let converted handlers print in human monitor
Markus Armbruster
2010-03-16
1
-43
/
+37
*
monitor: New monitor_cur_is_qmp()
Markus Armbruster
2010-03-16
1
-0
/
+6
*
error: Rename qemu_error_new() to qerror_report()
Markus Armbruster
2010-03-16
1
-40
/
+40
*
error: Simplify error sink setup
Markus Armbruster
2010-03-16
1
-6
/
+0
*
error: Move qemu_error() & friends from monitor.c to own file
Markus Armbruster
2010-03-16
1
-89
/
+0
*
monitor: Factor monitor_set_error() out of qemu_error_internal()
Markus Armbruster
2010-03-16
1
-8
/
+13
*
monitor: Separate "default monitor" and "current monitor" cleanly
Markus Armbruster
2010-03-16
1
-3
/
+4
*
savevm: Fix -loadvm to report errors to stderr, not the monitor
Markus Armbruster
2010-03-16
1
-1
/
+1
*
QMP: Introduce WATCHDOG event
Luiz Capitulino
2010-03-09
1
-0
/
+3
*
QMP: Introduce RTC_CHANGE event
Luiz Capitulino
2010-03-08
1
-0
/
+3
*
QMP: Drop DEBUG event
Luiz Capitulino
2010-03-08
1
-3
/
+0
*
Fix hanging user monitor when using balloon command
Adam Litke
2010-03-08
1
-1
/
+1
*
fix 'i' format handling in memory dump
Gleb Natapov
2010-02-23
1
-2
/
+0
*
Fix hanging user monitor when using balloon command
Adam Litke
2010-02-19
1
-0
/
+1
*
Monitor: Report more than one error in handlers
Luiz Capitulino
2010-02-19
1
-1
/
+2
*
Monitor: Debug stray prints the right way
Luiz Capitulino
2010-02-19
1
-1
/
+41
*
Monitor: Audit handler return
Luiz Capitulino
2010-02-19
1
-1
/
+31
[prev]
[next]