From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDGFY-0006L0-2D for qemu-devel@nongnu.org; Wed, 25 Nov 2009 06:41:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDGFT-0006KL-2A for qemu-devel@nongnu.org; Wed, 25 Nov 2009 06:41:31 -0500 Received: from [199.232.76.173] (port=54732 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDGFS-0006KA-OC for qemu-devel@nongnu.org; Wed, 25 Nov 2009 06:41:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60197) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDGFS-00012P-98 for qemu-devel@nongnu.org; Wed, 25 Nov 2009 06:41:26 -0500 Date: Wed, 25 Nov 2009 13:38:47 +0200 From: "Michael S. Tsirkin" Message-ID: <20091125113846.GA9322@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/5] msix: multiple PCI compliance fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, anthony@codemonkey.ws Here's a patch set fixing sevral PCI compliance issues, found by testing with windows guests. Applies on top of msix patch I sent previously. Michael S. Tsirkin (5): msix: fix mask bit state after reset msix: fix reset value for enable bit msix: macro rename for function mask support msix: function mask support msix: clear pending bit of an unused vector hw/msix.c | 111 +++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 79 insertions(+), 32 deletions(-)