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
/
replay
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-07
replay: Clean up includes
Peter Maydell
1
-4
/
+0
2016-05-12
qapi: Use strict QMP input visitor in more places
Eric Blake
1
-1
/
+1
2016-05-12
qapi: Consolidate QMP input visitor creation
Eric Blake
1
-1
/
+1
2016-04-28
replay: Fix dangling location bug in replay_configure()
Markus Armbruster
1
-1
/
+2
2016-03-30
replay: introduce block devices record/replay
Pavel Dovgalyuk
3
-1
/
+22
2016-03-30
replay: fix error message
Pavel Dovgalyuk
1
-1
/
+1
2016-03-30
replay: bh scheduling fix
Pavel Dovgalyuk
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2
-0
/
+2
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
1
-22
/
+22
2016-03-15
replay: character devices
Pavel Dovgalyuk
5
-4
/
+202
2016-03-05
ui: Shorten references into InputEvent
Eric Blake
1
-12
/
+19
2016-02-23
all: Clean up includes
Peter Maydell
1
-1
/
+0
2016-02-19
replay: Set error location properly when parsing options
Eduardo Habkost
1
-0
/
+10
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-2
/
+2
2016-02-04
all: Clean up includes
Peter Maydell
5
-0
/
+5
2016-01-13
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
1
-2
/
+1
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-4
/
+4
2015-11-06
replay: recording of the user input
Pavel Dovgalyuk
4
-0
/
+207
2015-11-06
replay: command line options
Pavel Dovgalyuk
1
-0
/
+4
2015-11-06
replay: replay blockers for devices
Pavel Dovgalyuk
1
-0
/
+12
2015-11-06
replay: initialization and deinitialization
Pavel Dovgalyuk
2
-0
/
+132
2015-11-06
replay: ptimer
Pavel Dovgalyuk
2
-3
/
+23
2015-11-06
replay: checkpoints
Pavel Dovgalyuk
2
-0
/
+38
2015-11-06
replay: shutdown event
Pavel Dovgalyuk
2
-0
/
+16
2015-11-06
replay: recording and replaying clock ticks
Pavel Dovgalyuk
3
-0
/
+76
2015-11-06
replay: asynchronous events infrastructure
Pavel Dovgalyuk
3
-0
/
+257
2015-11-06
replay: interrupts and exceptions
Pavel Dovgalyuk
2
-0
/
+71
2015-11-05
cpu: replay instructions sequence
Pavel Dovgalyuk
1
-0
/
+34
2015-11-05
replay: introduce icount event
Pavel Dovgalyuk
3
-0
/
+78
2015-11-05
replay: introduce mutex to protect the replay log
Pavel Dovgalyuk
2
-0
/
+34
2015-11-05
replay: internal functions for replay log
Pavel Dovgalyuk
3
-0
/
+202
2015-11-05
replay: global variables and function stubs
Pavel Dovgalyuk
2
-0
/
+15