[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v7 5/5] x86/ioreq server: Synchronously reset outstanding p2m_ioreq_server entries when an ioreq server unmaps.
>>> On 11.03.17 at 09:42, <yu.c.zhang@xxxxxxxxxxxxxxx> wrote: > On 3/11/2017 12:17 AM, Jan Beulich wrote: >>>>> On 08.03.17 at 16:33, <yu.c.zhang@xxxxxxxxxxxxxxx> wrote: >>> --- a/xen/include/asm-x86/p2m.h >>> +++ b/xen/include/asm-x86/p2m.h >>> @@ -611,6 +611,11 @@ void p2m_change_type_range(struct domain *d, >>> int p2m_change_type_one(struct domain *d, unsigned long gfn, >>> p2m_type_t ot, p2m_type_t nt); >>> >>> +/* Synchronously change types across a range of p2m entries (start ... >>> end) */ >>> +void p2m_finish_type_change(struct domain *d, >>> + unsigned long start, unsigned long end, >>> + p2m_type_t ot, p2m_type_t nt); >> The comment should not give the impression that this is an open >> range. I.e. [start, end], but perhaps even better would be to not >> use "end" here, as that frequently (e.g. p2m_change_type_range()) >> this is used to indicate an exclusive range end. > > So how about [first_gfn, last_gfn]? That's fine. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |