[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZiJ4r70tsphVk45Q@yilunxu-OptiPlex-7050>
Date: Fri, 19 Apr 2024 21:59:11 +0800
From: Xu Yilun <yilun.xu@...ux.intel.com>
To: Isaku Yamahata <isaku.yamahata@...el.com>
Cc: Paolo Bonzini <pbonzini@...hat.com>, linux-kernel@...r.kernel.org,
kvm@...r.kernel.org, xiaoyao.li@...el.com,
binbin.wu@...ux.intel.com, seanjc@...gle.com,
rick.p.edgecombe@...el.com, isaku.yamahata@...ux.intel.com
Subject: Re: [PATCH 2/7] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate
guest memory
> > +#ifdef CONFIG_KVM_GENERIC_MAP_MEMORY
> > + case KVM_CAP_MAP_MEMORY:
> > + if (!kvm)
> > + return 1;
> > + /* Leave per-VM implementation to kvm_vm_ioctl_check_extension(). */
>
> nitpick:
> fallthough;
A little tricky. 'break;' should be more straightforward.
Thanks,
Yilun
>
> > #endif
> > default:
> > break;
> > --
> > 2.43.0
> >
> >
> >
>
> --
> Isaku Yamahata <isaku.yamahata@...el.com>
>
Powered by blists - more mailing lists