index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monitor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-26
target-sparc: Change fpr representation to doubles.
Richard Henderson
1
-48
/
+48
2011-10-25
spice: turn client_migrate_info to async
Yonit Halperin
1
-2
/
+4
2011-10-16
monitor: Restrict pic/irq_info to supporting targets
Jan Kiszka
1
-0
/
+21
2011-10-11
block: Keep track of devices' I/O status
Luiz Capitulino
1
-0
/
+6
2011-10-10
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
1
-248
/
+33
2011-10-08
Merge branch 'tracing' of git://repo.or.cz/qemu/stefanha
Blue Swirl
1
-2
/
+5
2011-10-06
ppc: booke206: add "info tlb" support
Scott Wood
1
-2
/
+3
2011-10-04
qapi: Convert system_reset
Luiz Capitulino
1
-10
/
+0
2011-10-04
qapi: Convert stop
Luiz Capitulino
1
-9
/
+0
2011-10-04
qapi: Convert quit
Luiz Capitulino
1
-12
/
+0
2011-10-04
qapi: Convert query-commands
Luiz Capitulino
1
-25
/
+15
2011-10-04
qapi: Convert query-chardev
Luiz Capitulino
1
-10
/
+1
2011-10-04
qapi: Convert query-uuid
Luiz Capitulino
1
-27
/
+1
2011-10-04
qapi: Convert query-status
Luiz Capitulino
1
-40
/
+1
2011-10-04
RunState: Rename enum values as generated by the QAPI
Luiz Capitulino
1
-5
/
+5
2011-10-04
qapi: Convert query-kvm
Luiz Capitulino
1
-35
/
+1
2011-10-04
qapi: Convert query-version
Luiz Capitulino
1
-43
/
+3
2011-10-04
qapi: convert query-name
Anthony Liguori
1
-28
/
+3
2011-10-04
qapi: use middle mode in QMP server
Anthony Liguori
1
-5
/
+4
2011-10-03
trace: trace monitor qmp dispatch/completion
Stefan Hajnoczi
1
-1
/
+4
2011-10-03
hmp: re-enable trace-file command
Michael Roth
1
-1
/
+1
2011-10-02
memory: simple memory tree printer
Blue Swirl
1
-0
/
+13
2011-09-15
HMP: info status: Print the VM state
Luiz Capitulino
1
-0
/
+6
2011-09-15
QMP: query-status: Introduce 'status' key
Luiz Capitulino
1
-2
/
+1
2011-09-15
Monitor/QMP: Don't allow cont on bad VM state
Luiz Capitulino
1
-0
/
+5
2011-09-15
Drop the vm_running global variable
Luiz Capitulino
1
-2
/
+2
2011-09-15
Drop the incoming_expected global variable
Luiz Capitulino
1
-1
/
+1
2011-09-15
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
1
-2
/
+2
2011-09-09
SPARC: Trivial patch to clean up npc monitor output
Nathan Kunkee
1
-1
/
+1
2011-09-01
trace: always compile support for controlling and querying trace event states
Lluís
1
-4
/
+5
2011-09-01
trace: separate trace event control and query routines from the simple backend
Lluís
1
-5
/
+6
2011-09-01
trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_*
Lluís
1
-4
/
+4
2011-08-25
monitor: fix build breakage for !CONFIG_VNC
Jamie Iles
1
-1
/
+1
2011-08-22
char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
1
-1
/
+1
2011-08-21
monitor: Prevent sign-extension of 32-bit addresses printed by info tlb
Austin Clements
1
-2
/
+2
2011-08-21
monitor: Show combined protection bits in "info mem"
Austin Clements
1
-3
/
+7
2011-08-21
monitor: Fix "info mem" to print the last memory range
Austin Clements
1
-0
/
+6
2011-08-21
monitor: Prevent sign-extension of 32-bit addresses printed by info mem
Austin Clements
1
-2
/
+4
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-22
/
+22
2011-07-29
monitor: fix build breakage with --disable-vnc
TeLeMan
1
-0
/
+2
2011-07-23
Introduce a 'client_add' monitor command accepting an open FD
Daniel P. Berrange
1
-0
/
+32
2011-06-26
Remove exec-all.h include directives
Blue Swirl
1
-1
/
+1
2011-06-01
HMP: Use QMP inject nmi implementation
Luiz Capitulino
1
-14
/
+2
2011-06-01
QMP: add inject-nmi qmp command
Lai Jiangshan
1
-0
/
+17
2011-05-09
monitor: add PPC BookE SPRs
Scott Wood
1
-1
/
+70
2011-04-12
Replace cpu_physical_memory_rw were possible
Stefan Weil
1
-5
/
+4
2011-04-12
monitor: Remove some type casts which are no longer needed
Stefan Weil
1
-30
/
+18
2011-04-01
Parse SDR1 on mtspr instead of at translate time
David Gibson
1
-1
/
+1
[prev]
[next]