commit | 1222b55cee2396a1a286e924d9f6abb6d7a04f55 | [log] [tgz] |
---|---|---|
author | Anup Patel <apatel@ventanamicro.com> | Fri Jul 29 17:14:46 2022 +0530 |
committer | Anup Patel <anup@brainfault.org> | Fri Jul 29 17:14:46 2022 +0530 |
tree | f8999780897455dcc0eb649ac6b1d2355b73a6de | |
parent | b91f0e4cb8a3ce4f2716a13739ade0f7bea8eadb [diff] |
RISC-V: KVM: Add extensible system instruction emulation framework We will be emulating more system instructions in near future with upcoming AIA, PMU, Nested and other virtualization features. To accommodate above, we add an extensible system instruction emulation framework in vcpu_insn.c. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Signed-off-by: Anup Patel <anup@brainfault.org>