summaryrefslogtreecommitdiffstats
path: root/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-8/+8
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* target-i386: Pass X86CPU to cpu_x86_inject_mce()Andreas Färber2012-10-311-2/+4
* block: introduce BLOCK_JOB_READY eventPaolo Bonzini2012-10-241-0/+1
* monitor: Prevent removing fd from set during initCorey Bryant2012-10-241-2/+3
* monitor: Enable adding an inherited fd to an fd setCorey Bryant2012-10-241-72/+85
* monitor: Allow add-fd to any specified fd setCorey Bryant2012-10-241-17/+37
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-19/+19
* cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell2012-10-051-7/+1
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-10-041-0/+1
|\
| * block: introduce block job errorPaolo Bonzini2012-09-281-0/+1
OpenPOWER on IntegriCloud