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
2015-02-06
block/dmg: factor out block type check
Peter Wu
1
-13
/
+23
2015-02-06
block/dmg: use SectorNumber from BLKX header
Peter Wu
1
-7
/
+5
2015-02-06
block/dmg: fix sector data offset calculation
Peter Wu
1
-6
/
+20
2015-02-06
block/dmg: set virtual size to a non-zero value
Peter Wu
1
-0
/
+8
2015-02-06
block/dmg: process XML plists
Peter Wu
1
-0
/
+75
2015-02-06
block/dmg: validate chunk size to avoid overflow
Peter Wu
1
-1
/
+6
2015-02-06
block/dmg: process a buffer instead of reading ints
Peter Wu
1
-30
/
+30
2015-02-06
block/dmg: extract processing of resource forks
Peter Wu
1
-38
/
+66
2015-02-06
block/dmg: extract mish block decoding functionality
Peter Wu
1
-95
/
+133
2015-02-06
block/dmg: properly detect the UDIF trailer
Peter Wu
1
-4
/
+43
2015-02-06
block: add event when disk usage exceeds threshold
Francesco Romani
10
-1
/
+406
2015-02-06
iotests: Specify format for qemu-nbd
Max Reitz
1
-1
/
+1
2015-02-06
qemu-iotests: Fix supported_oses check
Fam Zheng
1
-1
/
+1
2015-02-06
virtio-blk: add a knob to disable request merging
Peter Lieven
2
-1
/
+5
2015-02-06
virtio-blk: introduce multiread
Peter Lieven
4
-106
/
+218
2015-02-06
block-backend: expose bs->bl.max_transfer_length
Peter Lieven
2
-0
/
+6
2015-02-06
hw/virtio-blk: add a constant for max number of merged requests
Peter Lieven
2
-2
/
+4
2015-02-06
block: add accounting for merged requests
Peter Lieven
7
-6
/
+45
2015-02-06
qed: Really remove unused field QEDAIOCB.finished
Fam Zheng
1
-1
/
+0
2015-02-06
qemu-img: Add QEMU_PKGVERSION to QEMU_IMG_VERSION
Don Slutz
1
-1
/
+1
2015-02-06
block: change default for discard and write zeroes to INT_MAX
Peter Lieven
1
-12
/
+4
2015-02-06
block: use fallocate(FALLOC_FL_PUNCH_HOLE) & fallocate(0) to write zeroes
Denis V. Lunev
1
-0
/
+19
2015-02-06
block/raw-posix: call plain fallocate in handle_aiocb_write_zeroes
Denis V. Lunev
1
-1
/
+13
2015-02-06
block: use fallocate(FALLOC_FL_ZERO_RANGE) in handle_aiocb_write_zeroes
Denis V. Lunev
2
-2
/
+32
2015-02-06
block/raw-posix: refactor handle_aiocb_write_zeroes a bit
Denis V. Lunev
1
-19
/
+27
2015-02-06
block/raw-posix: create do_fallocate helper
Denis V. Lunev
1
-8
/
+14
2015-02-06
block/raw-posix: create translate_err helper to merge errno values
Denis V. Lunev
1
-6
/
+13
2015-02-06
atapi migration: Throw recoverable error to avoid recovery
Dr. David Alan Gilbert
3
-0
/
+30
2015-02-06
Restore atapi_dma flag across migration
Dr. David Alan Gilbert
1
-0
/
+1
2015-02-06
softfloat: expand out STATUS macro
Peter Maydell
3
-126
/
+167
2015-02-06
softfloat: expand out STATUS_VAR
Peter Maydell
4
-493
/
+617
2015-02-06
softfloat: Expand out the STATUS_PARAM macro
Peter Maydell
4
-377
/
+410
2015-02-06
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
5
-52
/
+39
2015-02-06
monitor: more accurate completion for host_net_remove()
Jason Wang
1
-0
/
+5
2015-02-06
net: del hub port when peer is deleted
Jason Wang
1
-0
/
+2
2015-02-06
net: remove the wrong comment in net_init_hubport()
Jason Wang
1
-1
/
+0
2015-02-06
monitor: print hub port name during info network
Jason Wang
1
-1
/
+4
2015-02-06
rtl8139: simplify timer logic
Paolo Bonzini
1
-50
/
+27
2015-02-06
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-1
/
+9
2015-02-06
trace: Print PID and time in stderr traces
Dr. David Alan Gilbert
1
-1
/
+9
2015-02-05
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150205' i...
Peter Maydell
19
-232
/
+1274
2015-02-05
Merge remote-tracking branch 'remotes/armbru/tags/pull-cov-model-2015-02-05' ...
Peter Maydell
2
-35
/
+198
2015-02-05
fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() fail
Zhang Haoyu
1
-1
/
+1
2015-02-05
MAINTAINERS: Add myself as Coverity model maintainer
Markus Armbruster
1
-0
/
+5
2015-02-05
Tracify migration/rdma.c
Dr. David Alan Gilbert
2
-189
/
+206
2015-02-05
Add migration stream analyzation script
Alexander Graf
1
-0
/
+592
2015-02-05
migration: Append JSON description of migration stream
Alexander Graf
9
-20
/
+239
2015-02-05
qemu-file: Add fast ftell code path
Alexander Graf
2
-0
/
+17
2015-02-05
QJSON: Add JSON writer
Alexander Graf
3
-0
/
+159
2015-02-05
Print errors in some of the early migration failure cases.
Dr. David Alan Gilbert
1
-1
/
+6
[prev]
[next]