|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 3/5] viridian: define type for the 'virtual VP assist page'
>>> On 07.11.18 at 11:52, <paul.durrant@xxxxxxxxxx> 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
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |