From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [RFC][PATCH v2 00/11] uq/master: irqfd-based interrupt injection for virtio/vhost Date: Sun, 20 May 2012 17:42:28 +0300 Message-ID: <20120520144227.GB17809@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , Marcelo Tosatti , kvm@vger.kernel.org, qemu-devel To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:30465 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755164Ab2ETOmY (ORCPT ); Sun, 20 May 2012 10:42:24 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: 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