|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v3 2/5] xen/arm: pci: plumb xen_arch_domainconfig with pci info
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?
Regardless what I wrote above. Do you have any plan for adding more PCI specific flags? If not, then if you want to keep the flag Arm specific, then I think this should be named pci_flags. As you add a new field, I believe, you also want to modoify the various language specific bindings (e.g. go, ocaml). }; #endif /* __XEN__ || __XEN_TOOLS__ */diff --git a/xen/include/public/domctl.h b/xen/include/public/domctl.hindex a33f9ec32b08..dcd42b3d603d 100644 --- a/xen/include/public/domctl.h +++ b/xen/include/public/domctl.h @@ -21,7 +21,7 @@ #include "hvm/save.h" #include "memory.h"-#define XEN_DOMCTL_INTERFACE_VERSION 0x00000016+#define XEN_DOMCTL_INTERFACE_VERSION 0x00000017/** NB. xen_domctl.domain is an IN/OUT parameter for this operation. Cheers, -- Julien Grall
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |