From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NujJW-0002G5-Q5 for qemu-devel@nongnu.org; Thu, 25 Mar 2010 05:25:19 -0400 Received: from [140.186.70.92] (port=48886 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NujJU-0002Dx-08 for qemu-devel@nongnu.org; Thu, 25 Mar 2010 05:25:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NujJS-0007m8-TZ for qemu-devel@nongnu.org; Thu, 25 Mar 2010 05:25:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12121) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NujJS-0007ly-Ju for qemu-devel@nongnu.org; Thu, 25 Mar 2010 05:25:14 -0400 Date: Thu, 25 Mar 2010 11:21:37 +0200 From: "Michael S. Tsirkin" Message-ID: <20100325092137.GC11153@redhat.com> References: <1269497310-21858-1-git-send-email-cam@cs.ualberta.ca> <4BAB2736.7020202@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BAB2736.7020202@redhat.com> Subject: [Qemu-devel] Re: [PATCH v3 0/2] Inter-VM shared memory PCI device List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Cam Macdonell , qemu-devel@nongnu.org, kvm@vger.kernel.org On Thu, Mar 25, 2010 at 11:04:54AM +0200, Avi Kivity wrote: > Again, I recommend Rusty's virtio-pci for inspiration. Not just inspiration, how about building on virtio-pci? -- MST