aboutsummaryrefslogtreecommitdiff
path: root/monitor.c
AgeCommit message (Expand)Author
2013-04-15Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-15tpm: reorganize headers and split hardware partPaolo Bonzini
2013-04-12Revert "New QMP command query-cpu-max and HMP command cpu_max"Michal Novotny
2013-04-08hw: move headers to include/Paolo Bonzini
2013-04-05hmp: human-monitor-command: stop using the Memory chardev driverLuiz Capitulino
2013-04-05Monitor: Make output buffer dynamicLuiz Capitulino
2013-03-28trace: [monitor] Use new event control interfaceLluís Vilanova
2013-03-26Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-03-25New QMP command query-cpu-max and HMP command cpu_maxMichal Novotny
2013-03-22Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuAurelien Jarno
2013-03-22target-ppc: Remove vestigial PowerPC 620 supportDavid Gibson
2013-03-22Fix typos and misspellingsPeter Maydell
2013-03-19fix monitorGerd Hoffmann
2013-03-17qdev: DEVICE_DELETED eventMichael S. Tsirkin
2013-03-14Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-03-12Support for TPM command line optionsStefan Berger
2013-03-12monitor: Use qemu_get_cpu() in monitor_set_cpu()Andreas Färber
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell
2013-02-16qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_itemsPeter Maydell
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell
2013-02-16qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell
2013-02-16qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell
2013-01-17HMP: add sub command table to infoWenchao Xia
2013-01-17HMP: move define of mon_cmdsWenchao Xia
2013-01-17HMP: add infrastructure for sub commandWenchao Xia
2013-01-17HMP: delete info handlerWenchao Xia
2013-01-17HMP: add QDict to info callback handlerWenchao Xia
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2013-01-15cpu: Move numa_node field to CPUStateAndreas Färber
2013-01-14Merge remote-tracking branch 'bonzini/stub' into stagingAnthony Liguori
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini
2013-01-10monitor: assert monitor_puts()'s loop invariantMarkus Armbruster
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19migration: move include files to include/migration/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini
2012-12-19net: reorganize headersPaolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin
2012-10-31target-i386: Pass X86CPU to cpu_x86_inject_mce()Andreas Färber
2012-10-24block: introduce BLOCK_JOB_READY eventPaolo Bonzini
2012-10-24monitor: Prevent removing fd from set during initCorey Bryant
2012-10-24monitor: Enable adding an inherited fd to an fd setCorey Bryant
2012-10-24monitor: Allow add-fd to any specified fd setCorey Bryant