Re: [PATCH] target/i386: hyperv: add stub for hyperv_syndbg_query_options

2024-11-14 Thread Paolo Bonzini
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

Re: [PATCH] target/i386: hyperv: add stub for hyperv_syndbg_query_options

2024-11-14 Thread Paolo Bonzini
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

[PATCH] target/i386: hyperv: add stub for hyperv_syndbg_query_options

2024-11-14 Thread Paolo Bonzini
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(+)

Re: [PATCH] target/i386: hyperv: add stub for hyperv_syndbg_query_options

2024-11-14 Thread Michael Tokarev
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'