summaryrefslogtreecommitdiffstats
path: root/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* trace: always compile support for controlling and querying trace event statesLluís2011-09-011-4/+5
* trace: separate trace event control and query routines from the simple backendLluís2011-09-011-5/+6
* trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_*Lluís2011-09-011-4/+4
* monitor: fix build breakage for !CONFIG_VNCJamie Iles2011-08-251-1/+1
* char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori2011-08-221-1/+1
* monitor: Prevent sign-extension of 32-bit addresses printed by info tlbAustin Clements2011-08-211-2/+2
* monitor: Show combined protection bits in "info mem"Austin Clements2011-08-211-3/+7
* monitor: Fix "info mem" to print the last memory rangeAustin Clements2011-08-211-0/+6
* monitor: Prevent sign-extension of 32-bit addresses printed by info memAustin Clements2011-08-211-2/+4
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-22/+22
* monitor: fix build breakage with --disable-vncTeLeMan2011-07-291-0/+2
* Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange2011-07-231-0/+32
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+1
* HMP: Use QMP inject nmi implementationLuiz Capitulino2011-06-011-14/+2
* QMP: add inject-nmi qmp commandLai Jiangshan2011-06-011-0/+17
* monitor: add PPC BookE SPRsScott Wood2011-05-091-1/+70
* Replace cpu_physical_memory_rw were possibleStefan Weil2011-04-121-5/+4
* monitor: Remove some type casts which are no longer neededStefan Weil2011-04-121-30/+18
* Parse SDR1 on mtspr instead of at translate timeDavid Gibson2011-04-011-1/+1
* Make VNC support optionalJes Sorensen2011-03-221-12/+10
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-03-211-4/+11
|\
| * Expose thread_id in info cpusJan Kiszka2011-03-161-0/+4
| * x86: Optionally avoid injecting AO MCEs while others are pendingJan Kiszka2011-03-151-2/+5
| * x86: Refine error reporting of MCE injection servicesJan Kiszka2011-03-151-2/+2
| * x86: Small cleanups of MCE helpersJan Kiszka2011-03-151-1/+1
* | change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-2/+2
|/
* Improve vm_stop reason declarationsJan Kiszka2011-02-141-2/+2
* add qemu_chr_set_echoPaolo Bonzini2011-02-011-0/+1
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-02-011-2/+5
|\
| * Add "broadcast" option for mce commandJin Dongming2011-01-211-2/+5
* | Merge remote branch 'spice/spice.v29.pull' into stagingAnthony Liguori2011-02-011-2/+29
|\ \
| * | vnc/spice: fix "never" and "now" expire_timeMarc-André Lureau2011-01-241-2/+2
| * | spice/vnc: client migration.Gerd Hoffmann2011-01-241-0/+27
| |/
* | vnc: Fix password expiration through 'change vnc ""' (v2)Anthony Liguori2011-02-011-0/+10
* | monitor: use after free in do_wav_capture()Isaku Yamahata2011-01-251-1/+2
* | Make strtosz() return int64_t instead of ssize_tJes Sorensen2011-01-241-1/+1
|/
* monitor: fix a typoBlue Swirl2011-01-151-2/+2
* Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno2010-12-271-0/+130
|\
| * vnc/spice: add set_passwd monitor command.Gerd Hoffmann2010-12-091-0/+100
| * spice: add qmp 'query-spice' and hmp 'info spice' commands.Gerd Hoffmann2010-12-091-0/+20
| * spice: connection events.Gerd Hoffmann2010-12-091-0/+10
* | Sparc: implement monitor command 'info tlb'Blue Swirl2010-12-191-1/+10
* | Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori2010-12-171-48/+38
|\ \
| * | QMP: Simplify monitor_json_emitter()Luiz Capitulino2010-12-061-4/+2
| * | QMP: Drop dead codeLuiz Capitulino2010-12-061-40/+34
| * | QMP: Fix default response regressionLuiz Capitulino2010-12-061-4/+2
| |/
* | monitor: implement x86 info mem for PAE and long modesBlue Swirl2010-12-111-12/+164
* | monitor: implement x86 info tlb for PAE and long modesBlue Swirl2010-12-111-11/+140
|/
OpenPOWER on IntegriCloud