On Sat, Mar 07, 2026 at 04:00:41PM +0100, Philippe Mathieu-Daudé wrote: > Date: Sat, 7 Mar 2026 16:00:41 +0100 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH 3/4] target/i386/kvm: Remove X86CPU::hyperv_synic_kvm_only > field > X-Mailer: git-send-email 2.52.0 > > 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: Zhao Liu <[email protected]>
