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