Re: [Xen-devel] [PATCH for-4.10 1/3] libxc: panic when trying to create a PVH guest without kernel support

2018-01-18 Thread HW42
Roger Pau Monne: > Previously when trying to boot a PV capable but not PVH capable kernel > inside of a PVH container xc_dom_guest_type would succeed and return a > PV guest type, which would lead to failures later on in the build > process. > > Instead provide a clear error message when trying to

Re: [Xen-devel] [PATCH 1/3] xen: remove tests for pvh mode in pure pv paths

2018-01-05 Thread HW42
Juergen Gross: > Remove the last tests for XENFEAT_auto_translated_physmap in pure > PV-domain specific paths. PVH V1 is gone and the feature will always > be "false" in PV guests. [...] > diff --git a/arch/x86/xen/p2m.c b/arch/x86/xen/p2m.c > index 276da636dd39..6083ba462f35 100644 > --- a/arch/x8