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
2014-09-22
block/archipelago: Fix typo in qemu_archipelago_truncate()
Chrysostomos Nanakos
1
-1
/
+1
2014-09-22
ahci: Add test_identify case to ahci-test.
John Snow
1
-0
/
+304
2014-09-22
ahci: Add test_hba_enable to ahci-test.
John Snow
1
-0
/
+156
2014-09-22
ahci: Add test_hba_spec to ahci-test.
John Snow
1
-1
/
+560
2014-09-22
ahci: properly shadow the TFD register
John Snow
1
-14
/
+28
2014-09-22
ahci: add test_pci_enable to ahci-test.
John Snow
2
-0
/
+59
2014-09-22
ahci: Add test_pci_spec to ahci-test.
John Snow
1
-6
/
+299
2014-09-22
ahci: MSI capability should be at 0x80, not 0x50.
John Snow
1
-1
/
+6
2014-09-22
ahci: Adding basic functionality qtest.
John Snow
2
-0
/
+198
2014-09-22
layout: Add generators for refcount table and blocks
Maria Kustova
1
-1
/
+137
2014-09-22
fuzz: Add fuzzing functions for entries of refcount table and blocks
Maria Kustova
1
-1
/
+15
2014-09-22
docs: List all image elements currently supported by the fuzzer
Maria Kustova
1
-1
/
+2
2014-09-22
qapi/block-core: Add "new" qcow2 options
Max Reitz
1
-1
/
+78
2014-09-22
qcow2: Add overlap-check.template option
Max Reitz
2
-2
/
+23
2014-09-22
qapi: Allow enums in anonymous unions
Max Reitz
2
-1
/
+4
2014-09-22
qcow2: Fix leak of QemuOpts in qcow2_open()
Max Reitz
1
-2
/
+3
2014-09-22
hmp: fix memory leak at hmp_info_block_jobs()
Gonglei
1
-0
/
+2
2014-09-22
image-fuzzer: Trivial readability and formatting improvements
Maria Kustova
2
-31
/
+28
2014-09-22
iotests: Add more tests for qcow2 corruption
Max Reitz
2
-2
/
+105
2014-09-22
qcow2: Check L1/L2/reftable entries for alignment
Max Reitz
2
-5
/
+82
2014-09-22
qcow2: Use qcow2_signal_corruption() for overlaps
Max Reitz
2
-26
/
+8
2014-09-22
qcow2: Add qcow2_signal_corruption()
Max Reitz
2
-0
/
+53
2014-09-22
qapi/block: Add "fatal" to BLOCK_IMAGE_CORRUPTED
Max Reitz
2
-2
/
+8
2014-09-22
qapi: Sort items in BlockdevOptions definition
Fam Zheng
1
-19
/
+19
2014-09-22
qapi: Sort BlockdevDriver enum data list
Fam Zheng
1
-5
/
+5
2014-09-22
block: Introduce "null" drivers
Fam Zheng
3
-2
/
+186
2014-09-22
aio-win32: avoid out-of-bounds access to the events array
Paolo Bonzini
1
-3
/
+1
2014-09-22
qdev-monitor: fix segmentation fault on qdev_device_help()
Gonglei
1
-1
/
+1
2014-09-22
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
16
-33
/
+33
2014-09-22
block: Drop AIOCBInfo.cancel
Fam Zheng
2
-15
/
+10
2014-09-22
ide: Convert trim_aiocb_info.cancel to .cancel_async
Fam Zheng
1
-7
/
+5
2014-09-22
win32-aio: Drop win32_aiocb_info.cancel
Fam Zheng
1
-14
/
+0
2014-09-22
sheepdog: Convert sd_aiocb_info.cancel to .cancel_async
Fam Zheng
1
-27
/
+19
2014-09-22
rbd: Drop rbd_aiocb_info.cancel
Fam Zheng
1
-22
/
+1
2014-09-22
quorum: Convert quorum_aiocb_info.cancel to .cancel_async
Fam Zheng
1
-5
/
+2
2014-09-22
quorum: fix quorum_aio_cancel()
Liu Yuan
1
-1
/
+3
2014-09-22
qed: Drop qed_aiocb_info.cancel
Fam Zheng
1
-21
/
+0
2014-09-22
curl: Drop curl_aiocb_info.cancel
Fam Zheng
1
-6
/
+0
2014-09-22
blkverify: Drop blkverify_aiocb_info.cancel
Fam Zheng
1
-19
/
+0
2014-09-22
blkdebug: Drop blkdebug_aiocb_info.cancel
Fam Zheng
1
-14
/
+1
2014-09-22
archipelago: Drop archipelago_aiocb_info.cancel
Fam Zheng
1
-16
/
+1
2014-09-22
iscsi: Convert iscsi_aiocb_info.cancel to .cancel_async
Fam Zheng
1
-15
/
+2
2014-09-22
dma: Convert dma_aiocb_info.cancel to .cancel_async
Fam Zheng
1
-16
/
+4
2014-09-22
linux-aio: Convert laio_aiocb_info.cancel to .cancel_async
Fam Zheng
1
-22
/
+8
2014-09-22
thread-pool: Convert thread_pool_aiocb_info.cancel to cancel_async
Fam Zheng
2
-26
/
+40
2014-09-22
block: Drop bdrv_em_aiocb_info.cancel
Fam Zheng
1
-10
/
+0
2014-09-22
block: Drop bdrv_em_co_aiocb_info.cancel
Fam Zheng
1
-21
/
+0
2014-09-22
block: Add bdrv_aio_cancel_async
Fam Zheng
3
-1
/
+29
2014-09-22
block: Add refcnt in BlockDriverAIOCB
Fam Zheng
2
-1
/
+13
2014-09-22
ide/ahci: Check for -ECANCELED in aio callbacks
Fam Zheng
2
-0
/
+15
[prev]
[next]