summaryrefslogtreecommitdiff
path: root/monitor.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-16qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_itemsPeter Maydell1-2/+2
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell1-1/+1
2013-02-16qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell1-1/+1
2013-02-16qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell1-1/+1
2013-01-17HMP: add sub command table to infoWenchao Xia1-21/+1
2013-01-17HMP: move define of mon_cmdsWenchao Xia1-6/+6
2013-01-17HMP: add infrastructure for sub commandWenchao Xia1-10/+39
2013-01-17HMP: delete info handlerWenchao Xia1-46/+45
2013-01-17HMP: add QDict to info callback handlerWenchao Xia1-16/+16
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber1-5/+10
2013-01-15cpu: Move numa_node field to CPUStateAndreas Färber1-1/+3
2013-01-14Merge remote-tracking branch 'bonzini/stub' into stagingAnthony Liguori1-0/+22
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini1-0/+22
2013-01-10monitor: assert monitor_puts()'s loop invariantMarkus Armbruster1-0/+1
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-4/+4
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-4/+4
2012-12-19migration: move include files to include/migration/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-2/+2
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-2/+2
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-8/+8
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini1-1/+1
2012-12-19net: reorganize headersPaolo Bonzini1-1/+1
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-1/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-10-31target-i386: Pass X86CPU to cpu_x86_inject_mce()Andreas Färber1-2/+4
2012-10-24block: introduce BLOCK_JOB_READY eventPaolo Bonzini1-0/+1
2012-10-24monitor: Prevent removing fd from set during initCorey Bryant1-2/+3
2012-10-24monitor: Enable adding an inherited fd to an fd setCorey Bryant1-72/+85
2012-10-24monitor: Allow add-fd to any specified fd setCorey Bryant1-17/+37
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-19/+19
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell1-7/+1
2012-10-04Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-0/+1
2012-10-04Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-42/+6
2012-10-04Make target_phys_addr_t 64 bits unconditionallyAvi Kivity1-4/+0
2012-09-28block: introduce block job errorPaolo Bonzini1-0/+1
2012-09-26qapi: convert add_clientLuiz Capitulino1-39/+0
2012-09-26monitor: add Error * argument to monitor_get_fdPaolo Bonzini1-6/+9
2012-09-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-0/+18
2012-09-10Merge branch 'spice.v59' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno1-0/+1
2012-09-07monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_paramNicholas Bellinger1-0/+18
2012-09-05qapi: convert screendumpLuiz Capitulino1-6/+0
2012-09-05qapi: convert sendkeyAmos Kong1-87/+0
2012-09-05monitor: move key_defs[] table and introduce two help functionsAmos Kong1-172/+11
2012-09-05hmp: rename argumentsAmos Kong1-7/+7
2012-09-05monitor: rename keyname '<' to 'less'Amos Kong1-1/+8
2012-09-05spice migration: add QEVENT_SPICE_MIGRATE_COMPLETEDYonit Halperin1-0/+1
2012-08-23monitor: don't try to initialize json parser when monitor is HMPAnthony Liguori1-2/+2
2012-08-23monitor: move json init from OPEN event to initAnthony Liguori1-1/+3
2012-08-20monitor: avoid declaring unused variablesBlue Swirl1-1/+1