From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SW8Go-0001C2-S8 for qemu-devel@nongnu.org; Sun, 20 May 2012 11:42:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SW8Gm-0001BK-GK for qemu-devel@nongnu.org; Sun, 20 May 2012 11:42:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SW8Gm-0001As-54 for qemu-devel@nongnu.org; Sun, 20 May 2012 11:42:08 -0400 Date: Sun, 20 May 2012 17:42:28 +0300 From: "Michael S. Tsirkin" Message-ID: <20120520144227.GB17809@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [RFC][PATCH v2 00/11] uq/master: irqfd-based interrupt injection for virtio/vhost List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Marcelo Tosatti , Avi Kivity , kvm@vger.kernel.org, qemu-devel On Thu, May 17, 2012 at 10:32:28AM -0300, Jan Kiszka wrote: > After this series, to only reasons to still use qemu-kvm for production > purposes will be PCI device assignment Yay! By the way, there are probably not many reasons to keep the assignment code out of qemu.git. It duplicates a ton of code from core pci, but that's easier to fix in-tree than out of tree. -- MST