From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v2 0/2] pci-assign: Fix MSI-X support Date: Mon, 3 Oct 2011 16:39:22 -0300 Message-ID: <20111003193922.GB20893@amt.cnet> References: <20110922180823.13603.57187.stgit@s20.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, jan.kiszka@siemens.com, avi@redhat.com, yongjie.ren@intel.com To: Alex Williamson Return-path: Received: from mx1.redhat.com ([209.132.183.28]:11013 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756250Ab1JCTko (ORCPT ); Mon, 3 Oct 2011 15:40:44 -0400 Content-Disposition: inline In-Reply-To: <20110922180823.13603.57187.stgit@s20.home> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Sep 22, 2011 at 12:08:55PM -0600, Alex Williamson wrote: > Assigned device MSI-X support hasn't been working, this fixes > it. I believe this should also fix: > > https://bugs.launchpad.net/qemu/+bug/830558 > > v2: > Incorporate comments from Jan > > WRT exposing KVM_CAP_DEVICE_MSIX, I'll send a patch with a big > comment noting that we can't rely on it for older kernels. Maybe > some day we'll draw a line in the sand and be able to use it. > Thanks, > > Alex Applied, thanks.