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
2013-06-07
qmp: add ImageInfo in BlockDeviceInfo used by query-block
Wenchao Xia
1
-3
/
+47
2013-06-07
block: add image info query function bdrv_query_image_info()
Wenchao Xia
1
-6
/
+37
2013-06-07
block: add snapshot info query function bdrv_query_snapshot_info_list()
Wenchao Xia
1
-13
/
+42
2013-06-06
blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK events
Kevin Wolf
1
-0
/
+3
2013-06-04
block: dump snapshot and image info to specified output
Wenchao Xia
1
-30
/
+36
2013-06-04
block: move qmp and info dump related code to block/qapi.c
Wenchao Xia
2
-1
/
+361
2013-06-04
block: move snapshot code in block.c to block/snapshot.c
Wenchao Xia
2
-0
/
+158
2013-05-18
Remove twice include of qemu-common.h
Qiao Nuohan
1
-1
/
+0
2013-05-14
qcow2: Catch some L1 table index overflows
Kevin Wolf
3
-12
/
+29
2013-05-12
remove double semicolons
Dong Xu Wang
1
-1
/
+1
2013-05-03
vmdk: add bdrv_co_write_zeroes
Fam Zheng
1
-18
/
+68
2013-05-03
vmdk: store fields of VmdkMetaData in cpu endian
Fam Zheng
1
-9
/
+8
2013-05-03
vmdk: change magic number to macro
Fam Zheng
1
-1
/
+2
2013-05-03
vmdk: Add option to create zeroed-grain image
Fam Zheng
1
-5
/
+17
2013-05-03
vmdk: add support for “zeroed‐grain” GTE
Fam Zheng
1
-6
/
+18
2013-05-03
vmdk: named return code.
Fam Zheng
1
-26
/
+34
2013-05-03
block: add read-only support to VHDX image format.
Jeff Cody
1
-2
/
+121
2013-05-03
block: initial VHDX driver support framework - supports open and probe
Jeff Cody
3
-0
/
+868
2013-05-03
block: vhdx header for the QEMU support of VHDX images
Jeff Cody
1
-0
/
+311
2013-04-26
sheepdog: fix loadvm operation
Liu Yuan
1
-1
/
+53
2013-04-26
sheepdog: resend write requests when SD_RES_READONLY is received
MORITA Kazutaka
1
-1
/
+59
2013-04-26
sheepdog: add helper function to reload inode
MORITA Kazutaka
1
-28
/
+39
2013-04-26
sheepdog: add SD_RES_READONLY result code
MORITA Kazutaka
1
-0
/
+2
2013-04-26
sheepdog: cleanup find_vdi_name
MORITA Kazutaka
1
-7
/
+8
2013-04-26
rbd: Fix use after free in rbd_open()
Kevin Wolf
1
-3
/
+6
2013-04-26
sheepdog: implement .bdrv_co_is_allocated()
Liu Yuan
1
-0
/
+37
2013-04-26
sheepdog: use BDRV_SECTOR_SIZE
Liu Yuan
1
-6
/
+5
2013-04-26
sheepdog: add discard/trim support for sheepdog
Liu Yuan
1
-1
/
+63
2013-04-22
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
15
-224
/
+693
2013-04-22
Merge remote-tracking branch 'bonzini/nbd-next' into staging
Anthony Liguori
1
-6
/
+19
2013-04-22
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
12
-35
/
+19
2013-04-22
vvfat: Use bdrv_open options instead of filename
Kevin Wolf
1
-60
/
+168
2013-04-22
sheepdog: Use bdrv_open options instead of filename
Kevin Wolf
1
-1
/
+31
2013-04-22
rbd: Use bdrv_open options instead of filename
Kevin Wolf
1
-1
/
+30
2013-04-22
iscsi: Use bdrv_open options instead of filename
Kevin Wolf
1
-2
/
+37
2013-04-22
gluster: Use bdrv_open options instead of filename
Kevin Wolf
1
-1
/
+31
2013-04-22
curl: Use bdrv_open options instead of filename
Kevin Wolf
1
-51
/
+102
2013-04-22
blkverify: Use bdrv_open options instead of filename
Kevin Wolf
1
-29
/
+85
2013-04-22
blkdebug: Use bdrv_open options instead of filename
Kevin Wolf
1
-32
/
+82
2013-04-22
raw-win32: Use bdrv_open options instead of filename
Kevin Wolf
1
-10
/
+47
2013-04-22
raw-posix: Use bdrv_open options instead of filename
Kevin Wolf
1
-12
/
+45
2013-04-22
block: Add driver-specific options for backing files
Kevin Wolf
1
-1
/
+1
2013-04-22
qcow: allow sub-cluster compressed write to last cluster
Stefan Hajnoczi
1
-2
/
+15
2013-04-22
qcow2: allow sub-cluster compressed write to last cluster
Stefan Hajnoczi
1
-2
/
+15
2013-04-19
ssh: Remove unnecessary use of strlen function.
Richard W.M. Jones
1
-4
/
+2
2013-04-19
block/ssh: Add missing gcc format attributes
Stefan Weil
1
-2
/
+2
2013-04-15
nbd: set TCP_NODELAY
Stefan Hajnoczi
1
-0
/
+3
2013-04-15
nbd: use TCP_CORK in nbd_co_send_request()
Stefan Hajnoczi
1
-6
/
+16
2013-04-15
nbd: unlock mutex in nbd_co_send_request() error path
Stefan Hajnoczi
1
-1
/
+1
2013-04-15
rbd: add an asynchronous flush
Josh Durgin
1
-4
/
+33
[next]