[PATCH 06/13] target/arm/kvm-stub: add missing stubs

Pierrick Bouvier posted 13 patches 5 months, 2 weeks ago
There is a newer version of this series
[PATCH 06/13] target/arm/kvm-stub: add missing stubs
Posted by Pierrick Bouvier 5 months, 2 weeks ago
Whem removing CONFIG_KVM from target/arm/cpu.c, we need more stubs.

Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
 target/arm/kvm-stub.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/target/arm/kvm-stub.c b/target/arm/kvm-stub.c
index 2b73d0598c1..2d369489543 100644
--- a/target/arm/kvm-stub.c
+++ b/target/arm/kvm-stub.c
@@ -99,3 +99,13 @@ void kvm_arm_enable_mte(Object *cpuobj, Error **errp)
 {
     g_assert_not_reached();
 }
+
+void kvm_arm_reset_vcpu(ARMCPU *cpu)
+{
+    g_assert_not_reached();
+}
+
+int kvm_arm_set_irq(int cpu, int irqtype, int irq, int level)
+{
+    g_assert_not_reached();
+}
-- 
2.47.2