index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monitor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-22
QMP/monitor: update do_info_version() to output broken down version string
Miguel Di Ciurcio Filho
1
-4
/
+19
2010-08-03
loadvm: improve tests before bdrv_snapshot_goto()
Miguel Di Ciurcio Filho
1
-1
/
+2
2010-07-30
migration: Accept 'cont' only after successful incoming migration
Amit Shah
1
-0
/
+4
2010-07-06
Merge remote branch 'qmp/for-anthony' into staging
Anthony Liguori
1
-180
/
+255
2010-07-03
remove exec-all.h inclusion from cpu.h
Paolo Bonzini
1
-0
/
+1
2010-07-01
monitor: Allow to exclude commands from QMP
Jan Kiszka
1
-3
/
+15
2010-07-01
QMP: handle_qmp_command(): Small cleanup
Luiz Capitulino
1
-8
/
+6
2010-07-01
QMP: Drop old input object checking
Luiz Capitulino
1
-18
/
+1
2010-07-01
QMP: Introduce qmp_check_input_obj()
Luiz Capitulino
1
-1
/
+61
2010-07-01
QMP: Drop old client argument checker
Luiz Capitulino
1
-176
/
+0
2010-07-01
QMP: New argument checker (second part)
Luiz Capitulino
1
-1
/
+93
2010-07-01
QMP: New argument checker (first part)
Luiz Capitulino
1
-0
/
+106
2010-07-01
Monitor: handle optional '-' arg as a bool
Luiz Capitulino
1
-14
/
+3
2010-07-01
QMP: Fix error reporting in the async API
Luiz Capitulino
1
-4
/
+8
2010-07-01
monitor: Establish cmd flags and convert the async tag
Jan Kiszka
1
-3
/
+3
2010-07-01
monitor: Fix command completion vs. boolean switches
Jan Kiszka
1
-1
/
+1
2010-07-01
monitor: Fix leakage during completion processing
Jan Kiszka
1
-8
/
+15
2010-06-22
Extra scan codes for missing keys
Bernhard M. Wiedemann
1
-1
/
+6
2010-06-14
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-103
/
+1
2010-06-13
monitor/QMP: Drop info hpet / query-hpet
Jan Kiszka
1
-22
/
+0
2010-06-04
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
1
-103
/
+1
2010-06-01
Monitor: Drop QMP documentation from code
Luiz Capitulino
1
-102
/
+0
2010-05-19
Monitor: Return before exiting with 'quit'
Luiz Capitulino
1
-1
/
+4
2010-05-19
Revert "Monitor: Return before exiting with 'quit'"
Luiz Capitulino
1
-2
/
+1
2010-05-09
sparc: Fix lazy flag calculation on interrupts, refactor
Blue Swirl
1
-1
/
+2
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
[next]