qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/4] target/i386 tcg updates


From: Richard Henderson
Subject: [Qemu-devel] [PATCH v2 0/4] target/i386 tcg updates
Date: Thu, 26 Oct 2017 12:50:03 +0200

Resurrecting some patches that were on the list in July.
There are two bug fixes in here, so we should at least
get those into 2.11.

Changes since v1:
  * Rebased, adjusting for x86_ldub_code.


r~


Ricardo Ribalda Delgado (1):
  target/i386: Fix ANDN (bmi)

Richard Henderson (3):
  target/i386: Decode AMD XOP prefix
  target/i386: Implement all TBM instructions
  target/i386: Fix BLSR and BLSI

 target/i386/cc_helper_template.h |  18 ++++
 target/i386/cpu.h                |   7 +-
 target/i386/cc_helper.c          |  28 +++++-
 target/i386/cpu.c                |   3 +-
 target/i386/translate.c          | 191 ++++++++++++++++++++++++++++++++-------
 5 files changed, 209 insertions(+), 38 deletions(-)

-- 
2.13.6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]