>>> On 14.02.19 at 15:18, <ppircal...@bitdefender.com> wrote:
> @@ -843,7 +844,13 @@ struct xen_domctl_vm_event_op {
>      uint32_t       op;           /* XEN_VM_EVENT_* */
>      uint32_t       mode;         /* XEN_DOMCTL_VM_EVENT_OP_* */
>  
> -    uint32_t port;              /* OUT: event channel for ring */
> +    union {
> +        struct {
> +            uint32_t port;       /* OUT: event channel for ring */
> +        } enable;

As said, I'm not really happy with the wrapper struct, but anyway
Acked-by: Jan Beulich <jbeul...@suse.com>

Jan



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to