On 18.04.2025 16:18, Teddy Astie wrote: > @@ -745,6 +747,12 @@ static int sanitise_domain_config(struct > xen_domctl_createdomain *config) > return -EINVAL; > } > > + if ( physaddr_abi && !hvm ) > + { > + dprintk(XENLOG_INFO, "Physical address ABI requested for non-HVM > guest"); > + return -EINVAL; > + }
Why this restriction? Jan