aboutsummaryrefslogtreecommitdiff
path: root/monitor.c
AgeCommit message (Expand)Author
2012-08-23monitor: don't try to initialize json parser when monitor is HMPAnthony Liguori
2012-08-23monitor: move json init from OPEN event to initAnthony Liguori
2012-08-20monitor: avoid declaring unused variablesBlue Swirl
2012-08-15monitor: Clean up fd sets on monitor disconnectCorey Bryant
2012-08-15block: Enable qemu_open/close to work with fd setsCorey Bryant
2012-08-15qapi: Introduce add-fd, remove-fd, query-fdsetsCorey Bryant
2012-08-13Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2012-08-13qmp: add SUSPEND_DISK eventLuiz Capitulino
2012-08-13qmp: switch to the new error format on the wireLuiz Capitulino
2012-08-13monitor: drop unused monitor debug codeLuiz Capitulino
2012-08-08Add migrate_set_cache_size commandOrit Wasserman
2012-08-08Add migration capabilitiesOrit Wasserman
2012-07-19monitor: remove unused do_info_traceHarsh Prateek Bora
2012-07-18Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2012-07-14monitor: Use TARGET_PRI*PHYS to avoid TARGET_PHYS_ADDR_BITS ifdefPeter Maydell
2012-07-13qapi: Convert getfd and closefdCorey Bryant
2012-06-15Add rate limiting of RTC_CHANGE, BALLOON_CHANGE & WATCHDOG eventsDaniel P. Berrange
2012-06-15Add event notification for guest balloon changesDaniel P. Berrange
2012-06-04Add 'query-events' command to QMP to query async eventsDaniel P. Berrange
2012-05-08hmp: fix bad value conversion for M typeLuiz Capitulino
2012-05-08hmp: expr_unary(): check for overflow in strtoul()/strtoull()Luiz Capitulino
2012-03-27qmp: add and use q type specifierPaolo Bonzini
2012-03-19Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-03-19monitor: fix client_migrate_info error handlingYonit Halperin
2012-03-19monitor: Remove unused bool field 'qapi' in mon_cmd_t structJeff Cody
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14monitor: Don't access registers through CPUStateAndreas Färber
2012-03-03Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensaBlue Swirl
2012-02-24suspend: add qmp eventsGerd Hoffmann
2012-02-22qmp: add DEVICE_TRAY_MOVED eventLuiz Capitulino
2012-02-21Add SPICE support to add_client monitor commandDaniel P. Berrange
2012-02-18target-xtensa: implement info tlb monitor commandMax Filippov
2012-01-26qmp: add query-block-jobsStefan Hajnoczi
2012-01-26qmp: add block_job_cancel commandStefan Hajnoczi
2012-01-26qmp: add block_stream commandStefan Hajnoczi
2012-01-18qapi: Convert changeLuiz Capitulino
2012-01-18qerror: Extend QERR_DEVICE_ENCRYPTEDLuiz Capitulino
2012-01-18monitor: expose readline stateAnthony Liguori
2012-01-18qapi: Convert expire_passwordLuiz Capitulino
2012-01-18qapi: Convert set_passwordLuiz Capitulino
2012-01-18vnc: Simplify vnc_display_password()Luiz Capitulino
2011-12-06qapi: Convert human-monitor-commandLuiz Capitulino
2011-12-06qapi: Convert inject-nmiLuiz Capitulino
2011-12-06qapi: Convert contLuiz Capitulino
2011-12-06qapi: Convert pmemsaveLuiz Capitulino
2011-12-06qapi: Convert memsaveLuiz Capitulino
2011-12-06qapi: Complete system_powerdown conversionLuiz Capitulino
2011-11-17monitor: Fix file_completion() to check for stat() failureMarkus Armbruster
2011-11-01Sort the help info shown in monitor at runtimeWayne Xia
2011-10-31Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori