qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 4/4] block: vpc - use block layer ops in vpc_cre


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH 4/4] block: vpc - use block layer ops in vpc_create, instead of posix calls
Date: Sat, 19 Jul 2014 15:33:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 18.07.2014 22:54, Jeff Cody wrote:
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 host raw file optimizations (such as nocow) do not need to be
handled in the image format driver.

Signed-off-by: Jeff Cody <address@hidden>
---
  block/vpc.c | 99 +++++++++++++++++++++++++++----------------------------------
  1 file changed, 43 insertions(+), 56 deletions(-)

Reviewed-by: Max Reitz <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]