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
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
2014-12-10
block: remove BLOCK_OPT_NOCOW from vpc_create_opts
Jeff Cody
2014-10-20
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
2014-09-25
vpc: fix beX_to_cpu() and cpu_to_beX() confusion
Stefan Hajnoczi
2014-09-12
block: round up file size to nearest sector
Hu Tao
2014-09-10
Fix improper usage of cpu_to_be32 in vpc
Xiaodong Gong
2014-08-15
vpc: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
block: vpc - use block layer ops in vpc_create, instead of posix calls
Jeff Cody
2014-07-01
qemu-img create: add 'nocow' option
Chunyan Liu
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
2014-06-16
vpc.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-04-01
vpc: Validate block size (CVE-2014-0142)
Kevin Wolf
2014-04-01
vpc/vhd: add bounds check for max_table_entries and block_size (CVE-2014-0144)
Jeff Cody
2014-02-21
block: do not abuse EMEDIUMTYPE
Paolo Bonzini
2013-12-03
block drivers: add discard/write_zeroes properties to bdrv_get_info implement...
Paolo Bonzini
2013-12-03
vpc, vhdx: add get_info
Paolo Bonzini
2013-11-07
block/vpc: fix virtual size for images created with disk2vhd
Peter Lieven
2013-10-24
block/vpc: check that the image has not been truncated
Peter Lieven
2013-09-25
block: vpc - use QEMU_PACKED for on-disk structures
Jeff Cody
2013-09-12
bdrv: Use "Error" for creating images
Max Reitz
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
2013-06-28
vpc: Implement .bdrv_has_zero_init
Kevin Wolf
2013-03-15
block: Add options QDict to .bdrv_open()
Kevin Wolf
2013-02-12
Revert "block/vpc: Fix size calculation"
Stefan Hajnoczi
2013-02-11
block/vpc: Fix size calculation
Stefan Weil
2013-02-01
vpc: Fix bdrv_open() error handling
Kevin Wolf
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
migration: move include files to include/migration/
Paolo Bonzini
2012-12-19
block: move include files to include/block/
Paolo Bonzini
2012-12-11
block: vpc support for ~2 TB disks
Charles Arnold
2012-12-11
block: vpc initialize the uuid footer field
Charles Arnold
2012-09-24
block: vpc image file reopen
Jeff Cody
[next]