aboutsummaryrefslogtreecommitdiff
path: root/monitor.c
AgeCommit message (Expand)Author
2011-10-02memory: simple memory tree printerBlue Swirl
2011-09-15HMP: info status: Print the VM stateLuiz Capitulino
2011-09-15QMP: query-status: Introduce 'status' keyLuiz Capitulino
2011-09-15Monitor/QMP: Don't allow cont on bad VM stateLuiz Capitulino
2011-09-15Drop the vm_running global variableLuiz Capitulino
2011-09-15Drop the incoming_expected global variableLuiz Capitulino
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-09-09SPARC: Trivial patch to clean up npc monitor outputNathan Kunkee
2011-09-01trace: always compile support for controlling and querying trace event statesLluís
2011-09-01trace: separate trace event control and query routines from the simple backendLluís
2011-09-01trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_*Lluís
2011-08-25monitor: fix build breakage for !CONFIG_VNCJamie Iles
2011-08-22char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()Anthony Liguori
2011-08-22char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()Anthony Liguori
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori
2011-08-21monitor: Prevent sign-extension of 32-bit addresses printed by info tlbAustin Clements
2011-08-21monitor: Show combined protection bits in "info mem"Austin Clements
2011-08-21monitor: Fix "info mem" to print the last memory rangeAustin Clements
2011-08-21monitor: Prevent sign-extension of 32-bit addresses printed by info memAustin Clements
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-29monitor: fix build breakage with --disable-vncTeLeMan
2011-07-23Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-01HMP: Use QMP inject nmi implementationLuiz Capitulino
2011-06-01QMP: add inject-nmi qmp commandLai Jiangshan
2011-05-09monitor: add PPC BookE SPRsScott Wood
2011-04-12Replace cpu_physical_memory_rw were possibleStefan Weil
2011-04-12monitor: Remove some type casts which are no longer neededStefan Weil
2011-04-01Parse SDR1 on mtspr instead of at translate timeDavid Gibson
2011-03-22Make VNC support optionalJes Sorensen
2011-03-21Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-03-16Expose thread_id in info cpusJan Kiszka
2011-03-15x86: Optionally avoid injecting AO MCEs while others are pendingJan Kiszka
2011-03-15x86: Refine error reporting of MCE injection servicesJan Kiszka
2011-03-15x86: Small cleanups of MCE helpersJan Kiszka
2011-02-14Improve vm_stop reason declarationsJan Kiszka
2011-02-01add qemu_chr_set_echoPaolo Bonzini
2011-02-01Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-02-01Merge remote branch 'spice/spice.v29.pull' into stagingAnthony Liguori
2011-02-01vnc: Fix password expiration through 'change vnc ""' (v2)Anthony Liguori
2011-01-25monitor: use after free in do_wav_capture()Isaku Yamahata
2011-01-24vnc/spice: fix "never" and "now" expire_timeMarc-André Lureau
2011-01-24spice/vnc: client migration.Gerd Hoffmann
2011-01-24Make strtosz() return int64_t instead of ssize_tJes Sorensen
2011-01-21Add "broadcast" option for mce commandJin Dongming
2011-01-15monitor: fix a typoBlue Swirl
2010-12-27Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno
2010-12-19Sparc: implement monitor command 'info tlb'Blue Swirl
2010-12-17Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori