aboutsummaryrefslogtreecommitdiffstats
path: root/monitor.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-11Merge commit 'b4ae3cfa57b8c1bdbbd7b7d420971e9171203ade' into upstream-mergeMarcelo Tosatti1-7/+1
2012-10-11Merge commit 'c9159fe9aa9abe24115ea4d16127179e9cb07e22' into upstream-mergeMarcelo Tosatti1-46/+7
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-11Merge commit '66d5499b3754b83c09487259c08fe2ce73188a59' into upstream-mergeMarcelo Tosatti1-249/+21
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: don't try to initialize json parser when monitor is HMPqemu-kvm-1.2.0-rc1Anthony Liguori1-2/+2
2012-08-23Merge commit '94159135cb59684853dcd45ff70d6dbc54a29209' into upstream-mergeMarcelo Tosatti1-1/+3
2012-08-23monitor: move json init from OPEN event to initAnthony Liguori1-1/+3
2012-08-23Merge commit '86759aa89d1307d0dda2435cc25943bcd7026686' into upstream-mergeMarcelo Tosatti1-1/+1
2012-08-20monitor: avoid declaring unused variablesBlue Swirl1-1/+1
2012-08-16Merge commit '5a4d701acde890a5ca134236424ece45545f70c7' into upstream-mergeMarcelo Tosatti1-70/+322
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-26Merge remote-tracking branch 'upstream'Avi Kivity1-16/+0
2012-07-19Merge commit '504972922da9b562f15e13544d3efca84b46b8fd' into upstream-mergeMarcelo Tosatti1-43/+18
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-07-05Merge commit '71ea2e016131a9fcde6f1ffd3e0e34a64c21f593' into upstream-mergeMarcelo Tosatti1-6/+153
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-12Merge commit '5e8861a0361d8d39ab69fe557294471c28c49c8b' into upstream-mergeMarcelo Tosatti1-62/+45
2012-06-04Add 'query-events' command to QMP to query async eventsDaniel P. Berrange1-62/+45
2012-05-15Merge commit '76ee152a86d5f2533443ce4d2be6fe253cfb3c45' into upstream-mergeMarcelo Tosatti1-2/+10
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-05-06Merge commit 'c7f0f3b1c826901358a0656f80a5fabb88f73c61' into upstream-mergeAvi Kivity1-1/+8
2012-05-06Merge commit '9349b4f9fda360f3d9adc4cf4443a1a9b429c17e' into upstream-mergeAvi Kivity1-28/+28
2012-05-06Merge commit '4a8fa5dca1780d7064abd9af578cba40cc0e666d' into upstream-mergeAvi Kivity1-246/+246
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-14qom: Introduce CPU classAndreas Färber0-0/+0
2012-03-14monitor: Don't access registers through CPUStateAndreas Färber1-246/+246
2012-03-07Merge commit 'e32605062cd62c2a958ad28a6ad7de4eeab12027' into upstream-mergeMarcelo Tosatti1-2/+2
2012-03-03Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensaBlue Swirl1-2/+2
2012-02-29Merge commit 'b4bd0b168e9f4898b98308f4a8a089f647a86d16' into upstream-mergeAvi Kivity1-0/+6
2012-02-29Merge commit '355bf2e5bac7be1b7516e88307f5507e74e8ce79' into upstream-mergeAvi Kivity1-0/+3
2012-02-29Merge commit 'cbc5b5f3aabb2579dd1aa88612dd6842de485079' into upstream-mergeAvi Kivity1-2/+7
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-27Merge commit '32fea4025bfb80f2dbc5c3ce415703af28d85f63' into queues/qemu-mergeJan Kiszka1-0/+13
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-26Merge commit '3d402831de14d9e23ed8efcfdf81b01a53472fe2' into upstream-mergeAvi Kivity1-169/+10
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-25Merge commit '85ed303bfe1f67a4c18ffe51916e73cffd7d9e9b' into upstream-mergeAvi Kivity1-9/+14
2011-12-25Merge commit 'ab49ab5c488237f3656689c4a3cab29e29884ca6' into upstream-mergeAvi Kivity1-167/+15
2011-12-07qemu-kvm: fix improper nmi emulationLai Jiangshan1-1/+5
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 human-monitor-commandLuiz Capitulino1-9/+14
2011-12-06qapi: Convert set_linkLuiz Capitulino0-0/+0
2011-12-06qapi: Convert memsaveLuiz Capitulino1-38/+0
2011-12-06qapi: Complete system_powerdown conversionLuiz Capitulino1-10/+0
2011-11-27Merge commit '9a93b61730e3b46ef1c01ca522c6abe80ec13832' into upstream-mergeAvi Kivity1-2/+2
2011-11-17monitor: Fix file_completion() to check for stat() failureMarkus Armbruster1-2/+2
2011-11-02Merge remote-tracking branch 'upstream' into upstream-mergeAvi Kivity1-4/+26
2011-11-02Merge commit '25b651bedb917866ef8808f06896fdaed2c189cb' into upstream-mergeAvi Kivity1-139/+58
2011-11-02Merge commit '79627472db3629de66fe81019560aa9cb6900268' into upstream-mergeAvi Kivity1-64/+6
2011-11-02Merge commit 'de0b36b67ea3e1ab3aa1b6625c4fd5cb29fa0ada' into upstream-mergeAvi Kivity1-100/+1
2011-11-02Merge commit '755f196898e75bf453957609d1dbe02f73e5b12a' into upstream-mergeAvi Kivity1-36/+11
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-27qapi: Convert query-pciLuiz Capitulino1-10/+1
2011-10-27qapi: Convert query-cpusLuiz Capitulino1-100/+1
2011-10-27qapi: Convert query-balloonLuiz Capitulino1-12/+1
2011-10-27Monitor: do_info(): Drop QMP command handling codeLuiz Capitulino1-31/+1
2011-10-27qapi: Convert query-spiceLuiz Capitulino1-12/+1
2011-10-27QMP: Drop the query commands dispatch tableLuiz Capitulino1-58/+5
2011-10-27qapi: Convert query-vncLuiz Capitulino1-10/+1
2011-10-27qapi: Convert query-blockstatsLuiz Capitulino1-10/+1
2011-10-27qapi: Convert query-blockLuiz Capitulino1-10/+1
2011-10-27qapi: Convert the cpu commandLuiz Capitulino1-11/+0
2011-10-27Monitor: Introduce monitor_get_cpu_index()Luiz Capitulino1-0/+5
2011-10-27Monitor: Make mon_set_cpu() publicLuiz Capitulino1-6/+5
2011-10-27qapi: Convert query-migrateLuiz Capitulino1-10/+1
2011-10-27qapi: Convert query-miceLuiz Capitulino1-10/+1
2011-10-26target-sparc: Change fpr representation to doubles.Richard Henderson1-48/+48
2011-10-25spice: turn client_migrate_info to asyncYonit Halperin1-2/+4
2011-10-17Merge commit 'cfce6d8934243871c4dc6d0c5248b0b27a1b8d80' into upstream-mergeAvi Kivity1-0/+21
2011-10-17Merge commit 'b881fbe9f7a60ceaef20b7a234c49473d009bf4d' into upstream-mergeAvi Kivity1-0/+6
2011-10-17Merge commit 'ebffe2afceb1a17b5d134b5debf553955fe5ea1a' into upstream-mergeAvi Kivity1-248/+33
2011-10-16monitor: Restrict pic/irq_info to supporting targetsJan Kiszka1-0/+21
2011-10-11block: Keep track of devices' I/O statusLuiz Capitulino1-0/+6
2011-10-10Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-248/+33
2011-10-09Merge commit '02d6516c8ba00bdd6d96b622f000cb28c3449f43' into upstream-mergeAvi Kivity1-2/+5
2011-10-09Merge commit '753d11f2238663990191ba8285bfe9301f7e4020' into upstream-mergeAvi Kivity1-2/+16
2011-10-08Merge branch 'tracing' of git://repo.or.cz/qemu/stefanhaBlue Swirl1-2/+5
2011-10-06ppc: booke206: add "info tlb" supportScott Wood1-2/+3
2011-10-04qapi: Convert system_resetLuiz Capitulino1-10/+0
2011-10-04qapi: Convert stopLuiz Capitulino1-9/+0
2011-10-04qapi: Convert quitLuiz Capitulino1-12/+0
2011-10-04qapi: Convert query-commandsLuiz Capitulino1-25/+15
2011-10-04qapi: Convert query-chardevLuiz Capitulino1-10/+1
2011-10-04qapi: Convert query-uuidLuiz Capitulino1-27/+1
2011-10-04qapi: Convert query-statusLuiz Capitulino1-40/+1
2011-10-04RunState: Rename enum values as generated by the QAPILuiz Capitulino1-5/+5
2011-10-04qapi: Convert query-kvmLuiz Capitulino1-35/+1
2011-10-04qapi: Convert query-versionLuiz Capitulino1-43/+3
2011-10-04qapi: convert query-nameAnthony Liguori1-28/+3
2011-10-04qapi: use middle mode in QMP serverAnthony Liguori1-5/+4
2011-10-03trace: trace monitor qmp dispatch/completionStefan Hajnoczi1-1/+4
2011-10-03hmp: re-enable trace-file commandMichael Roth1-1/+1
2011-10-02memory: simple memory tree printerBlue Swirl1-0/+13
2011-09-26Merge commit '63467ddb616f3c94e1c689adce2817f138b80ffd' into upstream-mergeAvi Kivity1-6/+16
2011-09-26Merge commit '2328826b1d7d516cfe825546682cfe8513db07b4' into upstream-mergeAvi Kivity1-1/+1
2011-09-15HMP: info status: Print the VM stateLuiz Capitulino1-0/+6
2011-09-15QMP: query-status: Introduce 'status' keyLuiz Capitulino1-2/+1
2011-09-15Monitor/QMP: Don't allow cont on bad VM stateLuiz Capitulino1-0/+5
2011-09-15Drop the vm_running global variableLuiz Capitulino1-2/+2
2011-09-15Drop the incoming_expected global variableLuiz Capitulino1-1/+1
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-2/+2
2011-09-09SPARC: Trivial patch to clean up npc monitor outputNathan Kunkee1-1/+1
2011-09-04Merge commit '12d4536f7d911b6d87a766ad7300482ea663cea2' into upstream-mergeAvi Kivity1-13/+15
2011-09-01trace: always compile support for controlling and querying trace event statesLluís1-4/+5
2011-09-01trace: separate trace event control and query routines from the simple backendLluís1-5/+6
2011-09-01trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_*Lluís1-4/+4
2011-08-25monitor: fix build breakage for !CONFIG_VNCJamie Iles1-1/+1
2011-08-23Merge commit 'f5e6fed879ae10b9f6494a6eed21c1979391d7cb' into upstream-mergeMarcelo Tosatti1-2/+2
2011-08-23Merge commit '2cc6e0a14210d2e80173ec6b4611e7e3c50c2cce' into upstream-mergeMarcelo Tosatti1-8/+20
2011-08-23Merge commit '7267c0947d7e8ae5dff7bafd932c3bc285f43e5c' into upstream-mergeMarcelo Tosatti1-22/+22
2011-08-22char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_printf() -> qemu_chr_fe_printf()Anthony Liguori0-0/+0
2011-08-21monitor: Prevent sign-extension of 32-bit addresses printed by info tlbAustin Clements1-2/+2
2011-08-21monitor: Show combined protection bits in "info mem"Austin Clements1-3/+7
2011-08-21monitor: Fix "info mem" to print the last memory rangeAustin Clements1-0/+6
2011-08-21monitor: Prevent sign-extension of 32-bit addresses printed by info memAustin Clements1-2/+4
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-22/+22
2011-08-20Remove qemu_malloc/qemu_freeAnthony Liguori0-0/+0
2011-07-31Merge commit '8f2e8c07a65c340b525b08e08925b568844d4f3d' into upstream-mergeAvi Kivity1-0/+2
2011-07-29monitor: fix build breakage with --disable-vncTeLeMan1-0/+2
2011-07-27Merge commit 'v0.15.0-rc0' into upstream-mergeAvi Kivity1-0/+32
2011-07-23Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange1-0/+32
2011-06-28Merge commit '2b41f10e186ccb4f0058815161586f8d6d006ea3' into upstream-mergeAvi Kivity1-1/+1
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+1
2011-06-09Merge commit '924f766af9be3ff036a419fc85ed740aa01f8eac' into upstream-mergeAvi Kivity1-7/+12
2011-06-01HMP: Use QMP inject nmi implementationLuiz Capitulino1-14/+2
2011-06-01QMP: add inject-nmi qmp commandLai Jiangshan1-0/+17
2011-05-16qemu-kvm: Drop kvm_inject_interruptJan Kiszka1-4/+1
2011-05-15Merge commit '64e07be544ee9c5fb5b741175262fd34726ec431' into upstream-mergeAvi Kivity1-1/+70
2011-05-09monitor: add PPC BookE SPRsScott Wood1-1/+70
2011-04-15Merge commit '4d9ad7f793605abd9806fc932b3e04e028894565' into upstream-mergeMarcelo Tosatti1-35/+22
2011-04-14Merge commit '39ac8455106af1ed669b8e10223420cf1ac5b190' into upstream-mergeMarcelo Tosatti1-1/+1
2011-04-14Merge commit '0298141998ea3e19fd86b5a7122aab2fd1ebad51' into upstream-mergeMarcelo Tosatti1-12/+10
2011-04-14Merge commit 'dc7a09cfe47679d89289101cc9eb387c45e48fe7' into upstream-mergeMarcelo Tosatti1-1/+1
2011-04-14Merge commit '74475455442398a64355428b37422d14ccc293cb' into upstream-mergeMarcelo Tosatti1-2/+2
2011-04-14Merge commit '419fb20a8eab0376d86790a9907553307b1654c5' into upstream-mergeMarcelo Tosatti1-4/+7
2011-04-12Replace cpu_physical_memory_rw were possibleStefan Weil1-5/+4
2011-04-12monitor: Remove some type casts which are no longer neededStefan Weil1-30/+18
2011-04-01Parse SDR1 on mtspr instead of at translate timeDavid Gibson1-1/+1
2011-03-22Make VNC support optionalJes Sorensen1-12/+10
2011-03-21Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-4/+11
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-2/+2
2011-03-16Expose thread_id in info cpusJan Kiszka1-0/+4
2011-03-15x86: Optionally avoid injecting AO MCEs while others are pendingJan Kiszka1-2/+5
2011-03-15x86: Refine error reporting of MCE injection servicesJan Kiszka1-2/+2
2011-03-15x86: Small cleanups of MCE helpersJan Kiszka1-1/+1
2011-02-16Merge commit '8cf71710f068f9c50ce420b1dd4ef71c2f9b2a8d' into upstream-mergeMarcelo Tosatti1-2/+2
2011-02-14Improve vm_stop reason declarationsJan Kiszka1-2/+2
2011-02-02Merge commit 'f487d6278f75f84378833b8c3a67443346d639dc' into upstream-mergeMarcelo Tosatti1-4/+43
2011-02-02Merge commit '31ce5e0c49821d92fb30cce2f3055ef33613b287' into upstream-mergeMarcelo Tosatti1-2/+5
2011-02-01add qemu_chr_set_echoPaolo Bonzini1-0/+1