summaryrefslogtreecommitdiffstats
path: root/monitor.c
Commit message (Expand)AuthorAgeFilesLines
...
| * qapi: Convert quitLuiz Capitulino2011-10-041-12/+0
| * qapi: Convert query-commandsLuiz Capitulino2011-10-041-25/+15
| * qapi: Convert query-chardevLuiz Capitulino2011-10-041-10/+1
| * qapi: Convert query-uuidLuiz Capitulino2011-10-041-27/+1
| * qapi: Convert query-statusLuiz Capitulino2011-10-041-40/+1
| * RunState: Rename enum values as generated by the QAPILuiz Capitulino2011-10-041-5/+5
| * qapi: Convert query-kvmLuiz Capitulino2011-10-041-35/+1
| * qapi: Convert query-versionLuiz Capitulino2011-10-041-43/+3
| * qapi: convert query-nameAnthony Liguori2011-10-041-28/+3
| * qapi: use middle mode in QMP serverAnthony Liguori2011-10-041-5/+4
* | Merge branch 'tracing' of git://repo.or.cz/qemu/stefanhaBlue Swirl2011-10-081-2/+5
|\ \
| * | trace: trace monitor qmp dispatch/completionStefan Hajnoczi2011-10-031-1/+4
| * | hmp: re-enable trace-file commandMichael Roth2011-10-031-1/+1
| |/
* | ppc: booke206: add "info tlb" supportScott Wood2011-10-061-2/+3
|/
* memory: simple memory tree printerBlue Swirl2011-10-021-0/+13
* HMP: info status: Print the VM stateLuiz Capitulino2011-09-151-0/+6
* QMP: query-status: Introduce 'status' keyLuiz Capitulino2011-09-151-2/+1
* Monitor/QMP: Don't allow cont on bad VM stateLuiz Capitulino2011-09-151-0/+5
* Drop the vm_running global variableLuiz Capitulino2011-09-151-2/+2
* Drop the incoming_expected global variableLuiz Capitulino2011-09-151-1/+1
* Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-2/+2
* SPARC: Trivial patch to clean up npc monitor outputNathan Kunkee2011-09-091-1/+1
* 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
|/
OpenPOWER on IntegriCloud