Am Mon, 4 Mar 2019 14:54:01 +0000
schrieb Wei Liu <wei.l...@citrix.com>:

> > > +    /* Prepare environment for domcreate_stream_done */
> > > +    dcs->srs.ao = ao;
> > > +    dcs->srs.dcs = dcs;
> > > +    dcs->srs.fd = -1;
> As far as I can tell only srs.dcs needs to be initialised before hand.

fd needs to be tweaked as well to prevent the "soft reset" code path.
But as I notice just now, my change touches the wrong fd. restore_fd
is apparently already set. So yes, only dcs is required.

But is domcreate_bootloader_done the correct place to initialize it?

Olaf

Attachment: pgpxQHiXe7jGS.pgp
Description: Digitale Signatur von OpenPGP

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

Reply via email to