mbox

[PULL,0/3] Collected target-i386 patches

Message ID 1418598048-21995-1-git-send-email-rth@twiddle.net
State New
Headers show

Pull-request

git://github.com/rth7680/qemu.git tags/x86-next-20141214

Message

Richard Henderson Dec. 14, 2014, 11 p.m. UTC
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(-)

Comments

Peter Maydell Dec. 15, 2014, 12:17 p.m. UTC | #1
On 14 December 2014 at 23:00, Richard Henderson <rth@twiddle.net> wrote:
> 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
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM