index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-04-15
block: ssh: Use libssh2_sftp_fsync (if supported by libssh2) to flush to disk.
Richard W.M. Jones
1
-5
/
+73
2013-04-15
block: Add support for Secure Shell (ssh) block device.
Richard W.M. Jones
2
-0
/
+996
2013-04-15
block: Introduce bdrv_pwritev() for qcow2_save_vmstate
Kevin Wolf
1
-7
/
+1
2013-04-15
block: Introduce bdrv_writev_vmstate
Kevin Wolf
2
-6
/
+19
2013-04-13
aes: move aes.h from include/block to include/qemu
Aurelien Jarno
3
-3
/
+3
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-2
/
+2
2013-04-05
qcow2: Fix L1 write error handling in qcow2_update_snapshot_refcount
Kevin Wolf
1
-6
/
+8
2013-04-05
qcow2: Return real error in qcow2_update_snapshot_refcount
Kevin Wolf
1
-6
/
+5
[next]