Re: [Xen-devel] [PATCH] tools/misc/xen-hvmctx: fix the build

2016-03-29 Thread Konrad Rzeszutek Wilk
On Tue, Mar 29, 2016 at 05:14:42PM +0100, Wei Liu wrote: > On Tue, Mar 29, 2016 at 04:55:23PM +0100, Paul Durrant wrote: > > Commit 78c5f59e "x86/hvm/viridian: save APIC assist vector" changed > > the name of a field in the viridian vcpu save record. Unfortunately this > > record has a decode funct

Re: [Xen-devel] [PATCH] tools/misc/xen-hvmctx: fix the build

2016-03-29 Thread Wei Liu
On Tue, Mar 29, 2016 at 04:55:23PM +0100, Paul Durrant wrote: > Commit 78c5f59e "x86/hvm/viridian: save APIC assist vector" changed > the name of a field in the viridian vcpu save record. Unfortunately this > record has a decode function in xen-hvmctx and so it no longer builds. > > This patch fix