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

Bibo Mao posted 2 patches 6 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240521080549.434197-1-maobibo@loongson.cn
Maintainers: Song Gao <gaosong@loongson.cn>
There is a newer version of this series
target/loongarch/cpu.c                | 42 ++++++++++++++++++++++-----
target/loongarch/cpu.h                |  1 +
target/loongarch/loongarch-qmp-cmds.c |  2 +-
3 files changed, 36 insertions(+), 9 deletions(-)
[PATCH 0/2] target/loongarch: Add loongson binary translation feature
Posted by Bibo Mao 6 months, 1 week ago
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
-- 
2.39.3