From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FqYIG-0002Pw-RF for qemu-devel@nongnu.org; Wed, 14 Jun 2006 12:32:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FqYIF-0002PB-5c for qemu-devel@nongnu.org; Wed, 14 Jun 2006 12:32:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FqYIE-0002P6-TI for qemu-devel@nongnu.org; Wed, 14 Jun 2006 12:32:34 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FqYRR-0003TD-E8 for qemu-devel@nongnu.org; Wed, 14 Jun 2006 12:42:05 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Simulation of MIPS interrupts? Date: Wed, 14 Jun 2006 17:32:30 +0100 References: <448C4CF2.6000308@gmail.com> In-Reply-To: <448C4CF2.6000308@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606141732.31090.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > IRQ > exec (b) > jump 0xbfc00380 > do sth, issue second IRQ > IRQ Are you sure this is actually an IRQ, not some other sort of exception? Paul