[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH for-4.5 v10 15/19] xen/arm: Temporarily disable mem_access for hypervisor access
On Fri, Sep 26, 2014 at 2:43 PM, Julien Grall <julien.grall@xxxxxxxxxx> wrote: Hello Tamas, As I said, I'm not sure what you are describing exactly. Based on the p2m type we could already decide if the hypercall should be allowed to read/write form the page. AFAIU the MMU here is only used as a fast-path to determine if that's the case. What I was getting at, its not a good idea to simply disable hypercalls that use this path when there is a mem_access permission set because it would reveal that there is a mem_access listener to the guest. So what I'll do here is pausing the domain when access_in_use is set, temporary disable the mem_access permissions, let the read/write through, then re-enable + unpause the domain. Tamas Regards, _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |