]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/i386: hyperv: add stub for hyperv_syndbg_query_options
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 14 Nov 2024 12:13:51 +0000 (13:13 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 18 Nov 2024 12:44:54 +0000 (13:44 +0100)
commit6607b77b94c353fbe21888d216fa97df9b859f15
tree0cdf5fb444451aaeea6cfe2257fad01d42287e91
parentf0cfd067867668870931c9411d96cd518564b7a8
target/i386: hyperv: add stub for hyperv_syndbg_query_options

Building without CONFIG_HYPERV is currently broken due to a missing
symbol 'hyperv_syndbg_query_options'.  Add it to the stubs
that exist for that very reasons.

Reported-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/kvm/hyperv-stub.c