x86/Hyper-V: Fix definition of struct hv_vp_assist_page
authorTianyu Lan <Tianyu.Lan@microsoft.com>
Thu, 22 Aug 2019 14:30:19 +0000 (22:30 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 24 Sep 2019 11:37:11 +0000 (13:37 +0200)
commit7a83247e010a2881ee246a88596af0549ef3e6c4
tree61e8dec1bc721e3e5ad7305f043cec0ec4fdb6e5
parente2ada66ec41821e54a503776c1ce42fbf4e99fbe
x86/Hyper-V: Fix definition of struct hv_vp_assist_page

The struct hv_vp_assist_page was defined incorrectly.
The "vtl_control" should be u64[3], "nested_enlightenments
_control" should be a u64 and there are 7 reserved bytes
following "enlighten_vmentry". Fix the definition.

Signed-off-by: Tianyu Lan <Tianyu.Lan@microsoft.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/hyperv-tlfs.h