From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXWkI-0003Yx-M5 for qemu-devel@nongnu.org; Wed, 01 May 2013 09:06:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXWkF-0004Za-PC for qemu-devel@nongnu.org; Wed, 01 May 2013 09:06:54 -0400 Received: from mail-bk0-x233.google.com ([2a00:1450:4008:c01::233]:58613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXWkF-0004ZA-Ic for qemu-devel@nongnu.org; Wed, 01 May 2013 09:06:51 -0400 Received: by mail-bk0-f51.google.com with SMTP id y7so630497bkt.38 for ; Wed, 01 May 2013 06:06:50 -0700 (PDT) Sender: Richard Henderson Message-ID: <51811367.5030109@twiddle.net> Date: Wed, 01 May 2013 14:06:47 +0100 From: Richard Henderson MIME-Version: 1.0 References: <1367388411-13193-1-git-send-email-hpoussin@reactos.org> In-Reply-To: <1367388411-13193-1-git-send-email-hpoussin@reactos.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= Cc: qemu-devel@nongnu.org On 2013-05-01 07:06, Hervé Poussineau wrote: > This commit breaks boot of MS-DOS 6.22, which stops at: > MODE CON CODEPAGE PREPARE=((850) C:\DOS\EGA.CPI) > > This reverts part of commit 34d80a55ff8517fd37bcfea5063b9797e2bd9132. > > Signed-off-by: Hervé Poussineau I strongly suspect the bug is now fixed by 089305ac0a273e64c9a5655d26da7fe19ecee66f and there's no need for a revert. r~