On 07.04.2025 21:40, Jason Andryuk wrote: > From: "Daniel P. Smith" <dpsm...@apertussolutions.com> > > Add and use a new internal create domain flag to specify the hardware > domain. This removes the hardcoding of domid 0 as the hardware domain. > > This allows more flexibility with domain creation. > > The assignment of d->cdf is moved later so CDF_hardware is added for the > late_hwdom case. Also old_hwdom has the flag removed to reflect the > change. > > Signed-off-by: Daniel P. Smith <dpsm...@apertussolutions.com> > Signed-off-by: Jason Andryuk <jason.andr...@amd.com>
Reviewed-by: Jan Beulich <jbeul...@suse.com> i.e. ... > --- > v4: > Move d->cdf assignment later ... despite my earlier concern this movement looks fine to me. Jan