From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaQzR-0005cZ-Sr for qemu-devel@nongnu.org; Tue, 02 Sep 2008 04:11:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaQzQ-0005c7-6g for qemu-devel@nongnu.org; Tue, 02 Sep 2008 04:11:53 -0400 Received: from [199.232.76.173] (port=44945 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaQzQ-0005c4-3E for qemu-devel@nongnu.org; Tue, 02 Sep 2008 04:11:52 -0400 Received: from mx20.gnu.org ([199.232.41.8]:7816) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KaQzP-0000DR-LR for qemu-devel@nongnu.org; Tue, 02 Sep 2008 04:11:51 -0400 Received: from rv-out-0708.google.com ([209.85.198.245]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KaQzO-0005gf-CR for qemu-devel@nongnu.org; Tue, 02 Sep 2008 04:11:50 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1723882rvb.22 for ; Tue, 02 Sep 2008 01:11:48 -0700 (PDT) Message-ID: <761ea48b0809020111x2e06a3fdi5ba4b6bc94fffdde@mail.gmail.com> Date: Tue, 2 Sep 2008 10:11:48 +0200 From: "Laurent Desnogues" Subject: Re: [Qemu-devel] [PATCH] Fix call_pal() prototype for alpha system emulation In-Reply-To: <20080902001107.GB10676@hall.aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48A6FB7C.60904@reactos.org> <20080902001107.GB10676@hall.aurel32.net> 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 On Tue, Sep 2, 2008 at 2:11 AM, Aurelien Jarno wrote: > >> - Add cpu_reset() function, required for system emulation > > This is wrong, this has to be defined in hw/ along with the machine > code. All of the CPUs have cpu_reset in their respective translate.c or helper.c which gets called by the machine definition in hw/. Laurent