|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v2] xen/domain: introduce generic functions for domain struct allocation and freeing
On 11/26/25 4:19 PM, Jan Beulich wrote:
On 26.11.2025 15:32, Oleksii Kurochko wrote:--- a/xen/arch/x86/include/asm/pv/domain.h +++ b/xen/arch/x86/include/asm/pv/domain.h @@ -18,6 +18,9 @@ extern int8_t opt_pv32; # define opt_pv32 false #endif +unsigned int arch_alloc_domain_struct_bits(void); +#define arch_alloc_domin_struct_bits arch_alloc_domain_struct_bitsThere was an 'a' lost in the identifier. I also thought about returning memflags from the hook instead of bits. Lets then return memflags. I will apply all other comments too. Thanks. ~ Oleksii
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |