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-10-20
block: Make device model's references to BlockBackend strong
Markus Armbruster
1
-0
/
+2
2014-10-20
block: Lift device model API into BlockBackend
Markus Armbruster
2
-15
/
+144
2014-10-20
block/qapi: Convert qmp_query_block() to BlockBackend
Markus Armbruster
1
-7
/
+8
2014-10-20
blockdev: Fix blockdev-add not to create DriveInfo
Markus Armbruster
1
-1
/
+1
2014-10-20
blockdev: Drop superfluous DriveInfo member id
Markus Armbruster
1
-1
/
+0
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-0
/
+262
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
22
-70
/
+70
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
17
-132
/
+132
2014-10-20
block: Merge BlockBackend and BlockDriverState name spaces
Markus Armbruster
1
-6
/
+11
2014-10-20
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
11
-17
/
+18
2014-10-20
block: Make BlockBackend own its BlockDriverState
Markus Armbruster
1
-4
/
+2
2014-10-20
block: Code motion to get rid of stubs/blockdev.c
Markus Armbruster
1
-0
/
+13
2014-10-20
block: Connect BlockBackend and DriveInfo
Markus Armbruster
1
-0
/
+38
2014-10-20
block: Connect BlockBackend to BlockDriverState
Markus Armbruster
1
-3
/
+68
2014-10-20
block: New BlockBackend
Markus Armbruster
2
-1
/
+121
2014-10-20
block: Split bdrv_new_root() off bdrv_new()
Markus Armbruster
2
-2
/
+2
2014-10-20
nbd: Fix filename generation
Max Reitz
1
-15
/
+29
2014-10-20
block/raw-posix: use seek_hole ahead of fiemap
Tony Breeds
1
-2
/
+2
2014-10-20
block/raw-posix: Fix disk corruption in try_fiemap
Tony Breeds
1
-1
/
+1
2014-10-20
qcow2: fix leak of Qcow2DiscardRegion in update_refcount_discard
Zhang Haoyu
1
-0
/
+1
2014-10-04
qapi: Add corrupt field to ImageInfoSpecificQCow2
Max Reitz
1
-0
/
+3
2014-10-03
vmdk: Fix integer overflow in offset calculation
Fam Zheng
1
-1
/
+1
2014-10-03
ssh: Don't crash if either host or path is not specified.
Richard W.M. Jones
1
-0
/
+10
2014-09-30
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-7
/
+12
2014-09-30
block/iscsi: handle failure on malloc of the allocationmap
Peter Lieven
1
-7
/
+12
2014-09-29
raw-posix: Fix build without posix_fallocate()
Kevin Wolf
1
-4
/
+14
2014-09-29
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2
-25
/
+41
2014-09-26
trace-events: drop orphan iscsi trace events
Stefan Hajnoczi
1
-1
/
+0
2014-09-25
vpc: fix beX_to_cpu() and cpu_to_beX() confusion
Stefan Hajnoczi
1
-22
/
+22
2014-09-25
blkdebug: show an error for invalid event names
Stefan Hajnoczi
1
-3
/
+19
2014-09-23
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
19
-676
/
+403
2014-09-22
block: vhdx - fix reading beyond pointer during image creation
Jeff Cody
1
-8
/
+8
2014-09-22
block: delete cow block driver
Stefan Hajnoczi
2
-434
/
+1
2014-09-22
block/archipelago: Fix typo in qemu_archipelago_truncate()
Chrysostomos Nanakos
1
-1
/
+1
2014-09-22
qcow2: Add overlap-check.template option
Max Reitz
2
-2
/
+23
2014-09-22
qcow2: Fix leak of QemuOpts in qcow2_open()
Max Reitz
1
-2
/
+3
2014-09-22
qcow2: Check L1/L2/reftable entries for alignment
Max Reitz
2
-5
/
+82
2014-09-22
qcow2: Use qcow2_signal_corruption() for overlaps
Max Reitz
1
-21
/
+3
2014-09-22
qcow2: Add qcow2_signal_corruption()
Max Reitz
2
-0
/
+53
2014-09-22
qapi/block: Add "fatal" to BLOCK_IMAGE_CORRUPTED
Max Reitz
1
-0
/
+1
2014-09-22
block: Introduce "null" drivers
Fam Zheng
2
-0
/
+169
2014-09-22
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
11
-24
/
+24
2014-09-22
win32-aio: Drop win32_aiocb_info.cancel
Fam Zheng
1
-14
/
+0
2014-09-22
sheepdog: Convert sd_aiocb_info.cancel to .cancel_async
Fam Zheng
1
-27
/
+19
2014-09-22
rbd: Drop rbd_aiocb_info.cancel
Fam Zheng
1
-22
/
+1
2014-09-22
quorum: Convert quorum_aiocb_info.cancel to .cancel_async
Fam Zheng
1
-5
/
+2
2014-09-22
quorum: fix quorum_aio_cancel()
Liu Yuan
1
-1
/
+3
2014-09-22
qed: Drop qed_aiocb_info.cancel
Fam Zheng
1
-21
/
+0
2014-09-22
curl: Drop curl_aiocb_info.cancel
Fam Zheng
1
-6
/
+0
2014-09-22
blkverify: Drop blkverify_aiocb_info.cancel
Fam Zheng
1
-19
/
+0
[next]