On Thu, Oct 02, 2025 at 07:15:10PM +0200, Paolo Bonzini wrote: > From: Magnus Kulke <[email protected]> > > endif > +if 'CONFIG_MSHV' not in accelerators and get_option('whpx').enabled() > + error('mshv not available on this platform') > +endif
should be `get_option('mshv')`
best,
magnus
