From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [PATCH 0/6] pci-assign: Multiple fixes and cleanups Date: Wed, 16 Nov 2011 13:45:17 -0700 Message-ID: <20111116203834.23506.21535.stgit@bling.home> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: jan.kiszka@siemens.com, alex.williamson@redhat.com, yongjie.ren@intel.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:57738 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751855Ab1KPUpV (ORCPT ); Wed, 16 Nov 2011 15:45:21 -0500 Sender: kvm-owner@vger.kernel.org List-ID: These patches are all independent. Patch 1 & 2 fix serious usability bugs. Patches 3-6 are more subtle things that Markus was able to find with Coverity. Patch 1 fixes https://bugs.launchpad.net/qemu/+bug/875723 I also tested https://bugs.launchpad.net/qemu/+bug/877155 but I'm unable to reproduce. An 82576 VF works just fine in a Windows 2008 guest with this patch series. Thanks, Alex --- Alex Williamson (6): pci-assign: Harden I/O port test pci-assign: Remove bogus PCIe lnkcap wmask setting pci-assign: Fix PCIe lnkcap pci-assign: Fix PCI_EXP_FLAGS_TYPE shift pci-assign: Fix I/O port pci-assign: Fix device removal hw/device-assignment.c | 137 ++++++++++++++++++++---------------------------- 1 files changed, 57 insertions(+), 80 deletions(-)