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
*
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
2013-06-18
1
-73
/
+56
|
\
|
*
iscsi: reorganize iscsi_readcapacity_sync
Paolo Bonzini
2013-06-18
1
-48
/
+46
|
*
iscsi: simplify freeing of tasks
Paolo Bonzini
2013-06-18
1
-25
/
+10
*
|
nbd: strip braces from literal IPv6 address in URI
Ján Tomko
2013-06-18
1
-1
/
+10
|
/
*
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
2013-06-17
1
-1
/
+1
|
\
|
*
block: mirror_complete(): use error_setg_file_open()
Luiz Capitulino
2013-06-17
1
-1
/
+1
*
|
vmdk: Allow reading variable size descriptor files
Evgeny Budilovsky
2013-06-17
1
-7
/
+20
*
|
curl: Don't set curl options on the handle just before it's going to be deleted.
Richard W.M. Jones
2013-06-17
1
-2
/
+0
*
|
vmdk: byteswap VMDK4Header.desc_offset field
Stefan Hajnoczi
2013-06-17
1
-2
/
+5
*
|
block/curl.c: Refuse to open the handle for writes.
Richard W.M. Jones
2013-06-17
1
-0
/
+6
*
|
sheepdog: support 'qemu-img snapshot -a'
Liu Yuan
2013-06-17
1
-7
/
+5
*
|
sheepdog: fix snapshot tag initialization
Liu Yuan
2013-06-17
1
-1
/
+1
|
/
*
curl: Whitespace only changes.
Richard W.M. Jones
2013-06-11
1
-2
/
+2
*
qmp: add ImageInfo in BlockDeviceInfo used by query-block
Wenchao Xia
2013-06-07
1
-3
/
+47
*
block: add image info query function bdrv_query_image_info()
Wenchao Xia
2013-06-07
1
-6
/
+37
*
block: add snapshot info query function bdrv_query_snapshot_info_list()
Wenchao Xia
2013-06-07
1
-13
/
+42
*
blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK events
Kevin Wolf
2013-06-06
1
-0
/
+3
*
block: dump snapshot and image info to specified output
Wenchao Xia
2013-06-04
1
-30
/
+36
*
block: move qmp and info dump related code to block/qapi.c
Wenchao Xia
2013-06-04
2
-1
/
+361
*
block: move snapshot code in block.c to block/snapshot.c
Wenchao Xia
2013-06-04
2
-0
/
+158
*
Remove twice include of qemu-common.h
Qiao Nuohan
2013-05-18
1
-1
/
+0
*
qcow2: Catch some L1 table index overflows
Kevin Wolf
2013-05-14
3
-12
/
+29
*
remove double semicolons
Dong Xu Wang
2013-05-12
1
-1
/
+1
*
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
[next]