qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH v2 04/13] block: Switch bdrv_write_zeroes() to b


From: Kevin Wolf
Subject: Re: [Qemu-block] [PATCH v2 04/13] block: Switch bdrv_write_zeroes() to byte interface
Date: Thu, 2 Jun 2016 13:01:32 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Am 01.06.2016 um 23:10 hat Eric Blake geschrieben:
> Rename to bdrv_pwrite_zeroes() to let the compiler ensure we
> cater to the updated semantics.  Do the same for
> bdrv_aio_write_zeroes() and bdrv_co_write_zeroes().  Two of the
> three places map to the byte-based counterparts; but for now,
> since we have no byte-based aio write, we still require sector
> alignment in those callers, via assertions.

As it happens, I sent a patch (and you already reviewed it) that removes
the AIO function anyway because those callers don't exist. :-)

So this patch will conflict with it, but I guess I can resolve that
while rebasing.

Kevin



reply via email to

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