]> git.proxmox.com Git - qemu.git/history - monitor.c
vnc: rename vnc-encoding-* vnc-enc-*
[qemu.git] / monitor.c
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-07-03 Paolo Bonziniremove exec-all.h inclusion from cpu.h
2010-07-01 Jan Kiszkamonitor: Allow to exclude commands from QMP
2010-07-01 Luiz CapitulinoQMP: handle_qmp_command(): Small cleanup
2010-07-01 Luiz CapitulinoQMP: Drop old input object checking
2010-07-01 Luiz CapitulinoQMP: Introduce qmp_check_input_obj()
2010-07-01 Luiz CapitulinoQMP: Drop old client argument checker
2010-07-01 Luiz CapitulinoQMP: New argument checker (second part)
2010-07-01 Luiz CapitulinoQMP: New argument checker (first part)
2010-07-01 Luiz CapitulinoMonitor: handle optional '-' arg as a bool
2010-07-01 Luiz CapitulinoQMP: Fix error reporting in the async API
2010-07-01 Jan Kiszkamonitor: Establish cmd flags and convert the async tag
2010-07-01 Jan Kiszkamonitor: Fix command completion vs. boolean switches
2010-07-01 Jan Kiszkamonitor: Fix leakage during completion processing
2010-06-22 Bernhard M. WiedemannExtra scan codes for missing keys
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-14 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-06-13 Jan Kiszkamonitor/QMP: Drop info hpet / query-hpet
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-04 Markus Armbrusterblockdev: Collect block device code in new blockdev.c
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-01 Luiz CapitulinoMonitor: Drop QMP documentation from code
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-19 Luiz CapitulinoMonitor: Return before exiting with 'quit'
2010-05-19 Luiz CapitulinoRevert "Monitor: Return before exiting with 'quit'"
2010-05-09 Blue Swirlsparc: Fix lazy flag calculation on interrupts, refactor
2010-05-03 Naphtali Spreiblock: read-only: open cdrom as read-only when using...
2010-05-03 Luiz CapitulinoQMP: Introduce RESUME event
2010-05-03 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into HEAD
2010-04-26 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-04-26 Paolo Bonzinistash away SCM_RIGHTS fd until a getfd command arrives
2010-04-26 Luiz CapitulinoMonitor: Return before exiting with 'quit'
2010-04-26 Luiz CapitulinoQMP: Check "arguments" member's type
2010-04-26 Luiz CapitulinoQMP: Use QERR_QMP_BAD_INPUT_OBJECT_MEMBER
2010-04-23 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-04-23 Kevin WolfReplace calls of old bdrv_open
2010-04-18 Luiz CapitulinoMonitor: Convert do_screen_dump() to QObject
2010-04-18 Markus Armbrustermonitor: New argument type 'b'
2010-04-18 Markus Armbrustermonitor: Rename argument type 'b' to 'f'
2010-04-18 Markus Armbrustererror: Use QERR_INVALID_PARAMETER_VALUE instead of...
2010-04-18 Ryan HarperAdd qerror message if the 'change' target filename...
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-09 Paolo Bonzinimove balloon handling to balloon.c
2010-03-27 Markus Armbrustererror: Trim includes after "Move qemu_error & friends..."
2010-03-17 Shahar HaviviWrong error message in block_passwd command
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16 Markus Armbrustermonitor: New argument type 'O'
2010-03-16 Markus Armbrustererror: Let converted handlers print in human monitor
2010-03-16 Markus Armbrustermonitor: New monitor_cur_is_qmp()
2010-03-16 Markus Armbrustererror: Rename qemu_error_new() to qerror_report()
2010-03-16 Markus Armbrustererror: Simplify error sink setup
2010-03-16 Markus Armbrustererror: Move qemu_error() & friends from monitor.c to...
2010-03-16 Markus Armbrustermonitor: Factor monitor_set_error() out of qemu_error_i...
2010-03-16 Markus Armbrustermonitor: Separate "default monitor" and "current monito...
2010-03-16 Markus Armbrustersavevm: Fix -loadvm to report errors to stderr, not...
2010-03-09 Luiz CapitulinoQMP: Introduce WATCHDOG event
2010-03-08 Luiz CapitulinoQMP: Introduce RTC_CHANGE event
2010-03-08 Luiz CapitulinoQMP: Drop DEBUG event
2010-03-08 Adam LitkeFix hanging user monitor when using balloon command
2010-02-23 Gleb Natapovfix 'i' format handling in memory dump
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-19 Adam LitkeFix hanging user monitor when using balloon command
2010-02-19 Luiz CapitulinoMonitor: Report more than one error in handlers
2010-02-19 Luiz CapitulinoMonitor: Debug stray prints the right way
2010-02-19 Luiz CapitulinoMonitor: Audit handler return
2010-02-19 Luiz CapitulinoMonitor: Drop the print disabling mechanism
2010-02-19 Luiz CapitulinoMonitor: Debugging support
2010-02-19 Luiz CapitulinoMonitor: Rename cmd_new_ret()
2010-02-19 Luiz CapitulinoMonitor: Convert do_change() to cmd_new_ret()
2010-02-19 Luiz CapitulinoMonitor: Convert do_info() to cmd_new_ret()
2010-02-19 Luiz CapitulinoMonitor: Convert do_physical_memory_save() to cmd_new_ret()
2010-02-19 Luiz CapitulinoMonitor: Convert do_memory_save() to cmd_new_ret()
2010-02-19 Luiz CapitulinoMonitor: Convert do_closefd() to cmd_new_ret()
2010-02-19 Luiz CapitulinoMonitor: Convert do_getfd() to cmd_new_ret()
2010-02-19 Luiz CapitulinoMonitor: Convert do_block_set_passwd() to cmd_new_ret()
2010-02-19 Luiz CapitulinoMonitor: Convert do_cpu_set() to cmd_new_ret()
2010-02-19 Luiz CapitulinoMonitor: Convert do_eject() to cmd_new_ret()
2010-02-19 Luiz CapitulinoMonitor: Convert do_cont() to cmd_new_ret()
2010-02-19 Luiz CapitulinoMonitor: Convert simple handlers to cmd_new_ret()
2010-02-19 Luiz CapitulinoMonitor: Introduce cmd_new_ret()
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Luiz CapitulinoQMP: Don't leak on connection close
2010-02-10 Luiz CapitulinoQError: Don't abort on multiple faults
2010-02-10 Luiz CapitulinoMonitor: remove unneeded checks
2010-02-10 Luiz CapitulinoQMP: Enforce capability negotiation rules
2010-02-10 Luiz CapitulinoQMP: Introduce the qmp_capabilities command
2010-02-10 Luiz CapitulinoQMP: Add QEMU's version to the greeting message
2010-02-10 Luiz CapitulinoQMP: BLOCK_IO_ERROR event handling
2010-02-03 Markus Armbrustermonitor: Use QERR_INVALID_PARAMETER instead of QERR_INV...
2010-02-03 Markus Armbrustermonitor: New argument type 'T'
2010-02-03 Markus Armbrustermonitor: New argument type 'b'
2010-02-03 Markus Armbrustermonitor: Document argument type 'M'
2010-01-28 Luiz CapitulinoMonitor: Fix command execution regression
2010-01-26 Adam Litkevirtio: Add memory statistics reporting to the balloon...
2010-01-26 Adam LitkeNew API for asynchronous monitor commands
2010-01-26 Luiz CapitulinoPCI: Convert pci_info() to QObject
2010-01-26 Kirill A. Shutemovmonitor.c: fix warnings with _FORTIFY_SOURCE
2010-01-26 Markus Armbrustermonitor: convert do_cpu_set() to QObject, QError
next