summaryrefslogtreecommitdiffstats
path: root/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | fix monitorGerd Hoffmann2013-03-191-2/+21
|/
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-03-141-8/+5
|\
| * monitor: Use qemu_get_cpu() in monitor_set_cpu()Andreas Färber2013-03-121-8/+5
* | Support for TPM command line optionsStefan Berger2013-03-121-0/+8
|/
* hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini2013-03-011-1/+1
* Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell2013-02-231-3/+3
* qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_itemsPeter Maydell2013-02-161-2/+2
* qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell2013-02-161-1/+1
* qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell2013-02-161-1/+1
* qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell2013-02-161-1/+1
* HMP: add sub command table to infoWenchao Xia2013-01-171-21/+1
* HMP: move define of mon_cmdsWenchao Xia2013-01-171-6/+6
* HMP: add infrastructure for sub commandWenchao Xia2013-01-171-10/+39
* HMP: delete info handlerWenchao Xia2013-01-171-46/+45
* HMP: add QDict to info callback handlerWenchao Xia2013-01-171-16/+16
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-5/+10
* cpu: Move numa_node field to CPUStateAndreas Färber2013-01-151-1/+3
* Merge remote-tracking branch 'bonzini/stub' into stagingAnthony Liguori2013-01-141-0/+22
|\
| * qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini2013-01-121-0/+22
* | monitor: assert monitor_puts()'s loop invariantMarkus Armbruster2013-01-101-0/+1
|/
* softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2012-12-191-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-4/+4
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-4/+4
* migration: move include files to include/migration/Paolo Bonzini2012-12-191-1/+1
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-2/+2
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-2/+2
OpenPOWER on IntegriCloud