aboutsummaryrefslogtreecommitdiff
path: root/target/i386/kvm/hyperv-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/i386/kvm/hyperv-stub.c')
-rw-r--r--target/i386/kvm/hyperv-stub.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/i386/kvm/hyperv-stub.c b/target/i386/kvm/hyperv-stub.c
index 3263dcf05d..5836f53c23 100644
--- a/target/i386/kvm/hyperv-stub.c
+++ b/target/i386/kvm/hyperv-stub.c
@@ -56,3 +56,8 @@ void hyperv_x86_synic_update(X86CPU *cpu)
void hyperv_x86_set_vmbus_recommended_features_enabled(void)
{
}
+
+uint64_t hyperv_syndbg_query_options(void)
+{
+ return 0;
+}