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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-12
tcg: Remove needless CPUState::current_tb
Sergey Fedorov
1
-2
/
+0
2016-05-12
tcg: Rework tb_invalidated_flag
Sergey Fedorov
2
-2
/
+2
2016-05-12
tcg: Clarify thread safety check in tb_add_jump()
Sergey Fedorov
1
-13
/
+16
2016-05-12
tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB
Sergey Fedorov
1
-5
/
+7
2016-05-12
tcg: Clean up direct block chaining data fields
Sergey Fedorov
1
-16
/
+28
2016-05-12
tcg: Note requirement on atomic direct jump patching
Sergey Fedorov
1
-0
/
+1
2016-05-12
tcg/arm: Make direct jump patching thread-safe
Sergey Fedorov
1
-23
/
+2
2016-05-12
tcg/s390: Make direct jump patching thread-safe
Sergey Fedorov
1
-1
/
+1
2016-05-12
tcg/i386: Make direct jump patching thread-safe
Sergey Fedorov
1
-1
/
+1
2016-05-12
tci: Make direct jump patching thread-safe
Sergey Fedorov
1
-1
/
+1
2016-05-12
include/qemu/osdep.h: Add macros for pointer alignment
Sergey Fedorov
1
-0
/
+11
2016-05-12
include/qemu/osdep.h: Add a macro to check for alignment
Sergey Fedorov
1
-0
/
+3
2016-05-12
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
1
-2
/
+3
2016-05-12
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
5
-37
/
+58
2016-05-12
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160512'...
Peter Maydell
7
-10
/
+850
2016-05-12
quorum: implement bdrv_add_child() and bdrv_del_child()
Wen Congyang
1
-0
/
+4
2016-05-12
Add new block driver interface to add/delete a BDS's child
Wen Congyang
2
-0
/
+9
2016-05-12
block: Honor BDRV_REQ_FUA during write_zeroes
Eric Blake
1
-2
/
+5
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
1
-2
/
+2
2016-05-12
block: Kill unused sector-based blk_* functions
Eric Blake
1
-10
/
+0
2016-05-12
ide: Switch to byte-based aio block access
Eric Blake
1
-2
/
+2
2016-05-12
block: Introduce byte-based aio read/write
Eric Blake
1
-1
/
+7
2016-05-12
block: Switch blk_*write_zeroes() to byte interface
Eric Blake
1
-6
/
+6
2016-05-12
block: Switch blk_read_unthrottled() to byte interface
Eric Blake
1
-2
/
+2
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
1
-1
/
+2
2016-05-12
Allow users to specify the vmdk virtual hardware version.
Janne Karhunen
1
-1
/
+1
2016-05-12
block: Remove BlockDriver.bdrv_read/write
Kevin Wolf
1
-4
/
+0
2016-05-12
block: Introduce .bdrv_co_preadv/pwritev BlockDriver function
Kevin Wolf
1
-0
/
+4
2016-05-12
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
1
-2
/
+2
2016-05-12
block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
Paolo Bonzini
2
-2
/
+6
2016-05-12
block: introduce bdrv_no_throttling_begin/end
Paolo Bonzini
1
-3
/
+6
2016-05-12
block: move restarting of throttled reqs to block/throttle-groups.c
Paolo Bonzini
1
-0
/
+1
2016-05-12
i.MX: Add i.MX6 SOC implementation.
Jean-Christophe DUBOIS
1
-0
/
+450
2016-05-12
i.MX: Add the Freescale SPI Controller
Jean-Christophe DUBOIS
1
-0
/
+103
2016-05-12
FIFO: Add a FIFO32 implementation
Jean-Christophe DUBOIS
1
-0
/
+191
2016-05-12
i.MX: Add i.MX6 System Reset Controller device.
Jean-Christophe DUBOIS
1
-0
/
+73
2016-05-12
ACPI: move acpi_build_srat_memory to common place
Shannon Zhao
1
-0
/
+10
2016-05-12
ACPI: Fix the definition of proximity in AcpiSratMemoryAffinity
Shannon Zhao
1
-1
/
+1
2016-05-12
ACPI: Add GICC Affinity Structure
Shannon Zhao
1
-1
/
+14
2016-05-12
gen-icount: Use tcg_set_insn_param
Edgar E. Iglesias
1
-8
/
+8
2016-05-12
qapi: Change visit_type_FOO() to no longer return partial objects
Eric Blake
1
-9
/
+16
2016-05-12
qapi: Simplify semantics of visit_next_list()
Eric Blake
5
-29
/
+37
2016-05-12
qapi: Split visit_end_struct() into pieces
Eric Blake
2
-6
/
+20
2016-05-12
qapi: Add visit_type_null() visitor
Eric Blake
5
-3
/
+19
2016-05-12
qapi: Document visitor interfaces, add assertions
Eric Blake
6
-28
/
+479
2016-05-12
qapi: Consolidate QMP input visitor creation
Eric Blake
1
-2
/
+7
2016-05-12
qmp: Drop dead command->type
Eric Blake
1
-6
/
+0
2016-05-12
qapi-visit: Add visitor.type classification
Eric Blake
2
-9
/
+25
2016-04-28
qom: -object error messages lost location, restore it
Markus Armbruster
1
-2
/
+3
2016-04-22
event-notifier: Add "is_external" parameter
Fam Zheng
1
-1
/
+3
[next]