index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: add missing call to bdrv_drain_recurse
Paolo Bonzini
2019-11-29
1
-0
/
+1
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2019-11-29
1
-1
/
+1
*
block: Use returned *file in bdrv_co_get_block_status
Fam Zheng
2019-11-29
1
-2
/
+2
*
vmdk: Return extent's file in bdrv_get_block_status
Fam Zheng
2019-11-29
1
-2
/
+2
*
vmdk: Fix calculation of block status's offset
Fam Zheng
2019-11-29
1
-2
/
+4
*
vpc: Assign bs->file->bs to file in vpc_co_get_block_status
Fam Zheng
2019-11-29
1
-0
/
+2
*
vdi: Assign bs->file->bs to file in vdi_co_get_block_status
Fam Zheng
2019-11-29
1
-0
/
+1
*
sheepdog: Assign bs to file in sd_co_get_block_status
Fam Zheng
2019-11-29
1
-0
/
+3
*
qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_status
Fam Zheng
2019-11-29
1
-0
/
+3
*
parallels: Assign bs->file->bs to file in parallels_co_get_block_status
Fam Zheng
2019-11-29
1
-0
/
+1
*
iscsi: Assign bs to file in iscsi_co_get_block_status
Fam Zheng
2019-11-29
1
-0
/
+3
*
raw: Assign bs to file in raw_co_get_block_status
Fam Zheng
2019-11-29
2
-0
/
+2
*
qcow2: Assign bs->file->bs to file in qcow2_co_get_block_status
Fam Zheng
2019-11-29
1
-0
/
+1
*
qcow: Assign bs->file->bs to file in qcow_co_get_block_status
Fam Zheng
2019-11-29
1
-0
/
+1
*
block: Add "file" output parameter to block status query functions
Fam Zheng
2019-11-29
14
-26
/
+48
*
block: acquire in bdrv_query_image_info
Paolo Bonzini
2019-11-29
1
-2
/
+7
*
block: Add blk_remove_all_bs()
Max Reitz
2019-11-29
1
-0
/
+15
*
block: Use blk_remove_bs() in blk_delete()
Max Reitz
2019-11-29
1
-4
/
+3
*
block: Remove BDS close notifier
Max Reitz
2019-11-29
1
-7
/
+0
*
block: Add BB-BDS remove/insert notifiers
Max Reitz
2019-11-29
1
-0
/
+20
*
vmdk: Fix converting to streamOptimized
Fam Zheng
2019-11-29
1
-1
/
+5
*
block/qapi: Emit tray_open only if there is a tray
Max Reitz
2019-11-29
1
-1
/
+1
*
block: Add blk_dev_has_tray()
Max Reitz
2019-11-29
1
-1
/
+9
*
vmdk: Create streamOptimized as version 3
Fam Zheng
2019-11-29
1
-1
/
+7
*
qcow2: Make image inaccessible after failed qcow2_invalidate_cache()
Kevin Wolf
2019-11-29
1
-0
/
+3
*
qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache()
Kevin Wolf
2019-11-29
1
-1
/
+2
*
qcow2: Implement .bdrv_inactivate
Kevin Wolf
2019-11-29
1
-17
/
+28
*
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
2019-11-29
3
-7
/
+7
*
block: Assert no write requests under BDRV_O_INCOMING
Kevin Wolf
2019-11-29
1
-0
/
+2
*
qcow2: Write full header on image creation
Kevin Wolf
2019-11-29
1
-0
/
+7
*
qcow2: Write feature table only for v3 images
Kevin Wolf
2019-11-29
1
-23
/
+25
*
block: Clean up includes
Peter Maydell
2019-11-29
53
-18
/
+53
*
block/raw-posix: avoid bogus fixup for cylinders on DASD disks
Christian Borntraeger
2019-11-29
1
-7
/
+0
*
nbd-server: do not exit on failed memory allocation
Paolo Bonzini
2019-11-29
1
-0
/
+5
*
iscsi: send readcapacity10 when readcapacity16 failed
Zhu Lingshan
2019-11-29
1
-1
/
+6
*
vhdx: Fix "log that needs to be replayed" error message
Markus Armbruster
2019-11-29
1
-6
/
+7
*
vmdk: Clean up "Invalid extent lines" error message
Markus Armbruster
2019-11-29
1
-7
/
+13
*
vmdk: Clean up control flow in vmdk_parse_extents() a bit
Markus Armbruster
2019-11-29
1
-13
/
+15
*
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2019-11-29
1
-2
/
+2
*
error: Use error_prepend() where it makes obvious sense
Markus Armbruster
2019-11-29
2
-6
/
+4
*
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
2019-11-29
1
-3
/
+2
*
error: Use error_report_err() where appropriate (again)
Markus Armbruster
2019-11-29
1
-2
/
+1
*
iscsi: fix readcapacity error message
Zhu Lingshan
2019-11-29
1
-1
/
+1
*
block/qapi: Clear err for further error
Fam Zheng
2019-11-29
1
-0
/
+1
*
block/mirror: replace IOV_MAX with blk_get_max_iov()
Stefan Hajnoczi
2019-11-29
1
-2
/
+4
*
block: replace IOV_MAX with BlockLimits.max_iov
Stefan Hajnoczi
2019-11-29
1
-1
/
+2
*
block-backend: add blk_get_max_iov()
Stefan Hajnoczi
2019-11-29
1
-0
/
+5
*
block: add BlockLimits.max_iov field
Stefan Hajnoczi
2019-11-29
1
-0
/
+7
*
block/qapi: allow best-effort query
John Snow
2019-11-29
1
-3
/
+4
*
block/qapi: explicitly warn if !has_full_backing_filename
John Snow
2019-11-29
1
-3
/
+4
[next]