From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUpIE-0000qv-QQ for qemu-devel@nongnu.org; Tue, 12 Jan 2010 17:32:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUpIA-0000m2-Aj for qemu-devel@nongnu.org; Tue, 12 Jan 2010 17:32:54 -0500 Received: from [199.232.76.173] (port=38433 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUpIA-0000lz-52 for qemu-devel@nongnu.org; Tue, 12 Jan 2010 17:32:50 -0500 Received: from qw-out-1920.google.com ([74.125.92.148]:29454) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUpI9-00041i-J0 for qemu-devel@nongnu.org; Tue, 12 Jan 2010 17:32:49 -0500 Received: by qw-out-1920.google.com with SMTP id 14so148789qwa.4 for ; Tue, 12 Jan 2010 14:32:48 -0800 (PST) Message-ID: <4B4CF88C.3050903@codemonkey.ws> Date: Tue, 12 Jan 2010 16:32:44 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <20100111171649.GB11936@redhat.com> In-Reply-To: <20100111171649.GB11936@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH-RFC 01/13] virtio: export virtqueue structure List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org On 01/11/2010 11:16 AM, Michael S. Tsirkin wrote: > vhost needs physical addresses for > ring so expose that structure. > > Signed-off-by: Michael S. Tsirkin > I think accessor functions might make more sense. Regards, Anthony Liguori