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
*
qemu-option: move standard option definitions out of qemu-config.c
Paolo Bonzini
2013-01-12
1
-0
/
+22
*
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-4
/
+4
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-4
/
+4
*
migration: move include files to include/migration/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
1
-8
/
+8
*
ui: move files to ui/ and include/ui/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
net: reorganize headers
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
pci: update all users to look in pci/
Michael S. Tsirkin
2012-12-17
1
-1
/
+1
*
target-i386: Pass X86CPU to cpu_x86_inject_mce()
Andreas Färber
2012-10-31
1
-2
/
+4
*
block: introduce BLOCK_JOB_READY event
Paolo Bonzini
2012-10-24
1
-0
/
+1
*
monitor: Prevent removing fd from set during init
Corey Bryant
2012-10-24
1
-2
/
+3
*
monitor: Enable adding an inherited fd to an fd set
Corey Bryant
2012-10-24
1
-72
/
+85
*
monitor: Allow add-fd to any specified fd set
Corey Bryant
2012-10-24
1
-17
/
+37
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-19
/
+19
*
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
Peter Maydell
2012-10-05
1
-7
/
+1
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2012-10-04
1
-0
/
+1
|
\
|
*
block: introduce block job error
Paolo Bonzini
2012-09-28
1
-0
/
+1
*
|
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
2012-10-04
1
-42
/
+6
|
\
\
|
*
|
qapi: convert add_client
Luiz Capitulino
2012-09-26
1
-39
/
+0
|
*
|
monitor: add Error * argument to monitor_get_fd
Paolo Bonzini
2012-09-26
1
-6
/
+9
|
|
/
*
|
Make target_phys_addr_t 64 bits unconditionally
Avi Kivity
2012-10-04
1
-4
/
+0
|
/
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2012-09-10
1
-0
/
+18
|
\
|
*
monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param
Nicholas Bellinger
2012-09-07
1
-0
/
+18
*
|
Merge branch 'spice.v59' of git://anongit.freedesktop.org/spice/qemu
Aurelien Jarno
2012-09-10
1
-0
/
+1
|
\
\
|
*
|
spice migration: add QEVENT_SPICE_MIGRATE_COMPLETED
Yonit Halperin
2012-09-05
1
-0
/
+1
|
|
/
*
|
qapi: convert screendump
Luiz Capitulino
2012-09-05
1
-6
/
+0
*
|
qapi: convert sendkey
Amos Kong
2012-09-05
1
-87
/
+0
*
|
monitor: move key_defs[] table and introduce two help functions
Amos Kong
2012-09-05
1
-172
/
+11
*
|
hmp: rename arguments
Amos Kong
2012-09-05
1
-7
/
+7
*
|
monitor: rename keyname '<' to 'less'
Amos Kong
2012-09-05
1
-1
/
+8
|
/
*
monitor: don't try to initialize json parser when monitor is HMP
Anthony Liguori
2012-08-23
1
-2
/
+2
*
monitor: move json init from OPEN event to init
Anthony Liguori
2012-08-23
1
-1
/
+3
*
monitor: avoid declaring unused variables
Blue Swirl
2012-08-20
1
-1
/
+1
*
monitor: Clean up fd sets on monitor disconnect
Corey Bryant
2012-08-15
1
-1
/
+22
*
block: Enable qemu_open/close to work with fd sets
Corey Bryant
2012-08-15
1
-1
/
+85
*
qapi: Introduce add-fd, remove-fd, query-fdsets
Corey Bryant
2012-08-15
1
-0
/
+189
*
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
2012-08-13
1
-70
/
+14
|
\
|
*
qmp: add SUSPEND_DISK event
Luiz Capitulino
2012-08-13
1
-0
/
+1
|
*
qmp: switch to the new error format on the wire
Luiz Capitulino
2012-08-13
1
-5
/
+13
|
*
monitor: drop unused monitor debug code
Luiz Capitulino
2012-08-13
1
-65
/
+0
*
|
Add migrate_set_cache_size command
Orit Wasserman
2012-08-08
1
-0
/
+7
*
|
Add migration capabilities
Orit Wasserman
2012-08-08
1
-0
/
+7
|
/
*
monitor: remove unused do_info_trace
Harsh Prateek Bora
2012-07-19
1
-16
/
+0
*
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
2012-07-18
1
-18
/
+14
|
\
|
*
qapi: Convert getfd and closefd
Corey Bryant
2012-07-13
1
-18
/
+14
*
|
monitor: Use TARGET_PRI*PHYS to avoid TARGET_PHYS_ADDR_BITS ifdef
Peter Maydell
2012-07-14
1
-25
/
+4
|
/
[next]