[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH RFC v1 45/74] x86/guest: use unpopulated memory to map the shared_info page
>>> On 04.01.18 at 14:05, <wei.liu2@xxxxxxxxxx> wrote: > This prevents hardcoding a known unpopulated memory page to map > the shared info page. This fixes a TODO item in a previous patch. > > Remove hypervisor_early_setup as now it is not required anymore. > > Signed-off-by: Roger Pau Monne <roger.pau@xxxxxxxxxx> > Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> Looks good, but one question: > @@ -187,15 +186,12 @@ static void __init init_memmap(void) > } > } > > -void __init hypervisor_early_setup(struct e820map *e820) > -{ > - map_shared_info(e820); > -} > - > void __init hypervisor_setup(void) > { > init_memmap(); > > + map_shared_info(); > + > init_evtchn(); > } If the shared info page isn't needed as early, why was it set up that early originally? Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |