110 Commits (8301ea444abb49f7b7fb939b09c1e23b22977f30)

Author SHA1 Message Date
Marc-André Lureau 13f1493f82 vpc: use DIV_ROUND_UP 9 years ago
Eric Blake 81caa3cc3b vpc: Check failure of bdrv_getlength() 9 years ago
Mark Cave-Ayland c8115f8eb8 block/vpc: fix uninitialised variable compiler warning 9 years ago
Peter Maydell cfc87e00c2 block/vpc.c: Handle write failures in get_image_offset() 9 years ago
Paolo Bonzini 778b087e51 vpc: make it thread-safe 9 years ago
Max Reitz 3a691c50f1 block: Add PreallocMode to blk_truncate() 9 years ago
Eric Blake d5254033da block: Simplify use of BDRV_BLOCK_RAW 9 years ago
Juan Quintela 795c40b8bd migration: Create migration/blocker.h 9 years ago
Max Reitz ed3d2ec98a block: Add errp to b{lk,drv}_truncate() 10 years ago
Kevin Wolf 55880601d8 block: Add BDRV_O_RESIZE for blk_new_open() 10 years ago
Kevin Wolf 862f215fab block: Request child permissions in format drivers 10 years ago
Kevin Wolf 4e4bf5c42c block: Attach bs->file only during .bdrv_open() 10 years ago
Ashijeet Acharya fe44dc9180 migration: disallow migrate_add_blocker during migration 10 years ago
Fam Zheng 38440a21fa vpc: Use QEMU UUID API 10 years ago
Kevin Wolf a03ef88f77 block: Convert bdrv_co_preadv/pwritev to BdrvChild 10 years ago
Kevin Wolf d9ca2ea2e2 block: Convert bdrv_pwrite(v/_sync) to BdrvChild 10 years ago
Kevin Wolf cf2ab8fc34 block: Convert bdrv_pread(v) to BdrvChild 10 years ago
Paolo Bonzini 58369e22cf qemu-common: stop including qemu/bswap.h from qemu-common.h 11 years ago
Eric Blake 8341f00dc2 block: Allow BDRV_REQ_FUA through blk_pwrite() 10 years ago
Kevin Wolf 513b0f026b vpc: Implement .bdrv_co_pwritev() interface 10 years ago
Kevin Wolf d46b7cc680 vpc: Implement .bdrv_co_preadv() interface 10 years ago
Jeff Cody 9c057d0b68 block/vpc: update comments to be compliant w/coding guidelines 11 years ago
Jeff Cody 32f6439cf7 block/vpc: set errp in vpc_open 11 years ago
Jeff Cody 66176fc6a7 block/vpc: make checks on max table size a bit more lax 11 years ago
Jeff Cody c23fb11bbb block/vpc: Use the correct max sector count for VHD images 11 years ago
Jeff Cody bab246db1d block/vpc: use current_size field for XenConverter VHD images 11 years ago
Stefan Hajnoczi 9bdfb9e8ac vpc: use current_size field for XenServer VHD images 11 years ago
Jeff Cody 0211b9becc block/vpc: set errp in vpc_create 11 years ago
Paolo Bonzini 40a99aace3 vpc: fix return value check for blk_pwrite 11 years ago
Kevin Wolf 72e775c7d9 block: Always set writeback mode in blk_new_open() 11 years ago
Markus Armbruster da34e65cb4 include/qemu/osdep.h: Don't include qapi/error.h 11 years ago
Max Reitz efaa7c4eeb blockdev: Split monitor reference from BB creation 11 years ago
Kevin Wolf b8f45cdf78 vpc: Use BB functions in .bdrv_create() 11 years ago
Kevin Wolf 6340472c54 block: Use writeback in .bdrv_create() implementations 11 years ago
Jeff Cody fb9245c261 block/vpc: give option to force the current_size field in .bdrv_create 11 years ago
Jeff Cody c540d53ac8 block/vpc: choose size calculation method based on creator_app field 11 years ago
Fam Zheng 7429e20788 vpc: Assign bs->file->bs to file in vpc_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
Kevin Wolf 9a4f4c3156 block: Convert bs->file to BdrvChild 11 years ago
Max Reitz 6ebf9aa2ef block: Drop drv parameter from bdrv_open() 11 years ago
Jeff Cody b15deac795 block: vpc - prevent overflow if max_table_entries >= 0x40000000 11 years ago
Alberto Garcia 81e5f78a9f block: use bdrv_get_device_or_node_name() in error messages 12 years ago
Peter Lieven 304ee9174f block/vpc: remove disabled code from get_sector_offset 12 years ago
Peter Lieven 03671ded30 block/vpc: rename footer->size -> footer->current_size 12 years ago
Peter Lieven 690cbb095a block/vpc: make calculate_geometry spec conform 12 years ago
Kevin Wolf 0444dceee4 vpc: Ignore geometry for large images 12 years ago
Peter Lieven 2ec711dcd4 block/vpc: optimize vpc_co_get_block_status 12 years ago
Kevin Wolf 0cc8488706 vpc: Implement bdrv_co_get_block_status() 12 years ago
Kevin Wolf 3f3f20dcd3 vpc: Fix size in fixed image creation 12 years ago