From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ME3dl-0003pn-4x for qemu-devel@nongnu.org; Tue, 09 Jun 2009 11:53:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ME3df-0003nX-FV for qemu-devel@nongnu.org; Tue, 09 Jun 2009 11:53:31 -0400 Received: from [199.232.76.173] (port=47183 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ME3df-0003nU-8E for qemu-devel@nongnu.org; Tue, 09 Jun 2009 11:53:27 -0400 Received: from mx2.redhat.com ([66.187.237.31]:41935) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ME3de-0005nq-ME for qemu-devel@nongnu.org; Tue, 09 Jun 2009 11:53:26 -0400 Date: Tue, 9 Jun 2009 18:53:21 +0300 From: Gleb Natapov Subject: Re: [Qemu-devel] [PATCH 2/3] Add pci_bus_reset() function. Message-ID: <20090609155321.GM5558@redhat.com> References: <1244465766-6349-1-git-send-email-gleb@redhat.com> <1244465766-6349-2-git-send-email-gleb@redhat.com> <4A2D219F.1020408@redhat.com> <20090608143710.GM27210@redhat.com> <4A2D85B8.1090301@redhat.com> <20090609053154.GO27210@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: Yaniv Kamay , Dor Laor , Avi Kivity , qemu-devel@nongnu.org On Tue, Jun 09, 2009 at 06:07:00PM +0300, Blue Swirl wrote: > Here's a 5 min patch to add reset to e1000 and rtl8139. Not too difficult? > By the way I see that you don't lower irq line in e1000 reset handler (haven't looked at rtl8139 one). -- Gleb.