On Thursday, December 12th, 2024 at 7:06 AM, Roger Pau Monné <roger....@citrix.com> wrote:
> > > On Thu, Dec 05, 2024 at 08:41:59PM -0800, Denis Mukhin via B4 Relay wrote: > > > From: Denis Mukhin dmuk...@ford.com > > > > Add separate menu for configuring HVM build-time settings. > > That will help organizing HVM-specific options under a separate menu. > > > Instead of being a separate menu, which feels a bit odd under default > settings because there's just an "HVM support" option inside, could > you make it look like the PV support menu, that indents PV specific > options: > > [] PV support > [ ] Support for 32bit PV guests > [] Support for PV linear pagetables My rationale is that code base at arch/x86/hvm deserves its own Kconfig because there a bunch of configuration options just for arch/x86/hvm. I think that will also help managing configuration since they all in dedicated location. I enabled "HVM menu" using correct Kconfig syntax in v3. > > Thanks, Roger.