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
/
qemu-monitor.hx
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-10
doc: Clean up monitor command function index
Markus Armbruster
1
-3
/
+1
2010-05-10
doc: Heading for monitor command cpu got lost, restore it
Markus Armbruster
1
-0
/
+2
2010-05-10
doc: Fix acl monitor command documentation
Markus Armbruster
1
-3
/
+4
2010-05-10
doc: Fix host forwarding monitor command documentation
Markus Armbruster
1
-3
/
+10
2010-04-18
Monitor: Convert do_screen_dump() to QObject
Luiz Capitulino
1
-1
/
+2
2010-04-18
monitor: Convert do_set_link() to QObject, QError
Markus Armbruster
1
-1
/
+2
2010-04-18
monitor: Use argument type 'b' for set_link
Markus Armbruster
1
-4
/
+4
2010-04-18
monitor: Rename argument type 'b' to 'f'
Markus Armbruster
1
-1
/
+1
2010-04-18
monitor: New commands netdev_add, netdev_del
Markus Armbruster
1
-0
/
+30
2010-04-18
monitor: convert do_device_del() to QObject, QError
Markus Armbruster
1
-1
/
+2
2010-03-16
monitor: convert do_device_add() to QObject
Markus Armbruster
1
-1
/
+2
2010-03-16
monitor: Use argument type 'O' for device_add
Markus Armbruster
1
-2
/
+2
2010-02-19
Monitor: Rename cmd_new_ret()
Luiz Capitulino
1
-21
/
+21
2010-02-19
Monitor: Convert do_change() to cmd_new_ret()
Luiz Capitulino
1
-1
/
+1
2010-02-19
Monitor: Convert do_info() to cmd_new_ret()
Luiz Capitulino
1
-1
/
+1
2010-02-19
Monitor: Convert do_physical_memory_save() to cmd_new_ret()
Luiz Capitulino
1
-1
/
+1
2010-02-19
Monitor: Convert do_memory_save() to cmd_new_ret()
Luiz Capitulino
1
-1
/
+1
2010-02-19
Monitor: Convert do_migrate() to cmd_new_ret()
Luiz Capitulino
1
-1
/
+1
2010-02-19
Monitor: Convert pci_device_hot_remove() to cmd_new_ret()
Luiz Capitulino
1
-1
/
+1
2010-02-19
Monitor: Convert pci_device_hot_add() to cmd_new_ret()
Luiz Capitulino
1
-1
/
+1
2010-02-19
Monitor: Convert do_closefd() to cmd_new_ret()
Luiz Capitulino
1
-1
/
+1
2010-02-19
Monitor: Convert do_getfd() to cmd_new_ret()
Luiz Capitulino
1
-1
/
+1
2010-02-19
Monitor: Convert do_block_set_passwd() to cmd_new_ret()
Luiz Capitulino
1
-1
/
+1
2010-02-19
Monitor: Convert do_cpu_set() to cmd_new_ret()
Luiz Capitulino
1
-1
/
+1
2010-02-19
Monitor: Convert do_eject() to cmd_new_ret()
Luiz Capitulino
1
-1
/
+1
2010-02-19
Monitor: Convert do_cont() to cmd_new_ret()
Luiz Capitulino
1
-1
/
+1
2010-02-19
Monitor: Convert simple handlers to cmd_new_ret()
Luiz Capitulino
1
-8
/
+8
2010-02-10
QMP: Introduce the qmp_capabilities command
Luiz Capitulino
1
-0
/
+14
2010-02-10
Documentation: Add monitor commands to function index
Stefan Weil
1
-1
/
+61
2010-02-03
monitor: convert do_migrate_set_downtime() to QObject
Markus Armbruster
1
-1
/
+2
2010-02-03
monitor: Use argument type 'T' for migrate_set_downtime
Markus Armbruster
1
-1
/
+1
2010-02-03
monitor: convert do_migrate_set_speed() to QObject
Markus Armbruster
1
-1
/
+2
2010-02-03
monitor: Use argument type 'b' for migrate_set_speed
Markus Armbruster
1
-1
/
+1
2010-01-26
virtio: Add memory statistics reporting to the balloon driver
Adam Litke
1
-1
/
+2
2010-01-26
monitor: convert do_cpu_set() to QObject, QError
Markus Armbruster
1
-1
/
+2
2009-12-19
Revert "monitor: Convert do_migrate_set_speed() to QObject"
Anthony Liguori
1
-2
/
+1
2009-12-19
monitor: do_balloon(): Use 'M' argument type
Luiz Capitulino
1
-1
/
+1
2009-12-18
monitor: Use 'device' in eject
Luiz Capitulino
1
-1
/
+1
2009-12-12
PCI: Convert pci_device_hot_add() to QObject
Luiz Capitulino
1
-1
/
+2
2009-12-07
monitor: convert do_change() to QObject, QError
Markus Armbruster
1
-1
/
+2
2009-12-07
monitor: Introduce 'block_passwd' command
Luiz Capitulino
1
-0
/
+14
2009-11-17
Enable migration without shared storage from the monitor
lirans@il.ibm.com
1
-6
/
+13
2009-10-27
monitor: Convert do_closefd() to QObject
Luiz Capitulino
1
-1
/
+2
2009-10-27
monitor: Convert do_getfd() to QObject
Luiz Capitulino
1
-1
/
+2
2009-10-27
monitor: Convert do_eject() to QObject
Luiz Capitulino
1
-1
/
+2
2009-10-27
monitor: Convert do_pci_device_hot_remove() to QObject
Luiz Capitulino
1
-1
/
+2
2009-10-27
monitor: Convert do_migrate_cancel() to QObject
Luiz Capitulino
1
-1
/
+2
2009-10-27
monitor: Convert do_migrate_set_speed() to QObject
Luiz Capitulino
1
-1
/
+2
2009-10-27
monitor: Convert do_migrate() to QObject
Luiz Capitulino
1
-1
/
+2
2009-10-27
monitor: Convert do_physical_memory_save() to QObject
Luiz Capitulino
1
-1
/
+2
[next]