index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
vpc.c
Age
Commit message (
Expand
)
Author
2017-08-31
vpc: use DIV_ROUND_UP
Marc-André Lureau
2017-08-11
vpc: Check failure of bdrv_getlength()
Eric Blake
2017-07-21
block/vpc: fix uninitialised variable compiler warning
Mark Cave-Ayland
2017-07-18
block/vpc.c: Handle write failures in get_image_offset()
Peter Maydell
2017-07-17
vpc: make it thread-safe
Paolo Bonzini
2017-07-11
block: Add PreallocMode to blk_truncate()
Max Reitz
2017-07-10
block: Simplify use of BDRV_BLOCK_RAW
Eric Blake
2017-05-17
migration: Create migration/blocker.h
Juan Quintela
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
2017-02-28
block: Add BDRV_O_RESIZE for blk_new_open()
Kevin Wolf
2017-02-28
block: Request child permissions in format drivers
Kevin Wolf
2017-02-24
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
2017-01-24
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
2016-09-23
vpc: Use QEMU UUID API
Fam Zheng
2016-07-05
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
2016-07-05
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
2016-07-05
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
2016-05-12
vpc: Implement .bdrv_co_pwritev() interface
Kevin Wolf
2016-05-12
vpc: Implement .bdrv_co_preadv() interface
Kevin Wolf
2016-04-15
block/vpc: update comments to be compliant w/coding guidelines
Jeff Cody
2016-04-15
block/vpc: set errp in vpc_open
Jeff Cody
2016-04-15
block/vpc: make checks on max table size a bit more lax
Jeff Cody
2016-04-15
block/vpc: Use the correct max sector count for VHD images
Jeff Cody
2016-04-15
block/vpc: use current_size field for XenConverter VHD images
Jeff Cody
2016-04-15
vpc: use current_size field for XenServer VHD images
Stefan Hajnoczi
2016-04-15
block/vpc: set errp in vpc_create
Jeff Cody
2016-04-12
vpc: fix return value check for blk_pwrite
Paolo Bonzini
2016-03-30
block: Always set writeback mode in blk_new_open()
Kevin Wolf
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-17
blockdev: Split monitor reference from BB creation
Max Reitz
2016-03-14
vpc: Use BB functions in .bdrv_create()
Kevin Wolf
2016-03-14
block: Use writeback in .bdrv_create() implementations
Kevin Wolf
2016-03-14
block/vpc: give option to force the current_size field in .bdrv_create
Jeff Cody
2016-03-14
block/vpc: choose size calculation method based on creator_app field
Jeff Cody
2016-02-02
vpc: Assign bs->file->bs to file in vpc_co_get_block_status
Fam Zheng
2016-02-02
block: Add "file" output parameter to block status query functions
Fam Zheng
2016-01-20
block: Clean up includes
Peter Maydell
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
2015-09-14
block: Drop drv parameter from bdrv_open()
Max Reitz
2015-07-27
block: vpc - prevent overflow if max_table_entries >= 0x40000000
Jeff Cody
2015-04-28
block: use bdrv_get_device_or_node_name() in error messages
Alberto Garcia
2015-03-16
block/vpc: remove disabled code from get_sector_offset
Peter Lieven
2015-03-16
block/vpc: rename footer->size -> footer->current_size
Peter Lieven
2015-03-16
block/vpc: make calculate_geometry spec conform
Peter Lieven
2015-03-16
vpc: Ignore geometry for large images
Kevin Wolf
2015-03-16
block/vpc: optimize vpc_co_get_block_status
Peter Lieven
2015-03-09
vpc: Implement bdrv_co_get_block_status()
Kevin Wolf
2015-03-09
vpc: Fix size in fixed image creation
Kevin Wolf
[next]