[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v5 3/9] xen/x86: split Dom0 build into PV and PVHv2
On 23/01/17 12:58, Roger Pau Monne wrote: > On Fri, Jan 20, 2017 at 07:03:10PM +0000, Andrew Cooper wrote: >> On 19/01/17 17:29, Roger Pau Monne wrote: >>> diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c >>> index 0ccef1d..f52f269 100644 >>> --- a/xen/arch/x86/setup.c >>> +++ b/xen/arch/x86/setup.c >>> @@ -1545,6 +1545,15 @@ void __init noreturn __start_xen(unsigned long mbi_p) >>> if ( opt_dom0pvh ) >>> domcr_flags |= DOMCRF_pvh | DOMCRF_hap; >>> >>> + if ( dom0_pvh ) >>> + { >>> + panic("Building a PVHv2 Dom0 is not yet supported."); >> This would be cleaner immediately before the return 0 of >> construct_dom0_pvh(), would it not? >> >> Otherwise, Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> > I've moved the panic to the end of construct_dom0_pvh, and marked dom0_shadow > as deprecated in the document, would you like me to keep the R-B? Yeah - sounds fine. ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |