Hi Andrew, > On Oct 6, 2023, at 21:57, Andrew Cooper <[email protected]> wrote: > > The last user of this variable was dropped. > > Fixes: 295514ff7550 ("common: convert vCPU info area registration") > Signed-off-by: Andrew Cooper <[email protected]>
Release-acked-by: Henry Wang <[email protected]> Kind regards, Henry > --- > CC: Jan Beulich <[email protected]> > CC: Roger Pau Monné <[email protected]> > CC: Wei Liu <[email protected]> > CC: Tamas K Lengyel <[email protected]> > CC: Henry Wang <[email protected]> > > I expect Gitlab randconfig to find this eventually, but it does depend on > CONFIG_MEM_SHARING being active to manifest. > --- > xen/arch/x86/mm/mem_sharing.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/xen/arch/x86/mm/mem_sharing.c b/xen/arch/x86/mm/mem_sharing.c > index 5217c755a299..94b6b782ef2e 100644 > --- a/xen/arch/x86/mm/mem_sharing.c > +++ b/xen/arch/x86/mm/mem_sharing.c > @@ -1706,7 +1706,6 @@ static int copy_vcpu_settings(struct domain *cd, const > struct domain *d) > { > unsigned int i; > int ret = -EINVAL; > - mfn_t vcpu_info_mfn; > > for ( i = 0; i < cd->max_vcpus; i++ ) > { > -- > 2.30.2 >
