Hi Stewart,
On 25/10/2023 20:05, Stewart Hildebrand wrote:
On 10/20/23 13:25, Julien Grall wrote:
On 09/10/2023 20:57, Stewart Hildebrand wrote:
Add a flag to struct xen_arch_domainconfig to allow specifying at domain
creation time whether the domain uses vPCI.
Add a corresponding flag to struct arch_domain to indicate vPCI and set it
accordingly.
The new boolean you are adding doesn't seem very arch specific. So could
we use a bit in xen_domctl_createdomain.flags?
Right. Yes. Since x86 already has a vpci flag in
xen_domctl_createdomain.arch.emulation_flags, I think the way forward is to
move the x86 vpci flag to the common xen_domctl_createdomain.flags.
+1.
Cheers,
--
Julien Grall