在 2024/9/4 下午2:18, Bibo Mao 写道:
Six registers scr0 - scr3, eflags and ftop are added in percpu vmstate. And two functions kvm_loongarch_get_lbt/kvm_loongarch_put_lbt are added to save/restore lbt registers. Signed-off-by: Bibo Mao <[email protected]> --- target/loongarch/cpu.h | 12 ++++++++ target/loongarch/kvm/kvm.c | 60 ++++++++++++++++++++++++++++++++++++++ target/loongarch/machine.c | 24 +++++++++++++++ 3 files changed, 96 insertions(+)
Reviewed-by: Song Gao <[email protected]> Thanks Song Gao
