index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
vmdk: add bdrv_co_write_zeroes
Fam Zheng
2013-05-03
1
-18
/
+68
*
vmdk: store fields of VmdkMetaData in cpu endian
Fam Zheng
2013-05-03
1
-9
/
+8
*
vmdk: change magic number to macro
Fam Zheng
2013-05-03
1
-1
/
+2
*
vmdk: Add option to create zeroed-grain image
Fam Zheng
2013-05-03
1
-5
/
+17
*
vmdk: add support for “zeroed‐grain” GTE
Fam Zheng
2013-05-03
1
-6
/
+18
*
vmdk: named return code.
Fam Zheng
2013-05-03
1
-26
/
+34
*
block: add read-only support to VHDX image format.
Jeff Cody
2013-05-03
1
-2
/
+121
*
block: initial VHDX driver support framework - supports open and probe
Jeff Cody
2013-05-03
3
-0
/
+868
*
block: vhdx header for the QEMU support of VHDX images
Jeff Cody
2013-05-03
1
-0
/
+311
*
sheepdog: fix loadvm operation
Liu Yuan
2013-04-26
1
-1
/
+53
*
sheepdog: resend write requests when SD_RES_READONLY is received
MORITA Kazutaka
2013-04-26
1
-1
/
+59
*
sheepdog: add helper function to reload inode
MORITA Kazutaka
2013-04-26
1
-28
/
+39
*
sheepdog: add SD_RES_READONLY result code
MORITA Kazutaka
2013-04-26
1
-0
/
+2
*
sheepdog: cleanup find_vdi_name
MORITA Kazutaka
2013-04-26
1
-7
/
+8
*
rbd: Fix use after free in rbd_open()
Kevin Wolf
2013-04-26
1
-3
/
+6
*
sheepdog: implement .bdrv_co_is_allocated()
Liu Yuan
2013-04-26
1
-0
/
+37
*
sheepdog: use BDRV_SECTOR_SIZE
Liu Yuan
2013-04-26
1
-6
/
+5
*
sheepdog: add discard/trim support for sheepdog
Liu Yuan
2013-04-26
1
-1
/
+63
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2013-04-22
15
-224
/
+693
|
\
|
*
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
2013-04-22
12
-35
/
+19
|
*
vvfat: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-60
/
+168
|
*
sheepdog: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-1
/
+31
|
*
rbd: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-1
/
+30
|
*
iscsi: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-2
/
+37
|
*
gluster: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-1
/
+31
|
*
curl: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-51
/
+102
|
*
blkverify: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-29
/
+85
|
*
blkdebug: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-32
/
+82
|
*
raw-win32: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-10
/
+47
|
*
raw-posix: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-12
/
+45
|
*
block: Add driver-specific options for backing files
Kevin Wolf
2013-04-22
1
-1
/
+1
|
*
qcow: allow sub-cluster compressed write to last cluster
Stefan Hajnoczi
2013-04-22
1
-2
/
+15
|
*
qcow2: allow sub-cluster compressed write to last cluster
Stefan Hajnoczi
2013-04-22
1
-2
/
+15
*
|
Merge remote-tracking branch 'bonzini/nbd-next' into staging
Anthony Liguori
2013-04-22
1
-6
/
+19
|
\
\
|
|
/
|
/
|
|
*
nbd: set TCP_NODELAY
Stefan Hajnoczi
2013-04-15
1
-0
/
+3
|
*
nbd: use TCP_CORK in nbd_co_send_request()
Stefan Hajnoczi
2013-04-15
1
-6
/
+16
|
*
nbd: unlock mutex in nbd_co_send_request() error path
Stefan Hajnoczi
2013-04-15
1
-1
/
+1
*
|
ssh: Remove unnecessary use of strlen function.
Richard W.M. Jones
2013-04-19
1
-4
/
+2
*
|
block/ssh: Add missing gcc format attributes
Stefan Weil
2013-04-19
1
-2
/
+2
*
|
rbd: add an asynchronous flush
Josh Durgin
2013-04-15
1
-4
/
+33
*
|
block: ssh: Use libssh2_sftp_fsync (if supported by libssh2) to flush to disk.
Richard W.M. Jones
2013-04-15
1
-5
/
+73
*
|
block: Add support for Secure Shell (ssh) block device.
Richard W.M. Jones
2013-04-15
2
-0
/
+996
*
|
block: Introduce bdrv_pwritev() for qcow2_save_vmstate
Kevin Wolf
2013-04-15
1
-7
/
+1
*
|
block: Introduce bdrv_writev_vmstate
Kevin Wolf
2013-04-15
2
-6
/
+19
|
/
*
aes: move aes.h from include/block to include/qemu
Aurelien Jarno
2013-04-13
3
-3
/
+3
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
1
-2
/
+2
*
qcow2: Fix L1 write error handling in qcow2_update_snapshot_refcount
Kevin Wolf
2013-04-05
1
-6
/
+8
*
qcow2: Return real error in qcow2_update_snapshot_refcount
Kevin Wolf
2013-04-05
1
-6
/
+5
*
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
2013-04-02
2
-2
/
+2
*
qcow2: Gather clusters in a looping loop
Kevin Wolf
2013-03-28
1
-31
/
+43
[next]