On Tue, Jan 06, 2026 at 05:57:45PM +0100, Michal Privoznik via Devel wrote: > From: Michal Privoznik <[email protected]> > > Turns out, that synic hyperv enlightenment not always requires > vpindex. Some (older) machine types (e.g. pc-i440fx-3.0, > pc-q35-3.0, pc-i440fx-rhel7.6.0) can run with synic enabled and vpindex > disabled. This is because they did enable 'x-hv-synic-kvm-only' > CPU property, but starting from QEMU commit v3.1.0-rc0~44^2~9 the > property is disabled by default. > > To avoid parsing machine type version, let's just drop this > dependency validation and rely on QEMU to report sensible error > message. > > Resolves: https://gitlab.com/libvirt/libvirt/-/issues/837 > Resolves: https://issues.redhat.com/browse/RHEL-138689 > Fixes: 1822d030c32d9857020ee8385b0a8808a29a472f > Signed-off-by: Michal Privoznik <[email protected]> > --- > src/qemu/qemu_validate.c | 2 -- > 1 file changed, 2 deletions(-)
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
