summaryrefslogtreecommitdiffstats
path: root/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2012-10-041-42/+6
|\ \
| * | qapi: convert add_clientLuiz Capitulino2012-09-261-39/+0
| * | monitor: add Error * argument to monitor_get_fdPaolo Bonzini2012-09-261-6/+9
| |/
* | Make target_phys_addr_t 64 bits unconditionallyAvi Kivity2012-10-041-4/+0
|/
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2012-09-101-0/+18
|\
| * monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_paramNicholas Bellinger2012-09-071-0/+18
* | Merge branch 'spice.v59' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno2012-09-101-0/+1
|\ \
| * | spice migration: add QEVENT_SPICE_MIGRATE_COMPLETEDYonit Halperin2012-09-051-0/+1
| |/
* | qapi: convert screendumpLuiz Capitulino2012-09-051-6/+0
* | qapi: convert sendkeyAmos Kong2012-09-051-87/+0
* | monitor: move key_defs[] table and introduce two help functionsAmos Kong2012-09-051-172/+11
* | hmp: rename argumentsAmos Kong2012-09-051-7/+7
* | monitor: rename keyname '<' to 'less'Amos Kong2012-09-051-1/+8
|/
* monitor: don't try to initialize json parser when monitor is HMPAnthony Liguori2012-08-231-2/+2
* monitor: move json init from OPEN event to initAnthony Liguori2012-08-231-1/+3
* monitor: avoid declaring unused variablesBlue Swirl2012-08-201-1/+1
* monitor: Clean up fd sets on monitor disconnectCorey Bryant2012-08-151-1/+22
* block: Enable qemu_open/close to work with fd setsCorey Bryant2012-08-151-1/+85
* qapi: Introduce add-fd, remove-fd, query-fdsetsCorey Bryant2012-08-151-0/+189
* Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2012-08-131-70/+14
|\
| * qmp: add SUSPEND_DISK eventLuiz Capitulino2012-08-131-0/+1
| * qmp: switch to the new error format on the wireLuiz Capitulino2012-08-131-5/+13
| * monitor: drop unused monitor debug codeLuiz Capitulino2012-08-131-65/+0
* | Add migrate_set_cache_size commandOrit Wasserman2012-08-081-0/+7
* | Add migration capabilitiesOrit Wasserman2012-08-081-0/+7
|/
* monitor: remove unused do_info_traceHarsh Prateek Bora2012-07-191-16/+0
* Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2012-07-181-18/+14
|\
OpenPOWER on IntegriCloud