>>> On 07.11.18 at 11:52, <[email protected]> wrote:
> --- a/xen/include/asm-x86/hvm/viridian.h
> +++ b/xen/include/asm-x86/hvm/viridian.h
> @@ -20,11 +20,13 @@ union viridian_page_msr
>      } fields;
>  };
>  
> +typedef union _HV_VP_ASSIST_PAGE HV_VP_ASSIST_PAGE;
> +
>  struct viridian_vcpu
>  {
>      struct {
>          union viridian_page_msr msr;
> -        void *va;
> +        HV_VP_ASSIST_PAGE *ptr;
>          bool pending;
>      } vp_assist;
>      uint64_t crash_param[5];

I'll commit this as is, but even better would have been to avoid
having the typedef here (visible to everyone).

Jan



_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to