On 02.06.2024 22:04, Petr Beneš wrote: > From: Petr Beneš <w1be...@gmail.com> > > Since libxl finally sends the altp2m.nr value, we can remove the previously > introduced temporary workaround. > > Creating domain with enabled altp2m while setting altp2m.nr == 0 doesn't > make sense and it's probably not what user wants.
Yet: Do we need separate count and flag anymore? Can't "nr != 0" take the place of the flag being true? Jan