Commit Graph

58 Commits

Author SHA1 Message Date
kmacy
f8a9f001fc - add more debug cruft to xenbus
- probe backend
- separate probing from initialization
- add xenbus_strstate
- replace pause with tsleep (which should probably be cv_wait)
2008-08-20 09:20:12 +00:00
kmacy
a87097dc97 Check for watch events when doing inline message processing
MFC after:	1 month
2008-08-20 03:27:12 +00:00
kmacy
b1f7c9438e Xen 3.2 now interleaves watch events with regular message notifications.
More graciously handle processing messages and watch events inline prior
to threads being up and running.

MFC after:	1 month
2008-08-20 02:42:08 +00:00
kmacy
edc759b8a0 avoid evtchn_init name collision in gdb
MFC after:	1 month
2008-08-19 02:31:01 +00:00
kmacy
c6bda835fd Make sure we don't lose the most significant bits of the frame number on PAE or 64-bit
MFC after:	1 month
2008-08-17 23:32:34 +00:00
kmacy
7f5780e2e4 Import check for xen features.
MFC after:	1 month
2008-08-15 21:20:44 +00:00
kmacy
b65933479a Compile fixes for xen build.
MFC after:	1 month.
2008-08-15 04:00:44 +00:00
kmacy
0b389f773a Import OS interfaces to Xen services.
MFC after:	2 weeks
2008-08-12 07:36:56 +00:00