v1: 
https://lore.kernel.org/qemu-devel/[email protected]/

Changes for v2:
  - v9.6 to be included in Arm ARM.
  - Reorg CB_cond to avoid argument ordering error (paolo).


r~


Richard Henderson (4):
  target/arm: Add feature predicate for FEAT_CMPBR
  target/arm: Implement CB, CBB, CBH
  target/arm: Implement CB (immediate)
  target/arm: Enable FEAT_CMPBR for -cpu max

 target/arm/cpu-features.h      |  5 ++
 linux-user/aarch64/elfload.c   |  1 +
 target/arm/tcg/cpu64.c         |  2 +-
 target/arm/tcg/translate-a64.c | 83 ++++++++++++++++++++++++++++++++++
 docs/system/arm/emulation.rst  |  1 +
 target/arm/tcg/a64.decode      | 11 +++++
 6 files changed, 102 insertions(+), 1 deletion(-)

-- 
2.43.0


Reply via email to