Ping²: [PATCH v2 1/3] x86/PoD: simplify / improve p2m_pod_cache_add()

2022-02-24 Thread Jan Beulich
On 27.01.2022 16:04, Jan Beulich wrote: > On 04.01.2022 10:48, Jan Beulich wrote: >> Avoid recurring MFN -> page or page -> MFN translations. Drop the pretty >> pointless local variable "p". Make sure the MFN logged in a debugging >> error message is actually the offending one. Return negative errn

Ping: [PATCH v2 1/3] x86/PoD: simplify / improve p2m_pod_cache_add()

2022-01-27 Thread Jan Beulich
On 04.01.2022 10:48, Jan Beulich wrote: > Avoid recurring MFN -> page or page -> MFN translations. Drop the pretty > pointless local variable "p". Make sure the MFN logged in a debugging > error message is actually the offending one. Return negative errno > values rather than -1 (presently no calle