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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-17
icount: prepare the code for future races in calling qemu_clock_warp
Paolo Bonzini
1
-12
/
+10
2013-10-17
icount: reorganize icount_warp_rt
Paolo Bonzini
1
-8
/
+10
2013-10-17
icount: use cpu_get_icount() directly
Paolo Bonzini
1
-2
/
+5
2013-10-17
timer: add timer_mod_anticipate and timer_mod_anticipate_ns
Paolo Bonzini
2
-0
/
+55
2013-10-17
timer: extract timer_mod_ns_locked and timerlist_rearm
Paolo Bonzini
1
-19
/
+32
2013-10-17
timer: make qemu_clock_enable sync between disable and timer's cb
Liu Ping Fan
2
-1
/
+28
2013-10-17
qemu-thread: add QemuEvent
Paolo Bonzini
5
-0
/
+161
2013-10-17
timer: protect timers_state's clock with seqlock
Liu Ping Fan
2
-7
/
+44
2013-10-17
seqlock: introduce read-write seqlock
Paolo Bonzini
1
-0
/
+72
2013-10-17
vga: Mark relevant portio lists regions as coalesced MMIO flushing
Jan Kiszka
2
-4
/
+2
2013-10-17
cirrus: Mark vga io region as coalesced MMIO flushing
Jan Kiszka
1
-2
/
+1
2013-10-17
portio: Allow to mark portio lists as coalesced MMIO flushing
Jan Kiszka
2
-0
/
+11
2013-10-17
compatfd: switch to QemuThread
Jan Kiszka
1
-13
/
+3
2013-10-17
memory: fix 128 arithmetic in info mtree
Alexey Kardashevskiy
1
-1
/
+3
2013-10-14
Merge remote-tracking branch 'rth/tcg-ldst-6' into staging
Anthony Liguori
10
-901
/
+722
2013-10-14
Merge remote-tracking branch 'jliu/or32' into staging
Anthony Liguori
1
-8
/
+1
2013-10-14
Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20131010.0' int...
Anthony Liguori
1
-109
/
+518
2013-10-14
exec: Fix prototype of phys_mem_set_alloc and related functions
Stefan Weil
3
-5
/
+5
2013-10-12
target-alpha: Convert to new ldst opcodes
Richard Henderson
1
-34
/
+15
2013-10-12
tcg-ppc64: Support new ldst opcodes
Richard Henderson
2
-62
/
+17
2013-10-12
tcg-ppc: Support new ldst opcodes
Richard Henderson
2
-66
/
+33
2013-10-12
tcg-ppc64: Convert to le/be ldst helpers
Richard Henderson
1
-16
/
+22
2013-10-12
tcg-ppc: Convert to le/be ldst helpers
Richard Henderson
1
-24
/
+33
2013-10-12
tcg-ppc64: Use TCGMemOp within qemu_ldst routines
Richard Henderson
1
-39
/
+45
2013-10-12
tcg-ppc: Use TCGMemOp within qemu_ldst routines
Richard Henderson
1
-56
/
+48
2013-10-12
tcg-arm: Improve GUEST_BASE qemu_ld/st
Richard Henderson
1
-104
/
+116
2013-10-12
tcg-arm: Convert to new ldst opcodes
Richard Henderson
2
-71
/
+38
2013-10-12
tcg-arm: Tidy variable naming convention in qemu_ld/st
Richard Henderson
1
-115
/
+115
2013-10-12
tcg-arm: Convert to le/be ldst helpers
Richard Henderson
1
-21
/
+29
2013-10-12
tcg-arm: Use TCGMemOp within qemu_ldst routines
Richard Henderson
1
-64
/
+61
2013-10-12
tcg-i386: Support new ldst opcodes
Richard Henderson
2
-90
/
+51
2013-10-12
tcg-i386: Remove "cb" output restriction from qemu_st8 for i386
Richard Henderson
1
-2
/
+8
2013-10-12
tcg-i386: Tidy softmmu routines
Richard Henderson
1
-249
/
+208
2013-10-12
tcg-i386: Use TCGMemOp within qemu_ldst routines
Richard Henderson
1
-64
/
+59
2013-10-12
tcg: Use TCGMemOp for TCGLabelQemuLdst.opc
Richard Henderson
1
-1
/
+1
2013-10-11
Merge remote-tracking branch 'mdroth/qga-pull-2013-10-10' into staging
Anthony Liguori
6
-94
/
+69
2013-10-11
Merge remote-tracking branch 'rth/tcg-pull' into staging
Anthony Liguori
58
-2629
/
+992
2013-10-11
qdev-monitor: Group "device_add help" and "info qdm" by category
Markus Armbruster
1
-14
/
+53
2013-10-11
Mostly revert "qemu-help: Sort devices by logical functionality"
Markus Armbruster
2
-55
/
+9
2013-10-11
Use qemu-project.org domain name
Stefan Hajnoczi
11
-20
/
+20
2013-10-11
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
66
-516
/
+2109
2013-10-11
qemu-iotests: Add test for inactive L2 overlap
Max Reitz
2
-8
/
+79
2013-10-11
qemu-io: Let "open" pass options to block driver
Max Reitz
1
-8
/
+31
2013-10-11
vmdk: Fix vmdk_parse_extents
Fam Zheng
1
-2
/
+5
2013-10-11
blockdev: blockdev_init() error conversion
Kevin Wolf
1
-25
/
+31
2013-10-11
blockdev: Don't disable COR automatically with blockdev-add
Kevin Wolf
2
-6
/
+34
2013-10-11
blockdev: Remove 'media' parameter from blockdev_init()
Kevin Wolf
1
-25
/
+15
2013-10-11
qemu-iotests: Check autodel behaviour for device_del
Kevin Wolf
4
-0
/
+222
2013-10-11
blockdev: Remove IF_* check for read-only blockdev_init
Kevin Wolf
11
-7
/
+42
2013-10-11
blockdev: Move virtio-blk device creation to drive_init
Kevin Wolf
1
-27
/
+27
[next]