Age | Commit message (Expand) | Author |
2014-06-16 | monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE Mode | Tom Musta |
2014-06-11 | monitor: Add delvm and loadvm argument completion | Hani Benhabiles |
2014-06-11 | monitor: Add host_net_remove arguments completion | Hani Benhabiles |
2014-06-11 | monitor: Add host_net_add device argument completion | Hani Benhabiles |
2014-06-11 | monitor: Add migrate_set_capability completion | Hani Benhabiles |
2014-06-11 | monitor: Add watchdog_action argument completion | Hani Benhabiles |
2014-06-11 | monitor: Add ringbuf_write and ringbuf_read argument completion | Hani Benhabiles |
2014-06-05 | softmmu: introduce cpu_ldst.h | Paolo Bonzini |
2014-05-15 | monitor: Add netdev_del id argument completion. | Hani Benhabiles |
2014-05-15 | monitor: Add netdev_add type argument completion. | Hani Benhabiles |
2014-05-15 | monitor: Add set_link arguments completion. | Hani Benhabiles |
2014-05-15 | monitor: Add chardev-add backend argument completion. | Hani Benhabiles |
2014-05-15 | monitor: Add chardev-remove command completion. | Hani Benhabiles |
2014-05-15 | monitor: Convert sendkey to use command_completion. | Hani Benhabiles |
2014-05-08 | monitor: add Error-propagating monitor_handle_fd_param2() | Laszlo Ersek |
2014-05-07 | monitor: Add missing 'static' attribute | Stefan Weil |
2014-04-25 | monitor: fix qmp_getfd() fd leak in error case | Stefan Hajnoczi |
2014-04-25 | monitor: Add device_add and device_del completion. | Hani Benhabiles |
2014-04-25 | monitor: Add command_completion callback to mon_cmd_t. | Hani Benhabiles |
2014-04-25 | monitor: Remove unused monitor_print_filename | Cole Robinson |
2014-03-05 | input: mouse: switch monitor to new core | Gerd Hoffmann |
2014-02-28 | monitor: Remove left-over code in do_info_profile. | Hani Benhabiles |
2014-02-21 | quorum: Add quorum_open() and quorum_close(). | Benoît Canet |
2014-02-21 | quorum: Add quorum mechanism. | Benoît Canet |
2014-02-17 | monitor: Add object_add class argument completion. | Hani Benhabiles |
2014-02-17 | monitor: Add object_del id argument completion. | Hani Benhabiles |
2014-02-17 | monitor: Add device_add device argument completion. | Hani Benhabiles |
2014-02-17 | monitor: Add device_del id argument completion. | Hani Benhabiles |
2014-02-11 | exec: Make ldq/ldub_*_phys input an AddressSpace | Edgar E. Iglesias |
2014-02-05 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-02-02' in... | Peter Maydell |
2014-02-01 | readline: Add missing GCC_FMT_ATTR | Stefan Weil |
2014-01-28 | monitor: Cleanup mon->outbuf on write error | Stratos Psomadakis |
2014-01-22 | readline: move readline to a generic location | Stefan Hajnoczi |
2014-01-22 | readline: decouple readline from the monitor | Stefan Hajnoczi |
2013-10-31 | Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging | Anthony Liguori |
2013-10-25 | ppc: Add CFAR, DAR and DSISR to the dictionary of printable registers | Tom Musta |
2013-10-18 | monitor: eliminate monitor_event_state_lock | Paolo Bonzini |
2013-09-03 | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging | Anthony Liguori |
2013-09-03 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2013-09-03 | cpu: Use QTAILQ for CPU list | Andreas Färber |
2013-08-30 | qcow2: Metadata overlap checks | Max Reitz |
2013-08-30 | monitor: improve auto complete of "help" for single command in sub group | Wenchao Xia |
2013-08-30 | monitor: allow "help" show message for single command in sub group | Wenchao Xia |
2013-08-30 | monitor: support sub command in auto completion | Wenchao Xia |
2013-08-30 | monitor: refine monitor_find_completion() | Wenchao Xia |
2013-08-30 | monitor: support sub command in help | Wenchao Xia |
2013-08-30 | monitor: refine parse_cmdline() | Wenchao Xia |
2013-08-30 | monitor: code move for parse_cmdline() | Wenchao Xia |
2013-08-30 | monitor: avoid direct use of global variable *mon_cmds | Wenchao Xia |
2013-08-30 | monitor: split off monitor_data_init() | Wenchao Xia |