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
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-20
qcow2: Support reading zero clusters
Kevin Wolf
4
-4
/
+33
2012-04-20
qcow2: Version 3 images
Kevin Wolf
2
-15
/
+148
2012-04-20
qcow2: Ignore reserved bits in check_refcounts
Kevin Wolf
1
-44
/
+54
2012-04-20
qcow2: Ignore reserved bits in refcount table entries
Kevin Wolf
2
-1
/
+3
2012-04-20
qcow2: Simplify count_cow_clusters
Kevin Wolf
1
-18
/
+15
2012-04-20
qcow2: Refactor qcow2_free_any_clusters
Kevin Wolf
1
-19
/
+22
2012-04-20
qcow2: Ignore reserved bits in L1/L2 entries
Kevin Wolf
2
-19
/
+19
2012-04-20
qcow2: Fail write_compressed when overwriting data
Kevin Wolf
1
-4
/
+3
2012-04-20
qcow2: Ignore reserved bits in count_contiguous_clusters()
Kevin Wolf
1
-10
/
+28
2012-04-20
qcow2: Ignore reserved bits in get_cluster_offset
Kevin Wolf
3
-19
/
+60
2012-04-20
qcow2: Save disk size in snapshot header
Kevin Wolf
2
-0
/
+17
2012-04-20
qcow2: Fix refcount block allocation during qcow2_alloc_cluster_at()
Kevin Wolf
1
-0
/
+6
2012-04-19
aio: remove process_queue callback and qemu_aio_process_queue
Paolo Bonzini
5
-21
/
+17
2012-04-19
qcow2: Fix return value of alloc_refcount_block
Kevin Wolf
1
-1
/
+1
2012-04-19
qcow2: Fix error handling in qcow2_alloc_cluster_offset
Kevin Wolf
1
-1
/
+1
2012-04-19
block: Fix spelling in comment (ineffcient -> inefficient)
Stefan Weil
1
-1
/
+1
2012-04-10
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
14
-408
/
+312
2012-04-05
qed: remove incoming live migration blocker
Benoît Canet
2
-11
/
+0
2012-04-05
qed: honor BDRV_O_INCOMING for incoming live migration
Benoît Canet
1
-2
/
+3
2012-04-05
qed: add bdrv_invalidate_cache to be called after incoming live migration
Benoît Canet
1
-0
/
+10
2012-04-05
block stream: close unused files and update ->backing_hd
Marcelo Tosatti
1
-0
/
+34
2012-04-05
sheepdog: fix send req helpers
Liu Yuan
1
-0
/
+2
2012-04-05
sheepdog: implement SD_OP_FLUSH_VDI operation
Liu Yuan
1
-14
/
+128
2012-04-05
qed: track dirty flag status
Dong Xu Wang
1
-0
/
+1
2012-04-05
qed: image fragmentation statistics
Dong Xu Wang
1
-0
/
+9
2012-04-05
block: set job->speed in block_set_speed
Paolo Bonzini
1
-1
/
+0
2012-04-05
block: fix streaming/closing race
Paolo Bonzini
1
-2
/
+4
2012-04-05
vdi: change goto to loop
Paolo Bonzini
1
-73
/
+68
2012-04-05
vdi: do not create useless iovecs
Paolo Bonzini
1
-46
/
+33
2012-04-05
vdi: leave bounce buffering to block layer
Paolo Bonzini
1
-55
/
+12
2012-04-05
vdi: move aiocb fields to locals
Paolo Bonzini
1
-98
/
+65
2012-04-05
vdi: merge aio_read_cb and aio_write_cb into callers
Paolo Bonzini
1
-28
/
+12
2012-04-05
vdi: move end-of-I/O handling at the end
Paolo Bonzini
1
-67
/
+56
2012-04-05
vdi: basic conversion to coroutines
Paolo Bonzini
1
-121
/
+37
2012-04-05
block/vpc: write checksum back to footer after check
Zhang Shengju
1
-0
/
+3
2012-04-05
block: push recursive flushing up from drivers
Paolo Bonzini
9
-55
/
+2
2012-04-05
qcow2: Remove unused parameter in get_cluster_table()
Kevin Wolf
1
-10
/
+8
2012-04-03
block/curl: Replace usleep by g_usleep
Stefan Weil
1
-1
/
+1
2012-03-12
qcow2: Reduce number of I/O requests
Kevin Wolf
2
-77
/
+167
2012-03-12
qcow2: Add qcow2_alloc_clusters_at()
Kevin Wolf
2
-0
/
+30
2012-03-12
qcow2: Factor out count_cow_clusters
Kevin Wolf
1
-19
/
+36
2012-03-12
qcow2: Add error messages in qcow2_truncate
Kevin Wolf
1
-0
/
+3
2012-03-12
qcow2: Add some tracing
Kevin Wolf
3
-1
/
+41
2012-03-12
qed: do not evict in-use L2 table cache entries
Stefan Hajnoczi
1
-4
/
+18
2012-03-07
block/vmdk: Fix warning from splint (comparision of unsigned value)
Stefan Weil
1
-1
/
+1
2012-02-29
qcow2: Reject too large header extensions
Kevin Wolf
1
-0
/
+5
2012-02-29
qcow2: Fix offset in qcow2_read_extensions
Kevin Wolf
1
-3
/
+2
2012-02-29
qcow2: Fix build with DEBUG_EXT enabled
Kevin Wolf
1
-1
/
+0
2012-02-22
block: bdrv_eject(): Make eject_flag a real bool
Luiz Capitulino
2
-4
/
+4
2012-02-09
sheepdog: fix co_recv coroutine context
MORITA Kazutaka
1
-0
/
+3
[next]