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
2017-05-11
qcow2: Nicer variable names in qcow2_update_snapshot_refcount()
Eric Blake
1
-20
/
+22
2017-05-11
tests: Add coverage for recent block geometry fixes
Eric Blake
3
-0
/
+164
2017-05-11
blkdebug: Add ability to override unmap geometries
Eric Blake
2
-4
/
+125
2017-05-11
blkdebug: Simplify override logic
Eric Blake
1
-10
/
+6
2017-05-11
blkdebug: Add pass-through write_zero and discard support
Eric Blake
1
-0
/
+74
2017-05-11
blkdebug: Refactor error injection
Eric Blake
1
-41
/
+33
2017-05-11
blkdebug: Sanity check block layer guarantees
Eric Blake
1
-0
/
+14
2017-05-11
qemu-io: Switch 'map' output to byte-based reporting
Eric Blake
3
-22
/
+23
2017-05-11
qemu-io: Switch 'alloc' command to byte-based length
Eric Blake
3
-17
/
+23
2017-05-11
qemu-io: Improve alignment checks
Eric Blake
1
-10
/
+10
2017-05-11
blockdev: use drained_begin/end for qmp_block_resize
John Snow
1
-3
/
+2
2017-05-11
nvme: Implement Write Zeroes
Christoph Hellwig
2
-0
/
+27
2017-05-11
qemu-img: wait for convert coroutines to complete
Anton Nefedov
1
-15
/
+11
2017-05-11
file-posix: Remove .bdrv_inactivate/invalidate_cache
Kevin Wolf
1
-33
/
+0
2017-05-11
block: Fix write/resize permissions for inactive images
Kevin Wolf
2
-2
/
+34
2017-05-11
block: Inactivate parents before children
Kevin Wolf
1
-7
/
+18
2017-05-11
block: Drop permissions when migration completes
Kevin Wolf
3
-4
/
+40
2017-05-11
block: New BdrvChildRole.activate() for blk_resume_after_migration()
Kevin Wolf
7
-43
/
+44
2017-05-11
migration: Unify block node activation error handling
Kevin Wolf
3
-27
/
+19
2017-05-11
iotests: Extend test 066
Max Reitz
2
-1
/
+173
2017-05-11
qcow2: Discard preallocated zero clusters
Max Reitz
1
-1
/
+2
2017-05-11
qcow2: Reuse preallocated zero clusters
Max Reitz
2
-24
/
+59
2017-05-11
qcow2: Fix preallocation size formula
Max Reitz
1
-4
/
+5
2017-05-11
tests: Add POSIX image locking test case 182
Fam Zheng
3
-0
/
+77
2017-05-11
qemu-iotests: Add test case 153 for image locking
Fam Zheng
3
-0
/
+624
2017-05-11
file-posix: Add image locking to perm operations
Fam Zheng
1
-1
/
+275
2017-05-11
osdep: Fall back to posix lock when OFD lock is unavailable
Fam Zheng
1
-10
/
+10
2017-05-11
osdep: Add qemu_lock_fd and qemu_unlock_fd
Fam Zheng
2
-0
/
+51
2017-05-11
block: Reuse bs as backing hd for drive-backup sync=none
Fam Zheng
1
-1
/
+14
2017-05-11
tests: Disable image lock in test-replication
Fam Zheng
1
-2
/
+7
2017-05-11
file-win32: Error out if locking=on
Fam Zheng
1
-0
/
+5
2017-05-11
file-posix: Add 'locking' option
Fam Zheng
2
-0
/
+9
2017-05-11
tests: Use null-co:// instead of /dev/null as the dummy image
Fam Zheng
6
-7
/
+8
2017-05-11
iotests: 172: Use separate images for multiple devices
Fam Zheng
2
-49
/
+56
2017-05-11
iotests: 091: Quit QEMU before checking image
Fam Zheng
1
-0
/
+2
2017-05-11
iotests: 087: Don't attach test image twice
Fam Zheng
1
-4
/
+2
2017-05-11
iotests: 085: Avoid image locking conflict
Fam Zheng
2
-15
/
+21
2017-05-11
iotests: 055: Don't attach the target image already for drive-backup
Fam Zheng
1
-14
/
+18
2017-05-11
iotests: 046: Prepare for image locking
Fam Zheng
1
-1
/
+1
2017-05-11
iotests: 030: Prepare for image locking
Fam Zheng
1
-9
/
+9
2017-05-11
qemu-io: Add --force-share option
Fam Zheng
1
-8
/
+34
2017-05-11
qemu-img: Update documentation for -U
Fam Zheng
1
-18
/
+18
2017-05-11
qemu-img: Add --force-share option to subcommands
Fam Zheng
1
-36
/
+117
2017-05-11
block: Respect "force-share" in perm propagating
Fam Zheng
1
-8
/
+24
2017-05-11
block: Add, parse and store "force-share" option
Fam Zheng
4
-0
/
+22
2017-05-11
block: Make bdrv_perm_names public
Fam Zheng
2
-1
/
+3
2017-05-09
Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into staging
Stefan Hajnoczi
71
-668
/
+805
2017-05-09
qmp-shell: improve help
Marc-André Lureau
1
-1
/
+5
2017-05-09
qmp-shell: don't show version greeting if unavailable
Marc-André Lureau
1
-0
/
+3
2017-05-09
qmp-shell: Cope with query-commands error
Marc-André Lureau
1
-1
/
+4
[next]