mbox series

[0/2] target/loongarch: Add loongson binary translation feature

Message ID 20240521080549.434197-1-maobibo@loongson.cn (mailing list archive)
Headers show
Series target/loongarch: Add loongson binary translation feature | expand

Message

Bibo Mao May 21, 2024, 8:05 a.m. UTC
Loongson Binary Translation (LBT) is used to accelerate binary
translation. LBT feature is added in kvm mode, not supported in TCG
mode since it is not emulated. And only LBT feature is added here, LBT
registers saving and restoring is not supported since it depeeds on LBT
feautre implemented in KVM kernel

Bibo Mao (2):
  target/loongarch: Add loongarch vector property unconditionally
  target/loongarch: Add loongson binary translation feature

 target/loongarch/cpu.c                | 42 ++++++++++++++++++++++-----
 target/loongarch/cpu.h                |  1 +
 target/loongarch/loongarch-qmp-cmds.c |  2 +-
 3 files changed, 36 insertions(+), 9 deletions(-)


base-commit: 922582ace2df59572a671f5c0c5c6c5c706995e5