aboutsummaryrefslogtreecommitdiffstats
path: root/monitor.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-15monitor: fix a typoBlue Swirl1-2/+2
2010-12-27Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno1-0/+130
2010-12-19Sparc: implement monitor command 'info tlb'Blue Swirl1-1/+10
2010-12-17Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori1-48/+38
2010-12-11monitor: implement x86 info mem for PAE and long modesBlue Swirl1-12/+164
2010-12-11monitor: implement x86 info tlb for PAE and long modesBlue Swirl1-11/+140
2010-12-09vnc/spice: add set_passwd monitor command.Gerd Hoffmann1-0/+100
2010-12-09spice: add qmp 'query-spice' and hmp 'info spice' commands.Gerd Hoffmann1-0/+20
2010-12-09spice: connection events.Gerd Hoffmann1-0/+10
2010-12-06QMP: Simplify monitor_json_emitter()Luiz Capitulino1-4/+2
2010-12-06QMP: Drop dead codeLuiz Capitulino1-40/+34
2010-12-06QMP: Fix default response regressionLuiz Capitulino1-4/+2
2010-11-17QMP: Introduce Human Monitor passthrough commandLuiz Capitulino1-0/+38
2010-11-03Remove obsolete 'f' double parameter typeJes Sorensen1-17/+1
2010-11-03Add support for 'o' octet (bytes) format as monitor parameter.Jes Sorensen1-0/+29
2010-10-22monitor: Ignore "." and ".." when completing file name.Kusanagi Kouichi1-0/+5
2010-10-13trace: print a warning if user tries to enable an unknown trace eventBlue Swirl1-1/+5
2010-10-05Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori1-134/+232
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil1-1/+2
2010-10-01Monitor: Rename the qemu-monitor.hx fileLuiz Capitulino1-2/+2
2010-10-01QMP: Introduce qmp_call_cmd()Luiz Capitulino1-24/+15
2010-10-01Monitor: Directly call QObject handlersLuiz Capitulino1-1/+9
2010-10-01Monitor: Rename monitor_handler_is_async()Luiz Capitulino1-5/+5