On 04/02/15 16:29, Ian Jackson wrote: > Released versions of Xen (Xen 4.5) rely on __RUMPUSER_XEN__ being > defined.
I wasn't aware of that. > A patch to change this in Xen upstream exists and will be backported, > but until that makes it through to a stable point release of Xen 4.5, > we should support both #defines. Patch is ok since we can't adjust the past, but: Could we instead fix xen.git to not rely on the defines at all? They seem to be an arbitrary difference in pathname (/dev vs. /kern), and something with dlopen() that I'm not quite sure I get, but looks like just not setting XENCTRL_OSDEP would do the right thing. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
