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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
6
-2
/
+467
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
3
-106
/
+110
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
check-qdict: Test termination of qdict_array_split()
Max Reitz
1
-0
/
+53
2014-02-21
check-qdict: Adjust test for qdict_array_split()
Max Reitz
1
-6
/
+16
2014-02-21
qdict: Extract non-QDicts in qdict_array_split()
Max Reitz
1
-14
/
+46
2014-02-21
qemu-config: Sections must consist of keys
Max Reitz
1
-0
/
+6
2014-02-21
qemu-iotests: Check qemu-img command line parsing
Kevin Wolf
3
-0
/
+738
2014-02-21
qemu-img: Allow -o help with incomplete argument list
Kevin Wolf
1
-23
/
+35
2014-02-21
qemu-img amend: Support multiple -o options
Kevin Wolf
1
-2
/
+15
2014-02-21
qemu-img convert: Support multiple -o options
Kevin Wolf
1
-9
/
+25
2014-02-21
qemu-img create: Support multiple -o options
Kevin Wolf
1
-6
/
+22
2014-02-21
qemu-option: has_help_option() and is_valid_option_list()
Kevin Wolf
2
-0
/
+51
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
2
-9
/
+8
2014-02-21
vmdk: do not try opening a file as both image and descriptor
Paolo Bonzini
2
-9
/
+17
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: move socket wrappers to qemu-nbd
Paolo Bonzini
3
-54
/
+52
2014-02-21
nbd: inline tcp_socket_incoming_spec into sole caller
Paolo Bonzini
2
-7
/
+2
2014-02-21
nbd: correctly propagate errors
Paolo Bonzini
4
-35
/
+18
2014-02-21
nbd: produce a better error if neither host nor port is passed
Paolo Bonzini
2
-7
/
+8
2014-02-21
block: Remove bdrv_open_image()'s force_raw option
Max Reitz
4
-27
/
+8
2014-02-21
block: Reuse success path from bdrv_open()
Max Reitz
1
-34
/
+29
2014-02-21
block: Handle bs->options in bdrv_open() only
Max Reitz
1
-23
/
+15
2014-02-21
block: Remove bdrv_new() from bdrv_file_open()
Max Reitz
1
-11
/
+13
2014-02-21
block: Reuse reference handling from bdrv_open()
Max Reitz
1
-25
/
+7
2014-02-21
block: Make bdrv_file_open() static
Max Reitz
10
-24
/
+48
2014-02-21
block: Add reference parameter to bdrv_open()
Max Reitz
10
-27
/
+61
2014-02-21
block: Change BDS parameter of bdrv_open() to **
Max Reitz
12
-57
/
+73
2014-02-21
block: Fix bdrv_is_first_non_filter()
Kevin Wolf
1
-5
/
+1
2014-02-21
qcow2: Set zero flag for discarded clusters
Kevin Wolf
2
-6
/
+34
2014-02-21
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140220'...
Peter Maydell
17
-574
/
+1794
[prev]
[next]