mbox

[PULL,0/3] target-i386 updates

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

Pull-request

git://github.com/rth7680/qemu.git i386-fix

Message

Richard Henderson Feb. 28, 2014, 5:14 p.m. UTC
I wasn't able to solicit additional review on patch 3, but
at least the first two managed a R-B.


r~


The following changes since commit d844a7b6569fb2b5252773444b18841426e5b906:

  modules: Fix building with --enable-modules (2014-02-28 12:30:13 +0000)

are available in the git repository at:

  git://github.com/rth7680/qemu.git i386-fix

for you to fetch changes up to cb48da7f8140b5cbb648d990876720da9cd04d8f:

  target-i386: Fix ucomis and comis memory access (2014-02-28 08:44:26 -0800)

----------------------------------------------------------------
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(-)

Comments

Peter Maydell March 4, 2014, 4:35 p.m. UTC | #1
On 28 February 2014 17:14, Richard Henderson <rth@twiddle.net> wrote:
> I wasn't able to solicit additional review on patch 3, but
> at least the first two managed a R-B.
>
>
> r~
>
>
> The following changes since commit d844a7b6569fb2b5252773444b18841426e5b906:
>
>   modules: Fix building with --enable-modules (2014-02-28 12:30:13 +0000)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git i386-fix
>
> for you to fetch changes up to cb48da7f8140b5cbb648d990876720da9cd04d8f:
>
>   target-i386: Fix ucomis and comis memory access (2014-02-28 08:44:26 -0800)

Applied, thanks.

-- PMM