summaryrefslogtreecommitdiff
path: root/monitor.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-20monitor: avoid declaring unused variablesBlue Swirl1-1/+1
2012-08-15monitor: Clean up fd sets on monitor disconnectCorey Bryant1-1/+22
2012-08-15block: Enable qemu_open/close to work with fd setsCorey Bryant1-1/+85
2012-08-15qapi: Introduce add-fd, remove-fd, query-fdsetsCorey Bryant1-0/+189
2012-08-13Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-70/+14
2012-08-13qmp: add SUSPEND_DISK eventLuiz Capitulino1-0/+1
2012-08-13qmp: switch to the new error format on the wireLuiz Capitulino1-5/+13
2012-08-13monitor: drop unused monitor debug codeLuiz Capitulino1-65/+0
2012-08-08Add migrate_set_cache_size commandOrit Wasserman1-0/+7
2012-08-08Add migration capabilitiesOrit Wasserman1-0/+7
2012-07-19monitor: remove unused do_info_traceHarsh Prateek Bora1-16/+0
2012-07-18Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-18/+14
2012-07-14monitor: Use TARGET_PRI*PHYS to avoid TARGET_PHYS_ADDR_BITS ifdefPeter Maydell1-25/+4
2012-07-13qapi: Convert getfd and closefdCorey Bryant1-18/+14
2012-06-15Add rate limiting of RTC_CHANGE, BALLOON_CHANGE & WATCHDOG eventsDaniel P. Berrange1-6/+152
2012-06-15Add event notification for guest balloon changesDaniel P. Berrange1-0/+1
2012-06-04Add 'query-events' command to QMP to query async eventsDaniel P. Berrange1-62/+45
2012-05-08hmp: fix bad value conversion for M typeLuiz Capitulino1-2/+6
2012-05-08hmp: expr_unary(): check for overflow in strtoul()/strtoull()Luiz Capitulino1-0/+4
2012-03-27qmp: add and use q type specifierPaolo Bonzini1-0/+3
2012-03-19Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+0
2012-03-19monitor: fix client_migrate_info error handlingYonit Halperin1-0/+5
2012-03-19monitor: Remove unused bool field 'qapi' in mon_cmd_t structJeff Cody1-1/+0
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-28/+28
2012-03-14monitor: Don't access registers through CPUStateAndreas Färber1-246/+246
2012-03-03Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensaBlue Swirl1-2/+2
2012-02-24suspend: add qmp eventsGerd Hoffmann1-0/+6
2012-02-22qmp: add DEVICE_TRAY_MOVED eventLuiz Capitulino1-0/+3
2012-02-21Add SPICE support to add_client monitor commandDaniel P. Berrange1-2/+7
2012-02-18target-xtensa: implement info tlb monitor commandMax Filippov1-2/+2
2012-01-26qmp: add query-block-jobsStefan Hajnoczi1-0/+7
2012-01-26qmp: add block_job_cancel commandStefan Hajnoczi1-0/+3
2012-01-26qmp: add block_stream commandStefan Hajnoczi1-0/+3
2012-01-18qapi: Convert changeLuiz Capitulino1-74/+0
2012-01-18qerror: Extend QERR_DEVICE_ENCRYPTEDLuiz Capitulino1-1/+2
2012-01-18monitor: expose readline stateAnthony Liguori1-3/+8
2012-01-18qapi: Convert expire_passwordLuiz Capitulino1-39/+0
2012-01-18qapi: Convert set_passwordLuiz Capitulino1-57/+0
2012-01-18vnc: Simplify vnc_display_password()Luiz Capitulino1-1/+6
2011-12-06qapi: Convert human-monitor-commandLuiz Capitulino1-9/+14
2011-12-06qapi: Convert inject-nmiLuiz Capitulino1-19/+0
2011-12-06qapi: Convert contLuiz Capitulino1-59/+15
2011-12-06qapi: Convert pmemsaveLuiz Capitulino1-37/+0
2011-12-06qapi: Convert memsaveLuiz Capitulino1-38/+0
2011-12-06qapi: Complete system_powerdown conversionLuiz Capitulino1-10/+0
2011-11-17monitor: Fix file_completion() to check for stat() failureMarkus Armbruster1-2/+2
2011-11-01Sort the help info shown in monitor at runtimeWayne Xia1-4/+26
2011-10-31Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-289/+24
2011-10-31Merge remote-tracking branch 'spice/spice.v45' into stagingAnthony Liguori1-2/+4
2011-10-27Monitor: do_info(): Drop QMP command handling codeLuiz Capitulino1-31/+1