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
*
softmmu: introduce cpu_ldst.h
Paolo Bonzini
2014-06-05
1
-0
/
+1
*
monitor: Add netdev_del id argument completion.
Hani Benhabiles
2014-05-15
1
-0
/
+26
*
monitor: Add netdev_add type argument completion.
Hani Benhabiles
2014-05-15
1
-0
/
+15
*
monitor: Add set_link arguments completion.
Hani Benhabiles
2014-05-15
1
-0
/
+34
*
monitor: Add chardev-add backend argument completion.
Hani Benhabiles
2014-05-15
1
-0
/
+23
*
monitor: Add chardev-remove command completion.
Hani Benhabiles
2014-05-15
1
-0
/
+23
*
monitor: Convert sendkey to use command_completion.
Hani Benhabiles
2014-05-15
1
-9
/
+23
*
monitor: add Error-propagating monitor_handle_fd_param2()
Laszlo Ersek
2014-05-08
1
-5
/
+22
*
monitor: Add missing 'static' attribute
Stefan Weil
2014-05-07
1
-1
/
+1
*
monitor: fix qmp_getfd() fd leak in error case
Stefan Hajnoczi
2014-04-25
1
-0
/
+1
*
monitor: Add device_add and device_del completion.
Hani Benhabiles
2014-04-25
1
-14
/
+24
*
monitor: Add command_completion callback to mon_cmd_t.
Hani Benhabiles
2014-04-25
1
-6
/
+13
*
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
|
\
[next]