On Fri, 9 May 2025 at 22:08, James Houghton <jthoughton@xxxxxxxxxx> wrote: > > On Wed, Apr 30, 2025 at 9:57 AM Fuad Tabba <tabba@xxxxxxxxxx> wrote: > > +#ifdef CONFIG_KVM_GMEM > > +static inline bool kvm_arch_supports_gmem(struct kvm *kvm) > > +{ > > + return IS_ENABLED(CONFIG_KVM_GMEM); > > How about just `return true;`? :) Ack. Thanks! /fuad