From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgAMM-0006Qp-UI for qemu-devel@nongnu.org; Fri, 02 May 2014 06:06:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WgAMF-00076j-HO for qemu-devel@nongnu.org; Fri, 02 May 2014 06:06:26 -0400 Message-ID: <53636E1A.3020201@suse.de> Date: Fri, 02 May 2014 12:06:18 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1398287975-14684-1-git-send-email-hpoussin@reactos.org> <1398287975-14684-3-git-send-email-hpoussin@reactos.org> In-Reply-To: <1398287975-14684-3-git-send-email-hpoussin@reactos.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 2/2] ohw: let the right reset entry point 0xfff00100 jump to the currently wrong entry point (0xfffffffc) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= Cc: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 04/23/2014 11:19 PM, Herv=C3=A9 Poussineau wrote: > This is easier to do this than to copy the code from the wrong entry po= int to the right entry point. > > Suggested-by: Alexander Graf > Signed-off-by: Herv=C3=A9 Poussineau Acked-by: Alexander Graf Alex