Home
last modified time | relevance | path

Searched hist:fef6070e (Results 1 – 1 of 1) sorted by relevance

/qemu/block/
H A Dvpc.cfef6070e Wed Jul 23 21:23:00 GMT 2014 Jeff Cody <jcody@redhat.com> block: vpc - use block layer ops in vpc_create, instead of posix calls

Use the block layer to create, and write to, the image file in the VPC
.bdrv_create() operation.

This has a couple of benefits: Images can now be created over protocols,
and hacks such as NOCOW are not needed in the image format driver, and
the underlying file protocol appropriate for the host OS can be relied
upon.

Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>