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-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
2012-02-09
qcow2: Keep unknown header extension when rewriting header
Kevin Wolf
2
-2
/
+50
2012-02-09
qcow2: Update whole header at once
Kevin Wolf
2
-60
/
+95
2012-02-09
vpc: Round up image size during fixed image creation
Kevin Wolf
1
-13
/
+10
2012-02-09
vpc: Add support for Fixed Disk type
Charles Arnold
1
-91
/
+194
2012-02-09
iSCSI: add configuration variables for iSCSI
Ronnie Sahlberg
1
-10
/
+129
2012-02-09
qed: add .bdrv_co_write_zeroes() support
Stefan Hajnoczi
2
-8
/
+103
2012-02-09
qed: replace is_write with flags field
Stefan Hajnoczi
2
-8
/
+13
2012-01-26
qcow: Use bdrv functions to replace file operation
Li Zhi Hui
1
-17
/
+31
2012-01-26
qcow: Return real error code in qcow_open
Li Zhi Hui
1
-19
/
+37
2012-01-26
block/vdi: Zero unused parts when allocating a new block (fix #919242)
Stefan Weil
1
-2
/
+6
2012-01-26
block: add support for partial streaming
Marcelo Tosatti
1
-4
/
+87
2012-01-26
block: rate-limit streaming operations
Stefan Hajnoczi
1
-6
/
+59
2012-01-26
block: add image streaming block job
Stefan Hajnoczi
1
-0
/
+133
2012-01-26
block: replace unchecked strdup/malloc/calloc with glib
Stefan Hajnoczi
2
-4
/
+4
2012-01-26
rbd: wire up snapshot removal and rollback functionality
Gregory Farnum
1
-0
/
+22
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
3
-0
/
+7
2012-01-13
vvfat: avoid leaking file descriptor in commit_one_file()
Stefan Hajnoczi
1
-0
/
+3
2011-12-22
move corking functions to osdep.c
Paolo Bonzini
1
-18
/
+2
2011-12-22
nbd: add support for NBD_CMD_TRIM
Paolo Bonzini
1
-0
/
+25
2011-12-22
nbd: add support for NBD_CMD_FLUSH
Paolo Bonzini
1
-8
/
+37
2011-12-22
nbd: add support for NBD_CMD_FLAG_FUA
Paolo Bonzini
1
-0
/
+4
2011-12-22
nbd: allow multiple in-flight requests
Paolo Bonzini
1
-13
/
+56
2011-12-22
nbd: split requests
Paolo Bonzini
1
-6
/
+46
2011-12-22
nbd: switch to asynchronous operation
Paolo Bonzini
1
-65
/
+123
2011-12-22
sheepdog: move coroutine send/recv function to generic code
Paolo Bonzini
1
-209
/
+21
2011-12-15
block/cow: Return real error code
Li Zhi Hui
1
-15
/
+29
2011-12-15
qcow2: Allow >4 GB VM state
Kevin Wolf
2
-3
/
+33
2011-12-15
rbd: always set out parameter in qemu_rbd_snap_list
Josh Durgin
1
-1
/
+2
2011-12-15
block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_close
Li Zhi Hui
1
-0
/
+1
2011-12-15
block: qemu_aio_get does not return NULL
Paolo Bonzini
3
-36
/
+19
2011-12-15
block: bdrv_aio_* do not return NULL
Paolo Bonzini
4
-95
/
+31
2011-12-06
fix typo: delete redundant semicolon
Dong Xu Wang
1
-2
/
+2
2011-12-05
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
12
-219
/
+362
2011-12-05
cow: use bdrv_co_is_allocated()
Stefan Hajnoczi
1
-3
/
+3
2011-12-05
coroutine: add qemu_co_queue_restart_all()
Stefan Hajnoczi
1
-1
/
+1
2011-12-05
cow: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
1
-4
/
+4
2011-12-05
vdi: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
1
-3
/
+3
2011-12-05
vvfat: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
1
-2
/
+2
[next]