From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56911 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfqYk-00053H-2y for qemu-devel@nongnu.org; Thu, 20 Jan 2011 04:12:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfqXR-00062b-C6 for qemu-devel@nongnu.org; Thu, 20 Jan 2011 04:10:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfqXQ-00062W-UH for qemu-devel@nongnu.org; Thu, 20 Jan 2011 04:10:41 -0500 Date: Thu, 20 Jan 2011 11:10:25 +0200 From: "Michael S. Tsirkin" Message-ID: <20110120091025.GA3086@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] Re: [PATCH 0/3] pci: disable intx on flr/bus reset List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaku Yamahata Cc: qemu-devel@nongnu.org On Thu, Jan 20, 2011 at 04:21:37PM +0900, Isaku Yamahata wrote: > So far pci_device_reset() is used for system reset. > In that case, interrupt controller is also reset so that > all irq is are deasserted. > But now pci bus reset/flr is supported, and in that case irq needs to be > disabled explicitly. Simply->simplify Otherwise looks good. Applied, thanks! > Isaku Yamahata (3): > pci: deassert intx on reset. > msi: simply write config a bit. > msix: simply write config > > hw/msi.c | 5 +---- > hw/msix.c | 5 +---- > hw/pci.c | 9 +++++++++ > hw/pci.h | 2 ++ > 4 files changed, 13 insertions(+), 8 deletions(-)