 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v2 (resend) 12/27] x86/mapcache: Initialise the mapcache for the idle domain
 On 20/02/2024 10:51, Jan Beulich wrote: On 16.01.2024 20:25, Elias El Yandouzi wrote:--- a/xen/arch/x86/domain.c +++ b/xen/arch/x86/domain.c @@ -750,9 +750,16 @@ int arch_domain_create(struct domain *d,spin_lock_init(&d->arch.e820_lock); + if ( (rc = mapcache_domain_init(d)) != 0) Sorry but I don't get your point, why calling another time `mapcache_domain_init()`? What panic() are you referring to? Elias 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |