Displaying 1 result from an estimated 1 matches for "msg01199".
Did you mean:
msg01193
2005 Nov 15
3
First post-xenbus-change USB patch
...new xenbus code gave an error message when I tried to unload
and reload the BE.
I think there must have been some stale state in the store which was
confusing the state machine in the new xenbus code.
I''m using this state machine
http://lists.xensource.com/archives/html/xen-devel/2005-10/msg01199.html
in the xenidc endpoint code. It is designed to be robust against stale
state left in the store and was working nicely for module load and
unload.
There were a couple of small wins for my code: I could use the otherend
and otherend_id fields from the xenbus_device instead of having my own
and...