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
...
*
monitor: Remove unused monitor_print_filename
Cole Robinson
2014-04-25
1
-27
/
+0
*
input: mouse: switch monitor to new core
Gerd Hoffmann
2014-03-05
1
-5
/
+26
*
monitor: Remove left-over code in do_info_profile.
Hani Benhabiles
2014-02-28
1
-4
/
+0
*
quorum: Add quorum_open() and quorum_close().
Benoît Canet
2014-02-21
1
-0
/
+3
*
quorum: Add quorum mechanism.
Benoît Canet
2014-02-21
1
-0
/
+2
*
monitor: Add object_add class argument completion.
Hani Benhabiles
2014-02-17
1
-0
/
+23
*
monitor: Add object_del id argument completion.
Hani Benhabiles
2014-02-17
1
-0
/
+23
*
monitor: Add device_add device argument completion.
Hani Benhabiles
2014-02-17
1
-0
/
+26
*
monitor: Add device_del id argument completion.
Hani Benhabiles
2014-02-17
1
-0
/
+23
*
exec: Make ldq/ldub_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-02-02' in...
Peter Maydell
2014-02-05
1
-1
/
+2
|
\
|
*
readline: Add missing GCC_FMT_ATTR
Stefan Weil
2014-02-01
1
-1
/
+2
*
|
monitor: Cleanup mon->outbuf on write error
Stratos Psomadakis
2014-01-28
1
-2
/
+2
|
/
*
readline: move readline to a generic location
Stefan Hajnoczi
2014-01-22
1
-1
/
+1
*
readline: decouple readline from the monitor
Stefan Hajnoczi
2014-01-22
1
-7
/
+32
*
Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging
Anthony Liguori
2013-10-31
1
-0
/
+3
|
\
|
*
ppc: Add CFAR, DAR and DSISR to the dictionary of printable registers
Tom Musta
2013-10-25
1
-0
/
+3
*
|
monitor: eliminate monitor_event_state_lock
Paolo Bonzini
2013-10-18
1
-6
/
+0
|
/
*
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
2013-09-03
1
-1
/
+1
|
\
|
*
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-09-03
1
-1
/
+1
*
|
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2013-09-03
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
qcow2: Metadata overlap checks
Max Reitz
2013-08-30
1
-0
/
+1
*
|
monitor: improve auto complete of "help" for single command in sub group
Wenchao Xia
2013-08-30
1
-4
/
+2
*
|
monitor: allow "help" show message for single command in sub group
Wenchao Xia
2013-08-30
1
-0
/
+27
*
|
monitor: support sub command in auto completion
Wenchao Xia
2013-08-30
1
-7
/
+7
*
|
monitor: refine monitor_find_completion()
Wenchao Xia
2013-08-30
1
-26
/
+39
*
|
monitor: support sub command in help
Wenchao Xia
2013-08-30
1
-10
/
+52
*
|
monitor: refine parse_cmdline()
Wenchao Xia
2013-08-30
1
-11
/
+40
*
|
monitor: code move for parse_cmdline()
Wenchao Xia
2013-08-30
1
-93
/
+98
*
|
monitor: avoid direct use of global variable *mon_cmds
Wenchao Xia
2013-08-30
1
-5
/
+8
*
|
monitor: split off monitor_data_init()
Wenchao Xia
2013-08-30
1
-5
/
+15
*
|
monitor: call sortcmdlist() only one time
Wenchao Xia
2013-08-30
1
-2
/
+1
*
|
monitor: avoid use of global *cur_mon in monitor_find_completion()
Wenchao Xia
2013-08-30
1
-9
/
+9
*
|
monitor: avoid use of global *cur_mon in block_completion_it()
Wenchao Xia
2013-08-30
1
-4
/
+14
*
|
monitor: avoid use of global *cur_mon in file_completion()
Wenchao Xia
2013-08-30
1
-4
/
+4
*
|
monitor: avoid use of global *cur_mon in cmd_completion()
Wenchao Xia
2013-08-30
1
-6
/
+7
*
|
monitor: Add missing attributes to local function
Stefan Weil
2013-08-30
1
-1
/
+2
|
/
*
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-08-26
1
-4
/
+4
|
\
|
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-4
/
+4
*
|
monitor: print the invalid char in error message
Fam Zheng
2013-08-20
1
-3
/
+7
|
/
*
exec: Change cpu_memory_rw_debug() argument to CPUState
Andreas Färber
2013-07-23
1
-1
/
+1
*
monitor: maintain at most one G_IO_OUT watch
Laszlo Ersek
2013-07-18
1
-2
/
+9
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-07-18
1
-0
/
+1
|
\
|
*
net: add support of mac-programming over macvtap in QEMU side
Amos Kong
2013-07-15
1
-0
/
+1
*
|
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-09
1
-3
/
+1
|
/
*
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
2013-06-28
1
-7
/
+6
*
kvm: Change cpu_synchronize_state() argument to CPUState
Andreas Färber
2013-06-28
1
-3
/
+3
*
monitor: Simplify do_inject_mce() with qemu_get_cpu()
Andreas Färber
2013-06-11
1
-9
/
+5
*
hmp: add parameters device and -v for info block
Wenchao Xia
2013-06-07
1
-3
/
+4
*
cutils: Support 'P' and 'E' suffixes in strtosz()
Kevin Wolf
2013-06-06
1
-4
/
+4
[prev]
[next]