From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaUqw-00089x-2G for qemu-devel@nongnu.org; Thu, 09 May 2013 13:42:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaUqt-0001ts-0c for qemu-devel@nongnu.org; Thu, 09 May 2013 13:42:01 -0400 Received: from mail-ye0-f182.google.com ([209.85.213.182]:63358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaUqs-0001to-TI for qemu-devel@nongnu.org; Thu, 09 May 2013 13:41:58 -0400 Received: by mail-ye0-f182.google.com with SMTP id m15so725935yen.41 for ; Thu, 09 May 2013 10:41:58 -0700 (PDT) Sender: Richard Henderson Message-ID: <518BDFE1.2050205@twiddle.net> Date: Thu, 09 May 2013 10:41:53 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1368121227-10885-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1368121227-10885-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH for 1.5] target-i386 ROR r8/r16 imm instruction fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= , qemu-devel@nongnu.org On 05/09/2013 10:40 AM, Aurelien Jarno wrote: > Fix EFLAGS corruption by ROR r8/r16 imm instruction located at the end > of the TB, similarly to commit 089305ac for the non-immediate case. > > Reported-by: Hervé Poussineau > Cc: Richard Henderson > Signed-off-by: Aurelien Jarno > --- > target-i386/translate.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Richard Henderson r~