From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaTp3-0006sr-U8 for qemu-devel@nongnu.org; Thu, 09 May 2013 12:36:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaToy-0004Fj-AE for qemu-devel@nongnu.org; Thu, 09 May 2013 12:36:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaToy-0004FX-2S for qemu-devel@nongnu.org; Thu, 09 May 2013 12:35:56 -0400 From: Alex Williamson Date: Thu, 09 May 2013 10:35:53 -0600 Message-ID: <20130509163157.22536.68566.stgit@bling.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/2] pci-assign: MSI affinity support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jan.kiszka@siemens.com, mst@redhat.com Cc: qemu-devel@nongnu.org I posted these about 6 months ago and Jan felt we should implement MSI notifiers like we have for MSI-X. That still hasn't happened. This is a pretty trivial addition to pci-assign and could easily be ported to MSI notifiers if anyone cares enough down the road to implement them. I don't feel that this, or the vfio patch that adds the same, warrants that kind of infrastructure. I expect these are for qemu-1.6. Thanks, Alex --- Alex Williamson (2): pci-assign: Refactor MSI virq array pci-assign: Add MSI affinity support hw/i386/kvm/pci-assign.c | 78 +++++++++++++++++++++++++++++++--------------- 1 file changed, 53 insertions(+), 25 deletions(-)