On Fri, Dec 20, 2024 at 2:09 PM Jan Beulich <jbeul...@suse.com> wrote: > > To avoid the flag becoming "sticky", I think you need to clear it ahead of > this switch() (or right at the start of the function). > > Jan
When thinking about it now, wouldn't it make sense to only reset it in the p2m_ram_rw case above? I mean, where else would be guest page-tables located. P.