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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-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
2010-01-26
monitor.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-2
/
+10
2010-01-26
monitor: convert do_cpu_set() to QObject, QError
Markus Armbruster
1
-2
/
+2
2010-01-26
monitor: convert do_physical_memory_save() to QError
Markus Armbruster
1
-1
/
+1
2010-01-26
monitor: convert do_memory_save() to QError
Markus Armbruster
1
-1
/
+1
2010-01-26
monitor: Don't check for mon_get_cpu() failure
Markus Armbruster
1
-36
/
+3
2010-01-20
QMP: Fix asynchronous events delivery
Luiz Capitulino
1
-4
/
+3
2010-01-20
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...
Naphtali Sprei
1
-1
/
+1
2010-01-19
QMP: Emit asynchronous events on all QMP monitors
Adam Litke
1
-5
/
+7
2010-01-19
QMP: Introduce VNC_INITIALIZED event
Luiz Capitulino
1
-0
/
+3
2010-01-19
QMP: Introduce VNC_DISCONNECTED event
Luiz Capitulino
1
-0
/
+3
2010-01-19
QMP: Introduce VNC_CONNECTED event
Luiz Capitulino
1
-0
/
+3
[next]