|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] determining dom0 version and bit size from domU
To overcome the problems I am having with the windows vbd drivers when
DomU bit width != Dom0 bit width, I would like to implement a kludge
with an algorithm something like:
"
if Dom0 Xen version >= 3.1.1
set 'protocol' and it's business as usual
else
if Dom0 is 64 bits
align the blkif structures to 8 bytes
else
align the blkif structures to 4 bytes
"
Unfortunately, it doesn't look like I can determine the version of Xen
that the Dom0 kernel was compiled against, nor the bit width of Dom0. I
think I can get some indication of the hypervisor version, but that is
irrelevant.
Am I out of luck here? If I need to implement anything in Dom0 to do it
then I'll just document the Windows Xen PV drivers as being compatible
only with 3.1.1 and above if you want to mix and match bit widths... but
it would be nice to support older code.
James
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] determining dom0 version and bit size from domU,
James Harper <=
|
|
|
|
|