Re: [Xen-devel] [PATCH v6 6/9] x86/mm: export set_tlbflush_timestamp

2018-03-13 Thread Jan Beulich
>>> On 13.02.18 at 21:04, wrote: > The function will skip stamping the page when the page is used as page > table in shadow mode. Since it is called both in PV code and common > code we need to export it. Again I think there's some prerequisite analysis necessary: Is this

[Xen-devel] [PATCH v6 6/9] x86/mm: export set_tlbflush_timestamp

2018-02-13 Thread Wei Liu
The function will skip stamping the page when the page is used as page table in shadow mode. Since it is called both in PV code and common code we need to export it. Signed-off-by: Wei Liu --- I tried to move it to a header to keep in static inline but couldn't find a place