Re: [PATCH] xen/domain: fix late hwdom feature

2025-06-12 Thread dmkhn
On Wed, Jun 11, 2025 at 11:20:29AM +0200, Jan Beulich wrote: > On 11.06.2025 01:42, dm...@proton.me wrote: > > From: Denis Mukhin > > > > Fix get_initial_domain_id() which how returns hardware_domid and breaks late > > hwdom feature [1]. > > > > [1] > > https://lore.kernel.org/xen-devel/a4c860d7-

Re: [PATCH] xen/domain: fix late hwdom feature

2025-06-11 Thread Jan Beulich
On 11.06.2025 01:42, dm...@proton.me wrote: > From: Denis Mukhin > > Fix get_initial_domain_id() which how returns hardware_domid and breaks late > hwdom feature [1]. > > [1] > https://lore.kernel.org/xen-devel/a4c860d7-1fa0-43f4-8ae1-af59b7c65...@xen.org/ > Reported-by: Julien Grall > Fixe