On Wed, Sep 4, 2019 at 12:12 PM Juergen Gross <[email protected]> wrote: > > The stubdom gets an event channel to use for dom0 xenbstore connection > via commandline parameter ("--event <event-nr>"). This needs to be used > in the stubdom for setting up the communication path. > > > Juergen
Hi Juergen, Thanks for the quick response! tracing through xenstored, looks like that flag sets the variable dom0_event which is only used in the xenstored_minios.c as the return value to the xenbus_evtchn() call. I could naively short circuit xenbus_evtchn() under xenstored_posix.c to return immediately if dom0_event has been set. If that works, I would be glad to submit it back upstream if there is interest in incorporating it. Thanks again! Daniel P. Smith _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
