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-01-24
block: Make zero-after-EOF work with larger alignment
Kevin Wolf
1
-3
/
+4
2014-01-24
block: Allow waiting for overlapping requests between begin/end
Kevin Wolf
1
-18
/
+20
2014-01-24
block: Switch BdrvTrackedRequest to byte granularity
Kevin Wolf
3
-21
/
+42
2014-01-24
block: Introduce bdrv_co_do_pwritev()
Kevin Wolf
1
-6
/
+18
2014-01-24
block: write: Handle COR dependency after I/O throttling
Kevin Wolf
1
-4
/
+4
2014-01-24
block: Introduce bdrv_aligned_pwritev()
Kevin Wolf
1
-21
/
+41
2014-01-24
block: Introduce bdrv_co_do_preadv()
Kevin Wolf
1
-6
/
+58
2014-01-24
block: Introduce bdrv_aligned_preadv()
Kevin Wolf
1
-18
/
+43
2014-01-24
raw: Probe required direct I/O alignment
Paolo Bonzini
4
-17
/
+132
2014-01-24
block: rename buffer_alignment to guest_block_size
Paolo Bonzini
7
-12
/
+12
2014-01-24
block: Don't use guest sector size for qemu_blockalign()
Kevin Wolf
3
-3
/
+26
2014-01-24
block: Detect unaligned length in bdrv_qiov_is_aligned()
Kevin Wolf
1
-0
/
+3
2014-01-24
qemu_memalign: Allow small alignments
Kevin Wolf
1
-0
/
+5
2014-01-24
block: Update BlockLimits when they might have changed
Kevin Wolf
3
-1
/
+7
2014-01-24
block: Inherit opt_transfer_length
Kevin Wolf
1
-1
/
+19
2014-01-24
block: Move initialisation of BlockLimits to bdrv_refresh_limits()
Kevin Wolf
6
-23
/
+87
2014-01-24
block: Fix bdrv_commit return value
Kevin Wolf
1
-5
/
+10
2014-01-24
block: update block commit documentation regarding image truncation
Jeff Cody
4
-1
/
+57
2014-01-24
block: resize backing image during active layer commit, if needed
Jeff Cody
1
-0
/
+38
2014-01-24
block: resize backing file image during offline commit, if necessary
Jeff Cody
1
-3
/
+25
2014-01-24
block/curl: Implement the libcurl timer callback interface
Peter Maydell
1
-11
/
+70
2014-01-24
qmp: Allow to take external snapshots on bs graphs node.
Benoît Canet
4
-12
/
+71
2014-01-24
qmp: Allow block_resize to manipulate bs graph nodes.
Benoît Canet
4
-8
/
+25
2014-01-24
block: Create authorizations mechanism for external snapshot and resize.
Benoît Canet
5
-24
/
+77
2014-01-24
qmp: Allow to change password on named block driver states.
Benoît Canet
6
-8
/
+54
2014-01-24
qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.
Benoît Canet
7
-56
/
+155
2014-01-24
block: Allow the user to define "node-name" option both on command line and QMP.
Benoît Canet
2
-0
/
+37
2014-01-24
block: Add bs->node_name to hold the name of a bs node of the bs graph.
Benoît Canet
3
-15
/
+52
2014-01-24
qapi: Add "backing" to BlockStats
Fam Zheng
2
-4
/
+11
2014-01-24
vmdk: Fix format specific information (create type) for streamOptimized
Fam Zheng
1
-0
/
+4
2014-01-24
drive mirror:fix memory leak
Zhang Min
1
-0
/
+1
2014-01-24
sheepdog: fix 'qemu-img map'
Liu Yuan
1
-2
/
+3
2014-01-24
Documentation: qemu-img: Mention SIGUSR1 progress report
Kevin Wolf
1
-1
/
+3
2014-01-24
qemu-progress: Fix progress printing on SIGUSR1
Kevin Wolf
1
-0
/
+10
2014-01-24
qemu-progress: Drop unused include
Kevin Wolf
1
-1
/
+0
2014-01-24
vmdk: Check for overhead when opening
Fam Zheng
3
-0
/
+18
2014-01-24
qcow2: fix wrong value of L1E_OFFSET_MASK, L2E_OFFSET_MASK and REFT_OFFSET_MASK
Hu Tao
1
-3
/
+3
2014-01-22
dataplane: fix shadowed return value
Stefan Hajnoczi
1
-1
/
+1
2014-01-22
block: fix backing file segfault
Peter Feiner
1
-2
/
+6
2014-01-22
iotests: Test file format nesting
Max Reitz
3
-0
/
+91
2014-01-22
iotests: Test new blkdebug/blkverify interface
Max Reitz
3
-0
/
+330
2014-01-22
tests: Add test for qdict_flatten()
Max Reitz
1
-0
/
+76
2014-01-22
tests: Add test for qdict_array_split()
Max Reitz
1
-0
/
+80
2014-01-22
qemu-io: Make filename optional
Max Reitz
1
-3
/
+5
2014-01-22
qapi: QMP interface for blkdebug and blkverify
Max Reitz
1
-4
/
+109
2014-01-22
qapi: Add "errno" to the list of polluted words
Max Reitz
1
-1
/
+1
2014-01-22
blkverify: Don't require protocol filename
Max Reitz
1
-1
/
+3
2014-01-22
blkverify: Allow command-line configuration
Max Reitz
1
-20
/
+5
2014-01-22
blkdebug: Allow command-line file configuration
Max Reitz
1
-9
/
+3
2014-01-22
blockdev: Move "file" to legacy_opts
Max Reitz
1
-9
/
+10
[next]