Re: [PATCH v2 02/14] p2m-pt: Avoid hard-coding Xen's PAT

2022-12-14 Thread Jan Beulich
On 13.12.2022 23:26, Demi Marie Obenour wrote: > This makes the code much easier to understand. No functional change > intended. As per Andrew Cooper, the existing logic is incorrect, but > this does not make it any worse. > > Signed-off-by: Demi Marie Obenour Acked-by: Jan Beulich I'm incli

[PATCH v2 02/14] p2m-pt: Avoid hard-coding Xen's PAT

2022-12-13 Thread Demi Marie Obenour
This makes the code much easier to understand. No functional change intended. As per Andrew Cooper, the existing logic is incorrect, but this does not make it any worse. Signed-off-by: Demi Marie Obenour --- xen/arch/x86/mm/p2m-pt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)