[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v6] x86/hvm: Allow guest_request vm_events coming from userspace
On Vi, 2017-08-25 at 06:13 -0600, Jan Beulich wrote: > > > > > > > > > > > > > On 17.08.17 at 13:50, <aisaila@xxxxxxxxxxxxxxx> wrote: > > --- a/xen/common/monitor.c > > +++ b/xen/common/monitor.c > > @@ -75,6 +75,7 @@ int monitor_domctl(struct domain *d, struct > > xen_domctl_monitor_op *mop) > > domain_pause(d); > > d->monitor.guest_request_sync = mop->u.guest_request.sync; > > d->monitor.guest_request_enabled = requested_status; > > + d->arch.monitor.guest_request_userspace_enabled = mop- > > >u.guest_request.allow_userspace; > This breaks the build on ARM. There are 2 solutions, I can move the case in x86/monitor.c in the arch_monitor_domctl_event function or I can make a arch specific function that does the assignment in the x86 case and does nothing in the arm case. What approach do you prefer? > > Jan > > > ________________________ > This email was scanned by Bitdefender Thanks, Alex ________________________ This email was scanned by Bitdefender _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |