On 11/14/24 13:41, Michael Tokarev wrote:
14.11.2024 15:15, Paolo Bonzini wrote:
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
Signed-off-by: Paolo Bo
On 11/14/24 13:41, Michael Tokarev wrote:
14.11.2024 15:15, Paolo Bonzini wrote:
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
Signed-off-by: Paolo Bo
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
Signed-off-by: Paolo Bonzini
---
target/i386/kvm/hyperv-stub.c | 5 +
1 file changed, 5 insertions(+)
14.11.2024 15:15, Paolo Bonzini wrote:
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
Signed-off-by: Paolo Bonzini
Rewviewed-by: Michael Tokarev
I'