summaryrefslogtreecommitdiffstats
path: root/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* monitor: Remove unused monitor_print_filenameCole Robinson2014-04-251-27/+0
* input: mouse: switch monitor to new coreGerd Hoffmann2014-03-051-5/+26
* monitor: Remove left-over code in do_info_profile.Hani Benhabiles2014-02-281-4/+0
* quorum: Add quorum_open() and quorum_close().Benoît Canet2014-02-211-0/+3
* quorum: Add quorum mechanism.Benoît Canet2014-02-211-0/+2
* monitor: Add object_add class argument completion.Hani Benhabiles2014-02-171-0/+23
* monitor: Add object_del id argument completion.Hani Benhabiles2014-02-171-0/+23
* monitor: Add device_add device argument completion.Hani Benhabiles2014-02-171-0/+26
* monitor: Add device_del id argument completion.Hani Benhabiles2014-02-171-0/+23
* exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-1/+1
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-02-02' in...Peter Maydell2014-02-051-1/+2
|\
| * readline: Add missing GCC_FMT_ATTRStefan Weil2014-02-011-1/+2
* | monitor: Cleanup mon->outbuf on write errorStratos Psomadakis2014-01-281-2/+2
|/
* readline: move readline to a generic locationStefan Hajnoczi2014-01-221-1/+1
* readline: decouple readline from the monitorStefan Hajnoczi2014-01-221-7/+32
* Merge remote-tracking branch 'agraf/ppc-for-upstream' into stagingAnthony Liguori2013-10-311-0/+3
|\
| * ppc: Add CFAR, DAR and DSISR to the dictionary of printable registersTom Musta2013-10-251-0/+3
* | monitor: eliminate monitor_event_state_lockPaolo Bonzini2013-10-181-6/+0
|/
* Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-09-031-1/+1
|\
| * cpu: Use QTAILQ for CPU listAndreas Färber2013-09-031-1/+1
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-09-031-0/+1
|\ \ | |/ |/|
| * qcow2: Metadata overlap checksMax Reitz2013-08-301-0/+1
* | monitor: improve auto complete of "help" for single command in sub groupWenchao Xia2013-08-301-4/+2
* | monitor: allow "help" show message for single command in sub groupWenchao Xia2013-08-301-0/+27
* | monitor: support sub command in auto completionWenchao Xia2013-08-301-7/+7
* | monitor: refine monitor_find_completion()Wenchao Xia2013-08-301-26/+39
* | monitor: support sub command in helpWenchao Xia2013-08-301-10/+52
* | monitor: refine parse_cmdline()Wenchao Xia2013-08-301-11/+40
* | monitor: code move for parse_cmdline()Wenchao Xia2013-08-301-93/+98
* | monitor: avoid direct use of global variable *mon_cmdsWenchao Xia2013-08-301-5/+8
* | monitor: split off monitor_data_init()Wenchao Xia2013-08-301-5/+15
* | monitor: call sortcmdlist() only one timeWenchao Xia2013-08-301-2/+1
* | monitor: avoid use of global *cur_mon in monitor_find_completion()Wenchao Xia2013-08-301-9/+9
* | monitor: avoid use of global *cur_mon in block_completion_it()Wenchao Xia2013-08-301-4/+14
* | monitor: avoid use of global *cur_mon in file_completion()Wenchao Xia2013-08-301-4/+4
* | monitor: avoid use of global *cur_mon in cmd_completion()Wenchao Xia2013-08-301-6/+7
* | monitor: Add missing attributes to local functionStefan Weil2013-08-301-1/+2
|/
* Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-08-261-4/+4
|\
| * aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-4/+4
* | monitor: print the invalid char in error messageFam Zheng2013-08-201-3/+7
|/
* exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber2013-07-231-1/+1
* monitor: maintain at most one G_IO_OUT watchLaszlo Ersek2013-07-181-2/+9
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-181-0/+1
|\
| * net: add support of mac-programming over macvtap in QEMU sideAmos Kong2013-07-151-0/+1
* | cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-3/+1
|/
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-7/+6
* kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber2013-06-281-3/+3
* monitor: Simplify do_inject_mce() with qemu_get_cpu()Andreas Färber2013-06-111-9/+5
* hmp: add parameters device and -v for info blockWenchao Xia2013-06-071-3/+4
* cutils: Support 'P' and 'E' suffixes in strtosz()Kevin Wolf2013-06-061-4/+4
OpenPOWER on IntegriCloud