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
2018-03-08
block: Fix qemu crash when using scsi-block
Deepa Srinivasan
1
-26
/
+25
2018-03-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
32
-521
/
+572
2018-03-05
block: Fix NULL dereference on empty drive error
Kevin Wolf
1
-2
/
+3
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
1
-1
/
+1
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
11
-14
/
+13
2018-03-02
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-03-02
qcow2: Replace align_offset() with ROUND_UP()
Alberto Garcia
6
-24
/
+18
2018-03-02
block/ssh: Add basic .bdrv_truncate()
Max Reitz
1
-0
/
+24
2018-03-02
block/ssh: Make ssh_grow_file() blocking
Max Reitz
1
-0
/
+7
2018-03-02
block/ssh: Pull ssh_grow_file() from ssh_create()
Max Reitz
1
-8
/
+22
2018-03-02
qcow2: make qcow2_co_create2() a coroutine_fn
Stefan Hajnoczi
1
-8
/
+9
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
18
-51
/
+70
2018-03-02
block: add BlockBackend->in_flight counter
Stefan Hajnoczi
1
-7
/
+53
2018-03-02
block: extract AIO_WAIT_WHILE() from BlockDriverState
Stefan Hajnoczi
1
-8
/
+2
2018-03-02
block: fix write with zero flag set and iovector provided
Anton Nefedov
1
-1
/
+1
2018-03-02
block: Drop unused .bdrv_co_get_block_status()
Eric Blake
1
-40
/
+10
2018-03-02
vvfat: Switch to .bdrv_co_block_status()
Eric Blake
1
-9
/
+7
2018-03-02
vpc: Switch to .bdrv_co_block_status()
Eric Blake
1
-22
/
+23
2018-03-02
vmdk: Switch to .bdrv_co_block_status()
Eric Blake
1
-24
/
+14
2018-03-02
vdi: Switch to .bdrv_co_block_status()
Eric Blake
1
-20
/
+13
2018-03-02
vdi: Avoid bitrot of debugging code
Eric Blake
1
-3
/
+9
2018-03-02
sheepdog: Switch to .bdrv_co_block_status()
Eric Blake
1
-13
/
+13
2018-03-02
raw: Switch to .bdrv_co_block_status()
Eric Blake
1
-8
/
+8
2018-03-02
qed: Switch to .bdrv_co_block_status()
Eric Blake
1
-52
/
+24
2018-03-02
qcow2: Switch to .bdrv_co_block_status()
Eric Blake
1
-11
/
+13
2018-03-02
qcow: Switch to .bdrv_co_block_status()
Eric Blake
1
-11
/
+16
2018-03-02
parallels: Switch to .bdrv_co_block_status()
Eric Blake
1
-7
/
+15
2018-03-02
null: Switch to .bdrv_co_block_status()
Eric Blake
1
-11
/
+12
2018-03-02
iscsi: Switch to .bdrv_co_block_status()
Eric Blake
1
-36
/
+33
2018-03-02
iscsi: Switch iscsi_allocmap_update() to byte-based
Eric Blake
1
-46
/
+44
2018-03-02
iscsi: Switch cluster_sectors to byte-based
Eric Blake
1
-21
/
+35
2018-03-02
gluster: Switch to .bdrv_co_block_status()
Eric Blake
1
-36
/
+34
2018-03-02
file-posix: Switch to .bdrv_co_block_status()
Eric Blake
1
-34
/
+30
2018-03-02
block: Switch passthrough drivers to .bdrv_co_block_status()
Eric Blake
5
-28
/
+34
2018-03-02
nvme: Drop pointless .bdrv_co_get_block_status()
Eric Blake
1
-14
/
+0
2018-03-02
block: Add .bdrv_co_block_status() callback
Eric Blake
1
-9
/
+19
2018-03-01
nbd: Honor server's advertised minimum block size
Eric Blake
2
-3
/
+2
2018-03-01
block/nvme: fix Coverity reports
Paolo Bonzini
1
-3
/
+7
2018-02-13
qcow2: Allow configuring the L2 slice size
Alberto Garcia
3
-11
/
+39
2018-02-13
qcow2: Rename l2_table in count_cow_clusters()
Alberto Garcia
1
-2
/
+2
2018-02-13
qcow2: Rename l2_table in count_contiguous_clusters_unallocated()
Alberto Garcia
1
-3
/
+3
2018-02-13
qcow2: Rename l2_table in count_contiguous_clusters()
Alberto Garcia
1
-4
/
+4
2018-02-13
qcow2: Rename l2_table in qcow2_alloc_compressed_cluster_offset()
Alberto Garcia
1
-8
/
+8
2018-02-13
qcow2: Update qcow2_truncate() to support L2 slices
Alberto Garcia
1
-3
/
+3
2018-02-13
qcow2: Update expand_zero_clusters_in_l1() to support L2 slices
Alberto Garcia
1
-23
/
+28
2018-02-13
qcow2: Prepare expand_zero_clusters_in_l1() for adding L2 slice support
Alberto Garcia
1
-91
/
+96
2018-02-13
qcow2: Read refcount before L2 table in expand_zero_clusters_in_l1()
Alberto Garcia
1
-6
/
+6
2018-02-13
qcow2: Update qcow2_update_snapshot_refcount() to support L2 slices
Alberto Garcia
1
-14
/
+18
2018-02-13
qcow2: Prepare qcow2_update_snapshot_refcount() for adding L2 slice support
Alberto Garcia
1
-69
/
+75
2018-02-13
qcow2: Update zero_single_l2() to support L2 slices
Alberto Garcia
1
-14
/
+14
[next]