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