From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WICTY-0005lD-5J for qemu-devel@nongnu.org; Tue, 25 Feb 2014 02:30:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WICTP-0002Tg-NB for qemu-devel@nongnu.org; Tue, 25 Feb 2014 02:30:48 -0500 Received: from mail-qc0-x22c.google.com ([2607:f8b0:400d:c01::22c]:37724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WICTP-0002Ta-If for qemu-devel@nongnu.org; Tue, 25 Feb 2014 02:30:39 -0500 Received: by mail-qc0-f172.google.com with SMTP id w7so8302484qcr.31 for ; Mon, 24 Feb 2014 23:30:39 -0800 (PST) Received: from pike.twiddle.home.com (50-194-63-110-static.hfc.comcastbusiness.net. [50.194.63.110]) by mx.google.com with ESMTPSA id i38sm29067766qge.1.2014.02.24.23.30.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Feb 2014 23:30:38 -0800 (PST) Sender: Richard Henderson From: Richard Henderson Date: Mon, 24 Feb 2014 23:30:29 -0800 Message-Id: <1393313432-15327-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 0/3] target-i386 updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The first patch has been seen before. The others are tweeks of a couple of patches I found hanging around my inbox from way back. Another pair of eyes would be helpful. r~ Richard Henderson (3): target-i386: Fix CC_OP_CLR vs PF target-i386: Fix SSE status flag corruption target-i386: Fix ucomis and comis memory access target-i386/cc_helper.c | 2 +- target-i386/cpu.h | 3 +++ target-i386/fpu_helper.c | 15 ++++++++------- target-i386/gdbstub.c | 2 +- target-i386/translate.c | 48 +++++++++++++++++++++++++++++++++++++----------- 5 files changed, 50 insertions(+), 20 deletions(-) -- 1.8.5.3