From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXXRO-0006O3-QK for qemu-devel@nongnu.org; Wed, 01 May 2013 09:51:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXXRN-00016Y-8d for qemu-devel@nongnu.org; Wed, 01 May 2013 09:51:26 -0400 Received: from smtp1-g21.free.fr ([2a01:e0c:1:1599::10]:57226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXXRM-00014v-Q6 for qemu-devel@nongnu.org; Wed, 01 May 2013 09:51:25 -0400 Message-ID: <51811DD5.1090601@reactos.org> Date: Wed, 01 May 2013 15:51:17 +0200 From: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= MIME-Version: 1.0 References: <1367388411-13193-1-git-send-email-hpoussin@reactos.org> <51811367.5030109@twiddle.net> In-Reply-To: <51811367.5030109@twiddle.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH for 1.5] Revert "target-i386: Use movcond to implement rotate flags." List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org Richard Henderson a =C3=A9crit : > On 2013-05-01 07:06, Herv=C3=A9 Poussineau wrote: >> This commit breaks boot of MS-DOS 6.22, which stops at: >> MODE CON CODEPAGE PREPARE=3D((850) C:\DOS\EGA.CPI) >> >> This reverts part of commit 34d80a55ff8517fd37bcfea5063b9797e2bd9132. >> >> Signed-off-by: Herv=C3=A9 Poussineau >=20 > I strongly suspect the bug is now fixed by=20 > 089305ac0a273e64c9a5655d26da7fe19ecee66f and there's no need for a reve= rt. No, the bug is still present in e9016ee2bda1b7757072b856b2196f691aee3388. Herv=C3=A9