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-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
2010-02-10
Monitor: remove unneeded checks
Luiz Capitulino
1
-5
/
+0
2010-02-10
QMP: Enforce capability negotiation rules
Luiz Capitulino
1
-1
/
+17
2010-02-10
QMP: Introduce the qmp_capabilities command
Luiz Capitulino
1
-0
/
+11
2010-02-10
QMP: Add QEMU's version to the greeting message
Luiz Capitulino
1
-1
/
+9
2010-02-10
QMP: BLOCK_IO_ERROR event handling
Luiz Capitulino
1
-0
/
+3
2010-02-03
monitor: Use QERR_INVALID_PARAMETER instead of QERR_INVALID_CPU_INDEX
Markus Armbruster
1
-1
/
+1
2010-02-03
monitor: New argument type 'T'
Markus Armbruster
1
-1
/
+16
2010-02-03
monitor: New argument type 'b'
Markus Armbruster
1
-0
/
+64
2010-02-03
monitor: Document argument type 'M'
Markus Armbruster
1
-0
/
+2
2010-01-28
Monitor: Fix command execution regression
Luiz Capitulino
1
-1
/
+5
2010-01-26
virtio: Add memory statistics reporting to the balloon driver
Adam Litke
1
-37
/
+61
2010-01-26
New API for asynchronous monitor commands
Adam Litke
1
-4
/
+109
2010-01-26
PCI: Convert pci_info() to QObject
Luiz Capitulino
1
-1
/
+2
[next]