qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/2] add qemu_iovec_init_external


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 1/2] add qemu_iovec_init_external
Date: Sat, 28 Mar 2009 12:46:46 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Christoph Hellwig wrote:
Allow to initialize a QEMUIOVector from an externally allocated iovec.
qiov->nalloc is initialized to -1 to indicate external storage for qiov->iov
and all functions dealing with memory management assert on the iovec beeing
an internally managed first.

Applied whole series.  Thanks.

I also committed a patch I had lying around that switches virtio to the new DMA API.

Regards,

Anthony Liguori





reply via email to

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