On 07/03/2026 16.00, Philippe Mathieu-Daudé wrote:
The X86CPU::hyperv_synic_kvm_only boolean (see commit 9b4cf107b09
"hyperv: only add SynIC in compatible configurations") was only set
in the pc_compat_3_0[] array, via the 'x-hv-synic-kvm-only=on'
property. We removed all machines using that array, lets remove that
property and all the code around it.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
target/i386/cpu.h | 1 -
target/i386/cpu.c | 2 --
target/i386/kvm/kvm.c | 15 ++++-----------
3 files changed, 4 insertions(+), 14 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>