[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH for-4.5 v8 15/19] xen/arm: Data abort exception (R/W) mem_events.
On Wed, Sep 24, 2014 at 5:02 PM, Ian Campbell <Ian.Campbell@xxxxxxxxxx> wrote: On Tue, 2014-09-23 at 15:14 +0200, Tamas K Lengyel wrote: Ack.
I guess my argument for this style was too much tin-foil-hat so Ack.
Could be extended I guess in the future.
I would say yes for performance reasons. No need to go through the pages once for INSERT then once for MEMACCESS.
IMHO if a page cannot be shattered something must be pretty screwed already (Xen running out of memory?) in which case un-doing the already shattered pages is the least of our concern..
No, these two values are provided by the user and we only keep track of the progress made in updating the PTEs that fall in-range.
It is technically ++progress, just the style is different. Note the +1 when declaring progress. Furthermore, the && count ensures that at least one iteration is always done when calling with MEMACCESS.
I moved p2m_access_t into common in this version of the series..
Ack. Thanks, Tamas _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |