[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [PATCH RFC 13/16] Save/Restore Support: Add suspend/restore support for Grant Tables.
Bruno Alvisio, on mar. 19 déc. 2017 15:42:08 -0800, wrote: > +void suspend_gnttab(void) > +{ > +#ifdef CONFIG_PARAVIRT > + int i; > + > + for (i = 0; i < NR_GRANT_FRAMES; i++) { > + HYPERVISOR_update_va_mapping((unsigned long)(((char *)gnttab_table) > + PAGE_SIZE*i), > + (pte_t){0x0<<PAGE_SHIFT}, UVMF_INVLPG); > + } > +#endif > + return; > +} > + > +void resume_gnttab(void) > +{... The initialization in arch_init_gnttab is different for arm, so I'd say this should be arch-specific. Samuel _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |