From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7nyA-0006R6-Lw for qemu-devel@nongnu.org; Sun, 25 Sep 2011 08:38:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R7ny9-0005Sf-DQ for qemu-devel@nongnu.org; Sun, 25 Sep 2011 08:38:06 -0400 Received: from smtp5-g21.free.fr ([212.27.42.5]:40030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7ny8-0005SS-T9 for qemu-devel@nongnu.org; Sun, 25 Sep 2011 08:38:05 -0400 Message-ID: <4E7F209F.10602@reactos.org> Date: Sun, 25 Sep 2011 14:37:51 +0200 From: =?ISO-8859-1?Q?Herv=E9_Poussineau?= MIME-Version: 1.0 References: 1316593164-25199-2-git-send-email-avi@redhat.com <4E7D9505.6000605@reactos.org> <4E7EF1C8.3030005@redhat.com> <4E7F15BD.9010900@redhat.com> In-Reply-To: <4E7F15BD.9010900@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 01/13] mips_jazz: convert to memory API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: QEMU Developers Avi Kivity a =E9crit : > On 09/25/2011 12:18 PM, Avi Kivity wrote: >> On 09/24/2011 11:29 AM, Herv=E9 Poussineau wrote: >>> >>> This part breaks Magnum emulation, where firmware writes to=20 >>> 0x60000000, and then checks if value has been modified. >>> This is not working as expected (value is modified) because=20 >>> memory_region_set_readonly() is unimplemented... >> >> Whoops! Will provide a fix asap. >> >=20 > Please test the attached patch (works for me with 440FX PAM) >=20 Yes, this patch also fixes Magnum emulation. Thanks. Herv=E9