Age | Commit message (Expand) | Author |
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 |
2010-03-17 | Wrong error message in block_passwd command | Shahar Havivi |
2010-03-16 | monitor: New argument type 'O' | Markus Armbruster |
2010-03-16 | error: Let converted handlers print in human monitor | Markus Armbruster |
2010-03-16 | monitor: New monitor_cur_is_qmp() | Markus Armbruster |
2010-03-16 | error: Rename qemu_error_new() to qerror_report() | Markus Armbruster |
2010-03-16 | error: Simplify error sink setup | Markus Armbruster |
2010-03-16 | error: Move qemu_error() & friends from monitor.c to own file | Markus Armbruster |
2010-03-16 | monitor: Factor monitor_set_error() out of qemu_error_internal() | Markus Armbruster |
2010-03-16 | monitor: Separate "default monitor" and "current monitor" cleanly | Markus Armbruster |
2010-03-16 | savevm: Fix -loadvm to report errors to stderr, not the monitor | Markus Armbruster |
2010-03-09 | QMP: Introduce WATCHDOG event | Luiz Capitulino |
2010-03-08 | QMP: Introduce RTC_CHANGE event | Luiz Capitulino |
2010-03-08 | QMP: Drop DEBUG event | Luiz Capitulino |
2010-03-08 | Fix hanging user monitor when using balloon command | Adam Litke |
2010-02-23 | fix 'i' format handling in memory dump | Gleb Natapov |
2010-02-19 | Fix hanging user monitor when using balloon command | Adam Litke |
2010-02-19 | Monitor: Report more than one error in handlers | Luiz Capitulino |
2010-02-19 | Monitor: Debug stray prints the right way | Luiz Capitulino |
2010-02-19 | Monitor: Audit handler return | Luiz Capitulino |
2010-02-19 | Monitor: Drop the print disabling mechanism | Luiz Capitulino |
2010-02-19 | Monitor: Debugging support | Luiz Capitulino |
2010-02-19 | Monitor: Rename cmd_new_ret() | Luiz Capitulino |
2010-02-19 | Monitor: Convert do_change() to cmd_new_ret() | Luiz Capitulino |
2010-02-19 | Monitor: Convert do_info() to cmd_new_ret() | Luiz Capitulino |
2010-02-19 | Monitor: Convert do_physical_memory_save() to cmd_new_ret() | Luiz Capitulino |
2010-02-19 | Monitor: Convert do_memory_save() to cmd_new_ret() | Luiz Capitulino |
2010-02-19 | Monitor: Convert do_closefd() to cmd_new_ret() | Luiz Capitulino |
2010-02-19 | Monitor: Convert do_getfd() to cmd_new_ret() | Luiz Capitulino |
2010-02-19 | Monitor: Convert do_block_set_passwd() to cmd_new_ret() | Luiz Capitulino |
2010-02-19 | Monitor: Convert do_cpu_set() to cmd_new_ret() | Luiz Capitulino |
2010-02-19 | Monitor: Convert do_eject() to cmd_new_ret() | Luiz Capitulino |
2010-02-19 | Monitor: Convert do_cont() to cmd_new_ret() | Luiz Capitulino |
2010-02-19 | Monitor: Convert simple handlers to cmd_new_ret() | Luiz Capitulino |
2010-02-19 | Monitor: Introduce cmd_new_ret() | Luiz Capitulino |
2010-02-10 | QMP: Don't leak on connection close | Luiz Capitulino |
2010-02-10 | QError: Don't abort on multiple faults | Luiz Capitulino |
2010-02-10 | Monitor: remove unneeded checks | Luiz Capitulino |
2010-02-10 | QMP: Enforce capability negotiation rules | Luiz Capitulino |
2010-02-10 | QMP: Introduce the qmp_capabilities command | Luiz Capitulino |
2010-02-10 | QMP: Add QEMU's version to the greeting message | Luiz Capitulino |
2010-02-10 | QMP: BLOCK_IO_ERROR event handling | Luiz Capitulino |
2010-02-03 | monitor: Use QERR_INVALID_PARAMETER instead of QERR_INVALID_CPU_INDEX | Markus Armbruster |
2010-02-03 | monitor: New argument type 'T' | Markus Armbruster |