From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUP9Z-00049S-U4 for qemu-devel@nongnu.org; Wed, 08 Jun 2011 16:15:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUP9X-0002tH-9X for qemu-devel@nongnu.org; Wed, 08 Jun 2011 16:15:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUP9W-0002t7-Q8 for qemu-devel@nongnu.org; Wed, 08 Jun 2011 16:14:59 -0400 Date: Wed, 8 Jun 2011 23:15:15 +0300 From: "Michael S. Tsirkin" Message-ID: <20110608201514.GB31791@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 0/7] msi: Small cleanups and fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Gerd Hoffmann , qemu-devel , Alexander Graf On Wed, Jun 08, 2011 at 12:26:38PM +0200, Jan Kiszka wrote: > A few patches to the MSI and MSI-X layer that clean up the interfaces > and fix reset issues. Are there any more fixes besides the typo in uninit? > They are from my MSI rework to prepare it for > KVM's requirements (in-kernel irqchip). > > CC: Alexander Graf > CC: Gerd Hoffmann > > Jan Kiszka (7): > msi: Fix copy&paste mistake in msi_uninit > msi: Guard msi/msix_write_config with msi_present > msi: Guard msi_reset with msi_present > msi: Use msi/msix_present more consistently > ahci/intel-hda: Properly reset MSI state > msix: Align MSI-X constants to libpci definitions and extend them > msi: Move PCI_MSI_PENDING_32/64 into pci_regs.h > > hw/ide/ahci.c | 2 ++ > hw/intel-hda.c | 8 +++----- > hw/msi.c | 15 ++++++++------- > hw/msix.c | 39 ++++++++++++++++++++------------------- > hw/pci_regs.h | 16 ++++++++++------ > 5 files changed, 43 insertions(+), 37 deletions(-)