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
2014-02-25
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
21
-348
/
+1195
2014-02-24
Merge remote-tracking branch 'remotes/bonzini/configure' into staging
Peter Maydell
1
-1
/
+12
2014-02-21
quorum: Simplify quorum_open()
Max Reitz
1
-27
/
+39
2014-02-21
quorum: Add quorum_open() and quorum_close().
Benoît Canet
1
-0
/
+161
2014-02-21
quorum: Implement recursive .bdrv_recurse_is_first_non_filter in quorum.
Benoît Canet
1
-0
/
+19
2014-02-21
quorum: Add quorum_co_flush().
Benoît Canet
1
-0
/
+28
2014-02-21
quorum: Add quorum_invalidate_cache().
Benoît Canet
1
-0
/
+11
2014-02-21
quorum: Add quorum_getlength().
Benoît Canet
1
-0
/
+26
2014-02-21
quorum: Add quorum mechanism.
Benoît Canet
2
-2
/
+391
2014-02-21
quorum: Add quorum_aio_readv.
Benoît Canet
1
-1
/
+38
2014-02-21
blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.
Benoît Canet
1
-106
/
+2
2014-02-21
quorum: Add quorum_aio_writev and its dependencies.
Benoît Canet
1
-0
/
+103
2014-02-21
quorum: Create BDRVQuorumState and BlkDriver and do init.
Benoît Canet
1
-0
/
+31
2014-02-21
quorum: Create quorum.c, add QuorumChildRequest and QuorumAIOCB.
Benoît Canet
2
-0
/
+54
2014-02-21
vdi: say why an image is bad
Paolo Bonzini
1
-9
/
+16
2014-02-21
block: do not abuse EMEDIUMTYPE
Paolo Bonzini
9
-11
/
+19
2014-02-21
vmdk: correctly propagate errors
Paolo Bonzini
1
-5
/
+6
2014-02-21
vmdk: do not try opening a file as both image and descriptor
Paolo Bonzini
1
-7
/
+15
2014-02-21
vmdk: push vmdk_read_desc up to caller
Paolo Bonzini
1
-24
/
+31
2014-02-21
vmdk: extract vmdk_read_desc
Paolo Bonzini
1
-11
/
+30
2014-02-21
vvfat: correctly propagate errors
Paolo Bonzini
1
-6
/
+3
2014-02-21
vhdx: correctly propagate errors
Paolo Bonzini
1
-12
/
+9
2014-02-21
qed: correctly propagate errors
Paolo Bonzini
1
-7
/
+6
2014-02-21
qcow: correctly propagate errors
Paolo Bonzini
1
-6
/
+6
2014-02-21
curl: correctly propagate errors
Paolo Bonzini
1
-8
/
+5
2014-02-21
cow: correctly propagate errors
Paolo Bonzini
1
-5
/
+3
2014-02-21
gluster: correctly propagate errors
Paolo Bonzini
1
-11
/
+13
2014-02-21
gluster: default scheme to gluster:// and host to localhost.
Paolo Bonzini
1
-2
/
+2
2014-02-21
iscsi: correctly propagate errors in iscsi_open
Paolo Bonzini
1
-50
/
+53
2014-02-21
iscsi: fix indentation
Paolo Bonzini
1
-22
/
+23
2014-02-21
nbd: correctly propagate errors
Paolo Bonzini
1
-18
/
+16
2014-02-21
nbd: produce a better error if neither host nor port is passed
Paolo Bonzini
1
-7
/
+6
2014-02-21
block: Remove bdrv_open_image()'s force_raw option
Max Reitz
2
-3
/
+3
2014-02-21
block: Make bdrv_file_open() static
Max Reitz
7
-15
/
+31
2014-02-21
block: Add reference parameter to bdrv_open()
Max Reitz
3
-4
/
+5
2014-02-21
block: Change BDS parameter of bdrv_open() to **
Max Reitz
5
-12
/
+16
2014-02-21
qcow2: Set zero flag for discarded clusters
Kevin Wolf
1
-2
/
+20
2014-02-20
block: use per-object cflags and libs
Fam Zheng
1
-1
/
+12
2014-02-20
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
15
-25
/
+25
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
15
-25
/
+25
2014-02-14
block: mirror - use local_err to avoid NULL errp
Jeff Cody
1
-2
/
+4
2014-02-14
block: Don't throw away errno via error_setg
Jeff Cody
3
-10
/
+17
2014-02-14
block: Add notes to iSCSI's .bdrv_open and .bdrv_reopen_prepare
Jeff Cody
1
-2
/
+8
2014-02-09
blkdebug: Don't leak bs->file on failure
Kevin Wolf
1
-5
/
+9
2014-02-09
raw: Fix BlockLimits passthrough
Kevin Wolf
1
-1
/
+7
2014-02-09
qcow2: check for NULL l2meta
Hu Tao
1
-15
/
+16
2014-02-09
qcow2: fix offset overflow in qcow2_alloc_clusters_at()
Hu Tao
1
-1
/
+7
2014-02-09
qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()
Hu Tao
3
-15
/
+14
2014-02-09
block/iscsi: always fill bs->bl.opt_transfer_length
Peter Lieven
1
-3
/
+2
2014-02-09
block: add native support for NFS
Peter Lieven
2
-0
/
+440
[next]