From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHk5d-000400-Uk for qemu-devel@nongnu.org; Mon, 07 Dec 2009 15:21:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHk5a-0003tR-3H for qemu-devel@nongnu.org; Mon, 07 Dec 2009 15:21:49 -0500 Received: from [199.232.76.173] (port=40047 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHk5Z-0003tJ-OP for qemu-devel@nongnu.org; Mon, 07 Dec 2009 15:21:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:15534) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHk5Z-00087G-8Z for qemu-devel@nongnu.org; Mon, 07 Dec 2009 15:21:45 -0500 Date: Mon, 7 Dec 2009 22:18:50 +0200 From: "Michael S. Tsirkin" Message-ID: <20091207201850.GA9198@redhat.com> References: <4B1C3377.1020509@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B1C3377.1020509@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL] pci compliance fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: "qemu-devel@nongnu.org" Anthony, two patchsets with pci compliance fixes are now on my pci tree. They fix WHQL errors. We should also consider them for 0.12. I think that msi function mask fix is definitely safe for that, interrupt status fixes might be slightly more risky as they affect all devices. The following changes since commit 5d7ff5bbde21858b43af38e7cb5cae59bd4668ad: Andreas Faerber (1): TCG: Mac OS X support for ppc64 target are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony Michael S. Tsirkin (5): msix: macro rename for function mask support msix: function mask support pci: prepare irq code for interrupt state pci: interrupt status bit implementation pci: interrupt disable bit support hw/msix.c | 74 +++++++++++++++++++++---------- hw/pci.c | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++++-------- hw/pci.h | 4 +- 3 files changed, 179 insertions(+), 43 deletions(-) -- MST