|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 02/39] arm/p2m: Add first altp2m HVMOP stubs
Hi Sergej, On 30/08/17 19:32, Sergej Proskurin wrote: This commit copies and extends the altp2m-related code from x86 to ARM. Functions that are no yet supported notify the caller or print a BUG message stating their absence. I am still concerned on the locking differing between x86 and Arm (likely the former is wrong) and for maintain POV in the future. Last year you said you were working on getting do_altp2m_op common between x86 and Arm. What's the status? diff --git a/xen/arch/arm/hvm.c b/xen/arch/arm/hvm.c index a56b3fe3fb..042bdda979 100644 --- a/xen/arch/arm/hvm.c +++ b/xen/arch/arm/hvm.c @@ -31,6 +31,99 @@#include <asm/hypercall.h> +#include <asm/altp2m.h> That exactly support my view above. You resent a series after a year and don't even look at what changed in x86. I don't expect any better improvement as people will add more features in each side. [...] Does it have to be in arch_domain? Can't this be done in common code? } __cacheline_aligned;struct arch_vcpu Cheers, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |