On Thu, Dec 31, 2020 at 12:11 PM Andrew Cooper <andrew.coop...@citrix.com> wrote: > > nestedhap_walk_L1_p2m() takes guest physical addresses, not frame numbers. > This means the l2 input is off-by-PAGE_SHIFT, as is the l1 value eventually > returned to the caller. > > Delete the misleading comment as well. > > Fixes: bab2bd8e222de ("xen/nested_p2m: Don't walk EPT tables with a regular > PT walker") > Reported-by: Tamas K Lengyel <ta...@tklengyel.com> > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com> > --- > CC: Jan Beulich <jbeul...@suse.com> > CC: Roger Pau Monné <roger....@citrix.com> > CC: Wei Liu <w...@xen.org> > CC: Tamas K Lengyel <ta...@tklengyel.com>
Thanks, issue is resolved with this patch applied. Tested-by: Tamas K Lengyel <ta...@tklengyel.com>