From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0I9p-00077A-PN for qemu-devel@nongnu.org; Sun, 14 Dec 2014 18:01:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0I9k-0001XC-6F for qemu-devel@nongnu.org; Sun, 14 Dec 2014 18:00:57 -0500 Received: from mail-ob0-x232.google.com ([2607:f8b0:4003:c01::232]:39875) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0I9k-0001X7-1G for qemu-devel@nongnu.org; Sun, 14 Dec 2014 18:00:52 -0500 Received: by mail-ob0-f178.google.com with SMTP id gq1so15203229obb.9 for ; Sun, 14 Dec 2014 15:00:51 -0800 (PST) Sender: Richard Henderson From: Richard Henderson Date: Sun, 14 Dec 2014 17:00:45 -0600 Message-Id: <1418598048-21995-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL 0/3] Collected target-i386 patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org I'm sure I haven't gotten all of them that have been outstanding over the last couple of months, but at least here's a couple. r~ The following changes since commit 99c9c3cb24e566258a0a141178934f9cb5198842: Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-12-11' into staging (2014-12-11 18:27:02 +0000) are available in the git repository at: git://github.com/rth7680/qemu.git tags/x86-next-20141214 for you to fetch changes up to c4d4525c38cd93cc5d1a743976eb25ac571d435f: target-i386: fix icount processing for repz instructions (2014-12-14 16:48:38 -0600) ---------------------------------------------------------------- Collected x86 patches ---------------------------------------------------------------- Dmitry Poletaev (2): target-i386: Wrong conversion infinity from float80 to int32/int64 target-i386: fbld instruction doesn't set minus sign Pavel Dovgalyuk (1): target-i386: fix icount processing for repz instructions target-i386/fpu_helper.c | 22 ++++++++++++++++++++-- target-i386/translate.c | 16 ++++++++++++++-- 2 files changed, 34 insertions(+), 4 deletions(-)