[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XTF 4/4] setup: Setup PV console for HVM guests on xen >4.2
On 16/04/2020 10:41, Pawel Wieczorkiewicz wrote: > @@ -272,9 +274,23 @@ void arch_setup(void) > > init_hypercalls(); > > - if ( !is_initdomain() ) > + xen_version = hypercall_xen_version(XENVER_version, NULL); > + if ( version ) > + *version = xen_version; > + > + /* > + * The setup_pv_console function registers a writing function > + * that makes hvm guests crash on Xen 4.2 This comment in particular is rather concerning. Even if there is a configuration issue in 4.2 stopping the PV console from being wired up properly, nothing involved in transmitting on the console should crash the guest. ~Andrew
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |