aboutsummaryrefslogtreecommitdiffstats
path: root/monitor.c
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-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-07-29monitor: fix build breakage with --disable-vncTeLeMan1-0/+2
2011-07-23Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange1-0/+32
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+1
2011-06-01HMP: Use QMP inject nmi implementationLuiz Capitulino1-14/+2
2011-06-01QMP: add inject-nmi qmp commandLai Jiangshan1-0/+17
2011-05-09monitor: add PPC BookE SPRsScott Wood1-1/+70
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-14Improve vm_stop reason declarationsJan Kiszka1-2/+2
2011-02-01add qemu_chr_set_echoPaolo Bonzini1-0/+1
2011-02-01Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-2/+5
2011-02-01Merge remote branch 'spice/spice.v29.pull' into stagingAnthony Liguori1-2/+29
2011-02-01vnc: Fix password expiration through 'change vnc ""' (v2)Anthony Liguori1-0/+10
2011-01-25monitor: use after free in do_wav_capture()Isaku Yamahata1-1/+2
2011-01-24vnc/spice: fix "never" and "now" expire_timeMarc-André Lureau1-2/+2
2011-01-24spice/vnc: client migration.Gerd Hoffmann1-0/+27
2011-01-24Make strtosz() return int64_t instead of ssize_tJes Sorensen1-1/+1
2011-01-21Add "broadcast" option for mce commandJin Dongming1-2/+5