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
2014-05-15
monitor: Add netdev_del id argument completion.
Hani Benhabiles
1
-0
/
+26
2014-05-15
monitor: Add netdev_add type argument completion.
Hani Benhabiles
1
-0
/
+15
2014-05-15
monitor: Add set_link arguments completion.
Hani Benhabiles
1
-0
/
+34
2014-05-15
monitor: Add chardev-add backend argument completion.
Hani Benhabiles
1
-0
/
+23
2014-05-15
monitor: Add chardev-remove command completion.
Hani Benhabiles
1
-0
/
+23
2014-05-15
monitor: Convert sendkey to use command_completion.
Hani Benhabiles
1
-9
/
+23
2014-05-08
monitor: add Error-propagating monitor_handle_fd_param2()
Laszlo Ersek
1
-5
/
+22
2014-05-07
monitor: Add missing 'static' attribute
Stefan Weil
1
-1
/
+1
2014-04-25
monitor: fix qmp_getfd() fd leak in error case
Stefan Hajnoczi
1
-0
/
+1
2014-04-25
monitor: Add device_add and device_del completion.
Hani Benhabiles
1
-14
/
+24
2014-04-25
monitor: Add command_completion callback to mon_cmd_t.
Hani Benhabiles
1
-6
/
+13
2014-04-25
monitor: Remove unused monitor_print_filename
Cole Robinson
1
-27
/
+0
2014-03-05
input: mouse: switch monitor to new core
Gerd Hoffmann
1
-5
/
+26
2014-02-28
monitor: Remove left-over code in do_info_profile.
Hani Benhabiles
1
-4
/
+0
2014-02-21
quorum: Add quorum_open() and quorum_close().
Benoît Canet
1
-0
/
+3
2014-02-21
quorum: Add quorum mechanism.
Benoît Canet
1
-0
/
+2
2014-02-17
monitor: Add object_add class argument completion.
Hani Benhabiles
1
-0
/
+23
2014-02-17
monitor: Add object_del id argument completion.
Hani Benhabiles
1
-0
/
+23
2014-02-17
monitor: Add device_add device argument completion.
Hani Benhabiles
1
-0
/
+26
2014-02-17
monitor: Add device_del id argument completion.
Hani Benhabiles
1
-0
/
+23
2014-02-11
exec: Make ldq/ldub_*_phys input an AddressSpace
Edgar E. Iglesias
1
-1
/
+1
2014-02-05
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-02-02' in...
Peter Maydell
1
-1
/
+2
2014-02-01
readline: Add missing GCC_FMT_ATTR
Stefan Weil
1
-1
/
+2
2014-01-28
monitor: Cleanup mon->outbuf on write error
Stratos Psomadakis
1
-2
/
+2
2014-01-22
readline: move readline to a generic location
Stefan Hajnoczi
1
-1
/
+1
2014-01-22
readline: decouple readline from the monitor
Stefan Hajnoczi
1
-7
/
+32
2013-10-31
Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging
Anthony Liguori
1
-0
/
+3
2013-10-25
ppc: Add CFAR, DAR and DSISR to the dictionary of printable registers
Tom Musta
1
-0
/
+3
2013-10-18
monitor: eliminate monitor_event_state_lock
Paolo Bonzini
1
-6
/
+0
2013-09-03
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
1
-1
/
+1
2013-09-03
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-0
/
+1
2013-09-03
cpu: Use QTAILQ for CPU list
Andreas Färber
1
-1
/
+1
2013-08-30
qcow2: Metadata overlap checks
Max Reitz
1
-0
/
+1
2013-08-30
monitor: improve auto complete of "help" for single command in sub group
Wenchao Xia
1
-4
/
+2
2013-08-30
monitor: allow "help" show message for single command in sub group
Wenchao Xia
1
-0
/
+27
2013-08-30
monitor: support sub command in auto completion
Wenchao Xia
1
-7
/
+7
2013-08-30
monitor: refine monitor_find_completion()
Wenchao Xia
1
-26
/
+39
2013-08-30
monitor: support sub command in help
Wenchao Xia
1
-10
/
+52
2013-08-30
monitor: refine parse_cmdline()
Wenchao Xia
1
-11
/
+40
2013-08-30
monitor: code move for parse_cmdline()
Wenchao Xia
1
-93
/
+98
2013-08-30
monitor: avoid direct use of global variable *mon_cmds
Wenchao Xia
1
-5
/
+8
2013-08-30
monitor: split off monitor_data_init()
Wenchao Xia
1
-5
/
+15
2013-08-30
monitor: call sortcmdlist() only one time
Wenchao Xia
1
-2
/
+1
2013-08-30
monitor: avoid use of global *cur_mon in monitor_find_completion()
Wenchao Xia
1
-9
/
+9
2013-08-30
monitor: avoid use of global *cur_mon in block_completion_it()
Wenchao Xia
1
-4
/
+14
2013-08-30
monitor: avoid use of global *cur_mon in file_completion()
Wenchao Xia
1
-4
/
+4
2013-08-30
monitor: avoid use of global *cur_mon in cmd_completion()
Wenchao Xia
1
-6
/
+7
2013-08-30
monitor: Add missing attributes to local function
Stefan Weil
1
-1
/
+2
2013-08-26
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
1
-4
/
+4
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-4
/
+4
[next]