Age | Commit message (Expand) | Author |
2010-10-01 | QMP: Introduce command dispatch table | Luiz Capitulino |
2010-10-01 | QMP: Introduce qmp_find_cmd() | Luiz Capitulino |
2010-10-01 | Monitor: Convert do_info() back to HMP | Luiz Capitulino |
2010-10-01 | Monitor: Drop is_async_return() | Luiz Capitulino |
2010-10-01 | Monitor: Drop QMP bits from do_info() | Luiz Capitulino |
2010-10-01 | QMP: Don't use do_info() | Luiz Capitulino |
2010-10-01 | QMP: handle_qmp_command(): Move 'cmd' sanity check | Luiz Capitulino |
2010-10-01 | Monitor: Introduce search_dispatch_table() | Luiz Capitulino |
2010-10-01 | Add option to turn on JSON pretty printing in monitor | Daniel P. Berrange |
2010-09-09 | trace: Add trace-file command to open/close/flush trace file | Stefan Hajnoczi |
2010-09-09 | trace: Support for dynamically enabling/disabling trace events | Prerna Saxena |
2010-08-22 | QMP/monitor: update do_info_version() to output broken down version string | Miguel Di Ciurcio Filho |
2010-08-03 | loadvm: improve tests before bdrv_snapshot_goto() | Miguel Di Ciurcio Filho |
2010-07-30 | migration: Accept 'cont' only after successful incoming migration | Amit Shah |
2010-07-06 | Merge remote branch 'qmp/for-anthony' into staging | Anthony Liguori |
2010-07-03 | remove exec-all.h inclusion from cpu.h | Paolo Bonzini |
2010-07-01 | monitor: Allow to exclude commands from QMP | Jan Kiszka |
2010-07-01 | QMP: handle_qmp_command(): Small cleanup | Luiz Capitulino |
2010-07-01 | QMP: Drop old input object checking | Luiz Capitulino |
2010-07-01 | QMP: Introduce qmp_check_input_obj() | Luiz Capitulino |
2010-07-01 | QMP: Drop old client argument checker | Luiz Capitulino |
2010-07-01 | QMP: New argument checker (second part) | Luiz Capitulino |
2010-07-01 | QMP: New argument checker (first part) | Luiz Capitulino |
2010-07-01 | Monitor: handle optional '-' arg as a bool | Luiz Capitulino |
2010-07-01 | QMP: Fix error reporting in the async API | Luiz Capitulino |
2010-07-01 | monitor: Establish cmd flags and convert the async tag | Jan Kiszka |
2010-07-01 | monitor: Fix command completion vs. boolean switches | Jan Kiszka |
2010-07-01 | monitor: Fix leakage during completion processing | Jan Kiszka |
2010-06-22 | Extra scan codes for missing keys | Bernhard M. Wiedemann |
2010-06-14 | Merge remote branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2010-06-13 | monitor/QMP: Drop info hpet / query-hpet | Jan Kiszka |
2010-06-04 | blockdev: Collect block device code in new blockdev.c | Markus Armbruster |
2010-06-01 | Monitor: Drop QMP documentation from code | Luiz Capitulino |
2010-05-19 | Monitor: Return before exiting with 'quit' | Luiz Capitulino |
2010-05-19 | Revert "Monitor: Return before exiting with 'quit'" | Luiz Capitulino |
2010-05-09 | sparc: Fix lazy flag calculation on interrupts, refactor | Blue Swirl |
2010-05-03 | block: read-only: open cdrom as read-only when using monitor's change command | Naphtali Sprei |
2010-05-03 | QMP: Introduce RESUME event | Luiz Capitulino |
2010-04-26 | stash away SCM_RIGHTS fd until a getfd command arrives | Paolo Bonzini |
2010-04-26 | Monitor: Return before exiting with 'quit' | Luiz Capitulino |
2010-04-26 | QMP: Check "arguments" member's type | Luiz Capitulino |
2010-04-26 | QMP: Use QERR_QMP_BAD_INPUT_OBJECT_MEMBER | Luiz Capitulino |
2010-04-23 | Replace calls of old bdrv_open | Kevin Wolf |
2010-04-18 | Monitor: Convert do_screen_dump() to QObject | Luiz Capitulino |
2010-04-18 | monitor: New argument type 'b' | Markus Armbruster |
2010-04-18 | monitor: Rename argument type 'b' to 'f' | Markus Armbruster |
2010-04-18 | error: Use QERR_INVALID_PARAMETER_VALUE instead of QERR_INVALID_PARAMETER | Markus Armbruster |
2010-04-18 | Add qerror message if the 'change' target filename can't be opened | Ryan Harper |
2010-04-09 | move balloon handling to balloon.c | Paolo Bonzini |
2010-03-27 | error: Trim includes after "Move qemu_error & friends..." | Markus Armbruster |