Message ID | 20171002125941.11274-1-julien.grall@arm.com |
---|---|
Headers | show |
Series | xen/x86: Clean-up the PoD code | expand |
On 10/02/2017 01:59 PM, Julien Grall wrote: > Hi all, > > I have been attempting to use the PoD code on Arm (it will be sent in a > separate series) and spent sometimes to clean-up and switch to typesafe gfn > the current code. > > The PoD code has been tested on Arm (the version is slightly different, > mostly renaming) and the x86 part has only been built test it. At the end of this series there are still an awful lot of duplicate "gfn_l" and "gfn" variables in p2m.c. Are you planning on working to remove them in the future? -George
Hi George, On 10/02/2017 05:30 PM, George Dunlap wrote: > On 10/02/2017 01:59 PM, Julien Grall wrote: >> Hi all, >> >> I have been attempting to use the PoD code on Arm (it will be sent in a >> separate series) and spent sometimes to clean-up and switch to typesafe gfn >> the current code. >> >> The PoD code has been tested on Arm (the version is slightly different, >> mostly renaming) and the x86 part has only been built test it. > > At the end of this series there are still an awful lot of duplicate > "gfn_l" and "gfn" variables in p2m.c. Are you planning on working to > remove them in the future? It is not in my plan for now. I was mostly doing to get some prototypes inline with the Arm code (more prototype are using typesafe), and I was hoping someone could step up to push further down the unboxing. Cheers,