Age | Commit message (Expand) | Author | Files | Lines |
2016-07-05 | block: Convert bdrv_co_preadv/pwritev to BdrvChild | Kevin Wolf | 1 | -4/+4 |
2016-07-05 | block: Convert bdrv_pwrite(v/_sync) to BdrvChild | Kevin Wolf | 1 | -4/+4 |
2016-07-05 | block: Convert bdrv_pread(v) to BdrvChild | Kevin Wolf | 1 | -4/+4 |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-12 | block: Allow BDRV_REQ_FUA through blk_pwrite() | Eric Blake | 1 | -5/+5 |
2016-05-12 | vpc: Implement .bdrv_co_pwritev() interface | Kevin Wolf | 1 | -43/+43 |
2016-05-12 | vpc: Implement .bdrv_co_preadv() interface | Kevin Wolf | 1 | -37/+42 |
2016-04-15 | block/vpc: update comments to be compliant w/coding guidelines | Jeff Cody | 1 | -34/+34 |
2016-04-15 | block/vpc: set errp in vpc_open | Jeff Cody | 1 | -0/+9 |
2016-04-15 | block/vpc: make checks on max table size a bit more lax | Jeff Cody | 1 | -4/+0 |
2016-04-15 | block/vpc: Use the correct max sector count for VHD images | Jeff Cody | 1 | -5/+5 |
2016-04-15 | block/vpc: use current_size field for XenConverter VHD images | Jeff Cody | 1 | -0/+2 |
2016-04-15 | vpc: use current_size field for XenServer VHD images | Stefan Hajnoczi | 1 | -1/+3 |
2016-04-15 | block/vpc: set errp in vpc_create | Jeff Cody | 1 | -0/+5 |
2016-04-12 | vpc: fix return value check for blk_pwrite | Paolo Bonzini | 1 | -1/+1 |
2016-03-30 | block: Always set writeback mode in blk_new_open() | Kevin Wolf | 1 | -2/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-17 | blockdev: Split monitor reference from BB creation | Max Reitz | 1 | -1/+1 |
2016-03-14 | vpc: Use BB functions in .bdrv_create() | Kevin Wolf | 1 | -16/+21 |
2016-03-14 | block: Use writeback in .bdrv_create() implementations | Kevin Wolf | 1 | -1/+2 |
2016-03-14 | block/vpc: give option to force the current_size field in .bdrv_create | Jeff Cody | 1 | -7/+35 |
2016-03-14 | block/vpc: choose size calculation method based on creator_app field | Jeff Cody | 1 | -5/+82 |
2016-02-02 | vpc: Assign bs->file->bs to file in vpc_co_get_block_status | Fam Zheng | 1 | -0/+2 |
2016-02-02 | block: Add "file" output parameter to block status query functions | Fam Zheng | 1 | -1/+1 |
2016-01-20 | block: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-10-16 | block: Convert bs->file to BdrvChild | Kevin Wolf | 1 | -16/+18 |
2015-09-14 | block: Drop drv parameter from bdrv_open() | Max Reitz | 1 | -1/+1 |
2015-07-27 | block: vpc - prevent overflow if max_table_entries >= 0x40000000 | Jeff Cody | 1 | -4/+14 |
2015-04-28 | block: use bdrv_get_device_or_node_name() in error messages | Alberto Garcia | 1 | -3/+3 |
2015-03-16 | block/vpc: remove disabled code from get_sector_offset | Peter Lieven | 1 | -32/+0 |
2015-03-16 | block/vpc: rename footer->size -> footer->current_size | Peter Lieven | 1 | -4/+5 |
2015-03-16 | block/vpc: make calculate_geometry spec conform | Peter Lieven | 1 | -19/+22 |
2015-03-16 | vpc: Ignore geometry for large images | Kevin Wolf | 1 | -6/+4 |
2015-03-16 | block/vpc: optimize vpc_co_get_block_status | Peter Lieven | 1 | -10/+8 |
2015-03-09 | vpc: Implement bdrv_co_get_block_status() | Kevin Wolf | 1 | -2/+48 |
2015-03-09 | vpc: Fix size in fixed image creation | Kevin Wolf | 1 | -7/+3 |
2014-12-10 | block: remove BLOCK_OPT_NOCOW from vpc_create_opts | Jeff Cody | 1 | -5/+0 |
2014-10-20 | block: Eliminate BlockDriverState member device_name[] | Markus Armbruster | 1 | -1/+1 |
2014-09-25 | vpc: fix beX_to_cpu() and cpu_to_beX() confusion | Stefan Hajnoczi | 1 | -22/+22 |
2014-09-12 | block: round up file size to nearest sector | Hu Tao | 1 | -1/+2 |
2014-09-10 | Fix improper usage of cpu_to_be32 in vpc | Xiaodong Gong | 1 | -4/+4 |
2014-08-15 | vpc: Handle failure for potentially large allocations | Kevin Wolf | 1 | -1/+5 |
2014-08-15 | block: vpc - use block layer ops in vpc_create, instead of posix calls | Jeff Cody | 1 | -63/+43 |
2014-07-01 | qemu-img create: add 'nocow' option | Chunyan Liu | 1 | -0/+29 |
2014-06-16 | cleanup QEMUOptionParameter | Chunyan Liu | 1 | -1/+1 |
2014-06-16 | vpc.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu | 1 | -28/+34 |
2014-04-01 | vpc: Validate block size (CVE-2014-0142) | Kevin Wolf | 1 | -0/+5 |
2014-04-01 | vpc/vhd: add bounds check for max_table_entries and block_size (CVE-2014-0144) | Jeff Cody | 1 | -4/+23 |
2014-02-21 | block: do not abuse EMEDIUMTYPE | Paolo Bonzini | 1 | -1/+2 |
2013-12-03 | block drivers: add discard/write_zeroes properties to bdrv_get_info implement... | Paolo Bonzini | 1 | -0/+1 |