47 Commits (ad82be2f4feda6260d499cb923bf2a59d3838493)

Author SHA1 Message Date
Eric Blake ad82be2f4f block: Drop raw_refresh_limits() 10 years ago
Eduardo Habkost 9be385980d coccinelle: Remove unnecessary variables for function return value 10 years ago
Eduardo Habkost 6b62d96137 error: Remove unnecessary local_err variables 10 years ago
Eduardo Habkost 621ff94d50 error: Remove NULL checks on error_propagate() calls 10 years ago
Eric Blake 39ad937e16 raw_bsd: Convert to bdrv_co_pwrite_zeroes() 10 years ago
Eric Blake 74021bc497 block: Switch bdrv_write_zeroes() to byte interface 10 years ago
Eric Blake 465fe887cc block: Honor BDRV_REQ_FUA during write_zeroes 10 years ago
Eric Blake 4df863f336 block: Make supported_write_flags a per-bds property 10 years ago
Kevin Wolf cab3a3563c block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev 10 years ago
Kevin Wolf 78a07294d5 block: Introduce bdrv_driver_pwritev() 10 years ago
Kevin Wolf 5481531154 raw: Support BDRV_REQ_FUA 11 years ago
Markus Armbruster da34e65cb4 include/qemu/osdep.h: Don't include qapi/error.h 11 years ago
Fam Zheng 02650acbc6 raw: Assign bs to file in raw_co_get_block_status 11 years ago
Fam Zheng 67a0fd2a9b block: Add "file" output parameter to block status query functions 11 years ago
Peter Maydell 80c71a241a block: Clean up includes 11 years ago
Fam Zheng 83c98d7b92 block: Drop BlockDriver.bdrv_ioctl 11 years ago
Max Reitz 1354c47378 block/raw_bsd: Drop raw_is_inserted() 11 years ago
Max Reitz e031f75048 block: Make bdrv_is_inserted() return a bool 11 years ago
Kevin Wolf 9a4f4c3156 block: Convert bs->file to BdrvChild 11 years ago
Ekaterina Tumanova 1a9335e4a9 block: Add driver methods to probe blocksizes and geometry 12 years ago
Max Reitz 5f535a941e block: Make essential BlockDriver objects public 12 years ago
Kevin Wolf 38f3ef574b raw: Prohibit dangerous writes for probed images 12 years ago
Markus Armbruster 097310b53e block: Rename BlockDriverCompletionFunc to BlockCompletionFunc 12 years ago
Markus Armbruster 7c84b1b831 block: Rename BlockDriverAIOCB* to BlockAIOCB* 12 years ago
Kevin Wolf 3baca89139 block: Add Error argument to bdrv_refresh_limits() 12 years ago
Chunyan Liu c282e1fdf7 cleanup QEMUOptionParameter 12 years ago
Chunyan Liu cd3a4cf631 raw_bsd.c: replace QEMUOptionParameter with QemuOpts 12 years ago
Chunyan Liu 83d0521a1e change block layer to support both QemuOpts and QEMUOptionParamter 12 years ago
Markus Armbruster 84d18f065f Use error_is_set() only when necessary 13 years ago
Kevin Wolf ad6aef43d3 raw: Fix BlockLimits passthrough 13 years ago
Peter Lieven 04f19e4d2d block/raw: copy BlockLimits on raw_open 13 years ago
Peter Lieven aa7bfbfff7 block: add flags to bdrv_*_write_zeroes 13 years ago
Kevin Wolf b94a261057 block: Avoid unecessary drv->bdrv_getlength() calls 13 years ago
Max Reitz 92f1deec31 block/raw_bsd: Employ error parameter 13 years ago
Peter Lieven 92bc50a5ad block/get_block_status: avoid redundant callouts on raw devices 13 years ago
Max Reitz cc84d90ff5 block: Error parameter for create functions 13 years ago
Max Reitz d5124c00d8 bdrv: Use "Error" for creating images 13 years ago
Max Reitz 015a1036a7 bdrv: Use "Error" for opening images 13 years ago
Paolo Bonzini b6b8a33354 block: introduce bdrv_get_block_status API 13 years ago
Paolo Bonzini bdad13b9de block: make bdrv_co_is_allocated static 13 years ago
Laszlo Ersek 7a6d3fc594 switch raw block driver from "raw.o" to "raw_bsd.o" 13 years ago
Laszlo Ersek 775d6afd5c raw_bsd: register bdrv_raw 13 years ago
Laszlo Ersek ff369a483d raw_bsd: add raw_create_options 13 years ago
Laszlo Ersek 01dd96d8f4 raw_bsd: introduce "special members" 13 years ago
Laszlo Ersek 1565262c37 raw_bsd: add raw_create() 13 years ago
Laszlo Ersek 9eaafd90d1 raw_bsd: emit debug events in bdrv_co_readv() and bdrv_co_writev() 13 years ago
Laszlo Ersek e1c66c6d82 add skeleton for BSD licensed "raw" BlockDriver 13 years ago