On 09.06.2024 01:08, Petr Beneš wrote: > The flag isn't bool. It can hold one of 3 values (besides 0).
Oh, sorry, yes. Acked-by: Jan Beulich <jbeul...@suse.com> Jan > On Thu, Jun 6, 2024 at 9:57 AM Jan Beulich <jbeul...@suse.com> wrote: >> >> 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