From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [PATCH v2 0/2] pci-assign: Fix MSI-X support Date: Thu, 22 Sep 2011 12:08:55 -0600 Message-ID: <20110922180823.13603.57187.stgit@s20.home> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: jan.kiszka@siemens.com, avi@redhat.com, yongjie.ren@intel.com, alex.williamson@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:38448 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752670Ab1IVSJA (ORCPT ); Thu, 22 Sep 2011 14:09:00 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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 --- Alex Williamson (2): pci-assign: Fix MSI-X capability test pci-assign: Re-order initfn for memory API hw/device-assignment.c | 24 +++++++++++++++--------- 1 files changed, 15 insertions(+), 9 deletions(-)