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-07-18
raw-posix: Fail gracefully if no working alignment is found
Kevin Wolf
1
-8
/
+27
2014-07-18
block: Add Error argument to bdrv_refresh_limits()
Kevin Wolf
7
-17
/
+7
2014-07-18
qcow2: Fix error path for unknown incompatible features
Kevin Wolf
1
-5
/
+16
2014-07-15
linux-aio: Fix laio resource leak
Gonglei
1
-0
/
+5
2014-07-14
block: Assert qiov length matches request length
Kevin Wolf
1
-4
/
+11
2014-07-14
qed: Make qiov match request size until backing file EOF
Kevin Wolf
2
-8
/
+31
2014-07-14
qcow2: Make qiov match request size until backing file EOF
Kevin Wolf
1
-1
/
+10
2014-07-09
block/backup: Fix hang for unaligned image size
Kevin Wolf
1
-1
/
+1
2014-07-07
linux-aio: implement io plug, unplug and flush io queue
Ming Lei
3
-2
/
+141
2014-07-07
raw-posix: Fix raw_getlength() to always return -errno on error
Markus Armbruster
1
-6
/
+22
2014-07-07
mirror: Fix qiov size for short requests
Kevin Wolf
1
-1
/
+3
2014-07-01
block: add backing-file option to block-stream
Jeff Cody
1
-6
/
+5
2014-07-01
block: extend block-commit to accept a string for the backing file
Jeff Cody
1
-3
/
+6
2014-07-01
block/cow: Avoid use of uninitialized cow_bs in error path
Peter Maydell
1
-3
/
+4
2014-07-01
qemu-img create: add 'nocow' option
Chunyan Liu
5
-6
/
+89
2014-06-27
block: Add replaces argument to drive-mirror
Benoît Canet
1
-13
/
+47
2014-06-27
block: acquire AioContext in qmp_query_blockstats()
Stefan Hajnoczi
1
-0
/
+4
2014-06-27
block: make bdrv_query_stats() static
Stefan Hajnoczi
1
-1
/
+1
2014-06-27
quorum: Add the rewrite-corrupted parameter to quorum
Benoît Canet
1
-6
/
+91
2014-06-26
block: Catch backing files assigned to non-COW drivers
Kevin Wolf
5
-0
/
+5
2014-06-26
block/nfs: add knob to set readahead
Peter Lieven
1
-0
/
+4
2014-06-26
block/nfs: fix url parameter checking
Peter Lieven
1
-6
/
+12
2014-06-26
mirror: Go through ready -> complete process for 0 len image
Fam Zheng
1
-1
/
+10
2014-06-24
Fix new typos (found by codespell)
Stefan Weil
1
-1
/
+1
2014-06-23
qapi event: convert QUORUM events
Wenchao Xia
1
-17
/
+8
2014-06-23
qapi event: convert other BLOCK_JOB events
Wenchao Xia
1
-1
/
+1
2014-06-23
qapi event: convert BLOCK_IMAGE_CORRUPTED
Wenchao Xia
1
-6
/
+8
2014-06-23
qapi: adjust existing defines
Wenchao Xia
3
-6
/
+7
2014-06-23
sheepdog: fix NULL dereference in sd_create
Liu Yuan
1
-0
/
+1
2014-06-18
block/iscsi: drop obsolete pointers from iscsi_co_writev
Peter Lieven
1
-7
/
+2
2014-06-18
block/iscsi: fix init value for iTask->retries
Peter Lieven
1
-1
/
+0
2014-06-18
block/iscsi: bump libiscsi requirement to 1.9.0
Peter Lieven
1
-67
/
+0
2014-06-18
block/iscsi: use 16 byte CDBs only when necessary
Peter Lieven
1
-18
/
+40
2014-06-18
block/iscsi: fix potential segfault on early callback
Peter Lieven
1
-1
/
+4
2014-06-18
block/iscsi: handle BUSY condition
Peter Lieven
1
-12
/
+43
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
18
-47
/
+37
2014-06-16
vpc.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-28
/
+34
2014-06-16
vmdk.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-60
/
+63
2014-06-16
vhdx.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2
-52
/
+48
2014-06-16
vdi.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-38
/
+35
2014-06-16
ssh.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-17
/
+15
2014-06-16
sheepdog.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-55
/
+56
2014-06-16
rbd.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-33
/
+30
2014-06-16
raw_bsd.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-12
/
+15
2014-06-16
raw-win32.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-19
/
+19
2014-06-16
raw-posix.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-32
/
+27
2014-06-16
qed.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2
-56
/
+61
2014-06-16
qcow2.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-122
/
+139
2014-06-16
qcow.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-36
/
+36
2014-06-16
nfs.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-9
/
+3
[next]