5 messages in com.xensource.lists.xen-develRe: [Xen-devel] Xen/XenoLinux interfa...
FromSent OnAttachments
Barry Silverman11 Mar 2004 13:47 
Ian Pratt11 Mar 2004 15:40 
Keir Fraser11 Mar 2004 23:27 
Jacob Gorm Hansen16 Mar 2004 03:22 
Keir Fraser16 Mar 2004 03:33 
Subject:Re: [Xen-devel] Xen/XenoLinux interface versions
From:Ian Pratt (Ian.@cl.cam.ac.uk)
Date:03/11/2004 03:40:02 PM
List:com.xensource.lists.xen-devel

I just tried to run Xen (updated daily from unstable) with an incompatible version of XenoLinux (I forgot to rebuild the XenoLinux tree). Dom0 just died with no messages (non-debug build). It worked fine once I realized that the interface version had changed, and had to rebuild xenolinux?

I know it is sort of chicken, and egg thing, but could you somehow print an error message that says that there is a hypervisor interface version mismatch?

Absolutely.

Christian made the very sensible suggestion that we should pass the interface version number in to the domain in one of the registers. It could then refuse to run or use a compatibility mode. (hopefully the interface version would be sufficiently close for it to be able to use HYPERVISOR_console_write to tell someone!)

One for the todo list...

Ian