From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH v4 0/3] PCI Shared memory device Date: Tue, 13 Apr 2010 00:17:28 +0300 Message-ID: <20100412211728.GB19176@redhat.com> References: <1270680720-8457-1-git-send-email-cam@cs.ualberta.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org To: Cam Macdonell Return-path: Received: from mx1.redhat.com ([209.132.183.28]:50108 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753863Ab0DLVVM (ORCPT ); Mon, 12 Apr 2010 17:21:12 -0400 Content-Disposition: inline In-Reply-To: <1270680720-8457-1-git-send-email-cam@cs.ualberta.ca> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Apr 07, 2010 at 04:51:57PM -0600, Cam Macdonell wrote: > Latest patch for PCI shared memory device that maps a host shared memory object > to be shared between guests FWIW, I still think it would be better to reuse virtio-pci spec for feature negotiation, control etc even if Anthony nacks the reuse of virtio code in qemu. -- MST From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1R4E-0002xO-Sg for qemu-devel@nongnu.org; Mon, 12 Apr 2010 17:21:14 -0400 Received: from [140.186.70.92] (port=60651 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1R4D-0002ux-Fl for qemu-devel@nongnu.org; Mon, 12 Apr 2010 17:21:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1R4C-0000dU-29 for qemu-devel@nongnu.org; Mon, 12 Apr 2010 17:21:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57784) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1R4B-0000dK-R6 for qemu-devel@nongnu.org; Mon, 12 Apr 2010 17:21:12 -0400 Date: Tue, 13 Apr 2010 00:17:28 +0300 From: "Michael S. Tsirkin" Message-ID: <20100412211728.GB19176@redhat.com> References: <1270680720-8457-1-git-send-email-cam@cs.ualberta.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1270680720-8457-1-git-send-email-cam@cs.ualberta.ca> Subject: [Qemu-devel] Re: [PATCH v4 0/3] PCI Shared memory device List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cam Macdonell Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On Wed, Apr 07, 2010 at 04:51:57PM -0600, Cam Macdonell wrote: > Latest patch for PCI shared memory device that maps a host shared memory object > to be shared between guests FWIW, I still think it would be better to reuse virtio-pci spec for feature negotiation, control etc even if Anthony nacks the reuse of virtio code in qemu. -- MST