qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 03/16] Add iov_clear()


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 03/16] Add iov_clear()
Date: Fri, 05 Aug 2011 16:19:00 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Red Hat/3.1.11-2.el6_1 Thunderbird/3.1.11

On 08/05/11 13:30, Kevin Wolf wrote:
Am 04.08.2011 17:10, schrieb Gerd Hoffmann:
Fill the spefified area with zeros.

Signed-off-by: Gerd Hoffmann<address@hidden>

Looks like we're starting to duplicate everything in qemu_iovec_* and
iov_*...

Any reason not to use QEMUIOVector?

I *do* use QEMUIOVector, but for the actual copy I'm using iov_{from,to}_buf() instead of qemu_iovec_{from,to}_buffer because the former allows to specify an offset.

But, yea, we have some duplication here, qemu_iovec_* can just call iov_* instead of reimplementing stuff ...

cheers,
  Gerd

Attachment: x
Description: Text document


reply via email to

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