[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 6/6] svm/nestedvm: Introduce nested capabilities bit
On Tue, Feb 6, 2024 at 9:20 AM George Dunlap <george.dunlap@xxxxxxxxx> wrote: > @@ -655,6 +658,12 @@ static inline bool hvm_altp2m_supported(void) > return hvm_funcs.caps.altp2m; > } > > +/* Returns true if we have the minimum hardware requirements for nested virt > */ > +static inline bool hvm_nested_virt_supported(void) > +{ > + return hvm_funcs.caps.nested_virt; > +} NB this is missing the !CONFIG_HVM version of this function; I'll include it in v2. -George
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |