Re: [Xen-devel] [PATCH] x86/pvh: remove stale PVHv1 comment from public headers

2017-08-31 Thread Roger Pau Monné
On Thu, Aug 31, 2017 at 09:07:59AM -0600, Jan Beulich wrote: > >>> On 31.08.17 at 16:58, wrote: > > --- a/xen/include/public/arch-x86/xen.h > > +++ b/xen/include/public/arch-x86/xen.h > > @@ -162,14 +162,10 @@ typedef uint64_t tsc_timestamp_t; /* RDTSC timestamp > > */ > > * The following is al

Re: [Xen-devel] [PATCH] x86/pvh: remove stale PVHv1 comment from public headers

2017-08-31 Thread Jan Beulich
>>> On 31.08.17 at 16:58, wrote: > --- a/xen/include/public/arch-x86/xen.h > +++ b/xen/include/public/arch-x86/xen.h > @@ -162,14 +162,10 @@ typedef uint64_t tsc_timestamp_t; /* RDTSC timestamp > */ > * The following is all CPU context. Note that the fpu_ctxt block is filled > * in by FXSAVE

[Xen-devel] [PATCH] x86/pvh: remove stale PVHv1 comment from public headers

2017-08-31 Thread Roger Pau Monne
From the vcpu_guest_context structure. PVHv2 uses it in the same exact way as HVM guests, and from the hypervisor point of view PVHv2 is not even a different guest type, so only mention HVM in the public headers. Reported-by: Andrew Cooper Signed-off-by: Roger Pau Monné --- Cc: Andrew Cooper Cc