From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjxmP-0005ux-MB for qemu-devel@nongnu.org; Mon, 12 May 2014 17:29:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WjxmK-0001t6-7H for qemu-devel@nongnu.org; Mon, 12 May 2014 17:29:01 -0400 Received: from mail-qg0-x22d.google.com ([2607:f8b0:400d:c04::22d]:55812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjxmK-0001sz-34 for qemu-devel@nongnu.org; Mon, 12 May 2014 17:28:56 -0400 Received: by mail-qg0-f45.google.com with SMTP id z60so8253351qgd.4 for ; Mon, 12 May 2014 14:28:55 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Mon, 12 May 2014 14:28:21 -0700 Message-Id: <1399930102-16128-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH] target-i386 update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org A long-delayed fix for the changed handling of the Z flag. r~ The following changes since commit 06b4f00d53637f2c16a62c2cbaa30bffb045cf88: Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging (2014-05-09 15:46:34 +0100) are available in the git repository at: git://github.com/rth7680/qemu.git tags/pull-tgt-i386-20140512 for you to fetch changes up to dc1823ce26f0539eab098e0209400d793ef66279: target-i386: Preserve the Z bit for bt/bts/btr/btc (2014-05-12 14:20:04 -0700) ---------------------------------------------------------------- Fix BT zero flag for new Intel manuals ---------------------------------------------------------------- Richard Henderson (1): target-i386: Preserve the Z bit for bt/bts/btr/btc target-i386/translate.c | 40 +++++++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 9 deletions(-)