tools/misc/xen-hvmctx: fix the build
authorPaul Durrant <paul.durrant@citrix.com>
Fri, 19 Jan 2018 14:08:14 +0000 (09:08 -0500)
committerWei Liu <wei.liu2@citrix.com>
Fri, 19 Jan 2018 14:14:10 +0000 (14:14 +0000)
commit5e0e28d9cee41eab41e5f11489d93247c0a4a789
tree8c57557caa6d29b91ecbed3ea01a532a4a0421f0
parent66bf4ef04869548128b70d8d371ec992189a6a1c
tools/misc/xen-hvmctx: fix the build

The recent commit 66bf4ef0 "x86/hvm: re-work viridian APIC assist code"
modified one of the field names in struct hvm_viridian_vcpu_context but
did not accordingly modify xen-hvmctx, leading to a failure to build tools.

This patch makes the necessary change to fix the build.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/misc/xen-hvmctx.c