[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 12/15] x86/hyperlaunch: specify dom0 mode with device tree
 
- To: Jason Andryuk <jason.andryuk@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
 
- From: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
 
- Date: Wed, 11 Dec 2024 11:24:37 -0500
 
- Arc-authentication-results: i=1; mx.zohomail.com;	dkim=pass  header.i=apertussolutions.com;	spf=pass  smtp.mailfrom=dpsmith@xxxxxxxxxxxxxxxxxxxx;	dmarc=pass header.from=<dpsmith@xxxxxxxxxxxxxxxxxxxx>
 
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; 	t=1733934281; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; 	bh=KXHtkkYxwv+cpccP6f5l6OxNxOBBConw8tM135nSlWw=; 	b=bIjO+hI/+DCoo/UclrkXXyl6Jw81CrFQIAr1tc8ocpzlnFIGHDvkThZUh7UUfhNOADzud2+FiRi9tCzJ1fiS+c8y0/loFAV9pJLSLnHm9Qizu1uZy8jK4S7B1+4ye6IlPfh2LbUgSCOYLBlgyRAhimtQsZZvlnNIoYpUPCo379I=
 
- Arc-seal: i=1; a=rsa-sha256; t=1733934281; cv=none; 	d=zohomail.com; s=zohoarc; 	b=fMWfA2sfkldlFLZX+4QpMTJBKxXob/l+EggJVuoSWGgT4OuwCB5XGbMTa+R1enN9lN3iaa91V02uZKZkYRMyX3LFgaM5+lXbHbJYTfPmFmAMZHknCDH5zrOAIxXFsQfjcPJJcuLDfjUAE3TnuZ7IGkt7PGA2nxC+I69MuXzaa+U=
 
- Cc: christopher.w.clark@xxxxxxxxx, stefano.stabellini@xxxxxxx, Jan Beulich <jbeulich@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
 
- Delivery-date: Wed, 11 Dec 2024 16:25:02 +0000
 
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
 
 
 
On 11/25/24 18:52, Jason Andryuk wrote:
 
On 2024-11-23 13:20, Daniel P. Smith wrote:
 
Enable selecting the mode in which the domain will be built and ran. This
includes:
- whether it will be either a 32/64 bit domain
- if it will be run as a PV or HVM domain
- and if it will require a device model (not applicable for dom0)
 In the device tree, this will be represented as a bit map that will be 
carried
through into struct boot_domain.
Signed-off-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
 
 
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
 
 
Thanks!
 
32/64 is only applicable for PV.  It might be worth mentioning that.
 
 
Ack.
v/r,
dps
 
 
    
     |