index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monitor.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-08-20
monitor: print the invalid char in error message
Fam Zheng
1
-3
/
+7
2013-07-23
exec: Change cpu_memory_rw_debug() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-07-18
monitor: maintain at most one G_IO_OUT watch
Laszlo Ersek
1
-2
/
+9
2013-07-18
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-0
/
+1
2013-07-15
net: add support of mac-programming over macvtap in QEMU side
Amos Kong
1
-0
/
+1
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
1
-3
/
+1
2013-06-28
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
1
-7
/
+6
2013-06-28
kvm: Change cpu_synchronize_state() argument to CPUState
Andreas Färber
1
-3
/
+3
2013-06-11
monitor: Simplify do_inject_mce() with qemu_get_cpu()
Andreas Färber
1
-9
/
+5
2013-06-07
hmp: add parameters device and -v for info block
Wenchao Xia
1
-3
/
+4
2013-06-06
cutils: Support 'P' and 'E' suffixes in strtosz()
Kevin Wolf
1
-4
/
+4
2013-06-01
do not check pointers after dereferencing them
Paolo Bonzini
1
-1
/
+1
2013-05-18
remove some double-includes
Michael Tokarev
1
-1
/
+0
2013-04-30
add a new qevent: QEVENT_GUEST_PANICKED
Hu Tao
1
-0
/
+1
2013-04-29
audio: remove HAS_AUDIO
Paolo Bonzini
1
-2
/
+0
2013-04-15
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
1
-2
/
+2
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2013-04-15
tpm: reorganize headers and split hardware part
Paolo Bonzini
1
-1
/
+1
2013-04-12
Revert "New QMP command query-cpu-max and HMP command cpu_max"
Michal Novotny
1
-7
/
+0
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-4
/
+4
2013-04-05
hmp: human-monitor-command: stop using the Memory chardev driver
Luiz Capitulino
1
-9
/
+8
2013-04-05
Monitor: Make output buffer dynamic
Luiz Capitulino
1
-17
/
+28
2013-03-28
trace: [monitor] Use new event control interface
Lluís Vilanova
1
-2
/
+11
2013-03-26
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-0
/
+1
2013-03-25
New QMP command query-cpu-max and HMP command cpu_max
Michal Novotny
1
-0
/
+7
2013-03-22
Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu
Aurelien Jarno
1
-4
/
+0
[next]