summaryrefslogtreecommitdiffstats
path: root/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* do not check pointers after dereferencing themPaolo Bonzini2013-06-011-1/+1
* remove some double-includesMichael Tokarev2013-05-181-1/+0
* add a new qevent: QEVENT_GUEST_PANICKEDHu Tao2013-04-301-0/+1
* audio: remove HAS_AUDIOPaolo Bonzini2013-04-291-2/+0
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-04-151-2/+2
|\
| * sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
| * tpm: reorganize headers and split hardware partPaolo Bonzini2013-04-151-1/+1
* | Revert "New QMP command query-cpu-max and HMP command cpu_max"Michal Novotny2013-04-121-7/+0
|/
* hw: move headers to include/Paolo Bonzini2013-04-081-4/+4
* hmp: human-monitor-command: stop using the Memory chardev driverLuiz Capitulino2013-04-051-9/+8
* Monitor: Make output buffer dynamicLuiz Capitulino2013-04-051-17/+28
* trace: [monitor] Use new event control interfaceLluís Vilanova2013-03-281-2/+11
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-03-261-0/+1
|\
| * qdev: DEVICE_DELETED eventMichael S. Tsirkin2013-03-171-0/+1
* | New QMP command query-cpu-max and HMP command cpu_maxMichal Novotny2013-03-251-0/+7
* | Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuAurelien Jarno2013-03-221-4/+0
|\ \
| * | target-ppc: Remove vestigial PowerPC 620 supportDavid Gibson2013-03-221-4/+0
* | | Fix typos and misspellingsPeter Maydell2013-03-221-4/+4
|/ /
OpenPOWER on IntegriCloud