aboutsummaryrefslogtreecommitdiff
path: root/monitor.c
AgeCommit message (Expand)Author
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
2010-12-11monitor: implement x86 info mem for PAE and long modesBlue Swirl
2010-12-11monitor: implement x86 info tlb for PAE and long modesBlue Swirl
2010-12-09vnc/spice: add set_passwd monitor command.Gerd Hoffmann
2010-12-09spice: add qmp 'query-spice' and hmp 'info spice' commands.Gerd Hoffmann
2010-12-09spice: connection events.Gerd Hoffmann
2010-12-06QMP: Simplify monitor_json_emitter()Luiz Capitulino
2010-12-06QMP: Drop dead codeLuiz Capitulino
2010-12-06QMP: Fix default response regressionLuiz Capitulino
2010-11-17QMP: Introduce Human Monitor passthrough commandLuiz Capitulino
2010-11-03Remove obsolete 'f' double parameter typeJes Sorensen
2010-11-03Add support for 'o' octet (bytes) format as monitor parameter.Jes Sorensen
2010-10-22monitor: Ignore "." and ".." when completing file name.Kusanagi Kouichi
2010-10-13trace: print a warning if user tries to enable an unknown trace eventBlue Swirl
2010-10-05Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil
2010-10-01Monitor: Rename the qemu-monitor.hx fileLuiz Capitulino
2010-10-01QMP: Introduce qmp_call_cmd()Luiz Capitulino
2010-10-01Monitor: Directly call QObject handlersLuiz Capitulino
2010-10-01Monitor: Rename monitor_handler_is_async()Luiz Capitulino
2010-10-01Monitor: Rename monitor_handler_ported()Luiz Capitulino
2010-10-01Monitor: Drop monitor_cmd_user_only()Luiz Capitulino
2010-10-01Monitor: Drop QMP info from the qemu-monitor.hx fileLuiz Capitulino
2010-10-01QMP: Small cleanup in handle_qmp_command()Luiz Capitulino
2010-10-01QMP: Simplify do_info_commands()Luiz Capitulino
2010-10-01QMP: Introduce query commands dispatch tableLuiz Capitulino
2010-10-01QMP: Introduce command dispatch tableLuiz Capitulino