|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [Xen-ia64-devel] Community effort needed to catch upwithxen-unstable
Tian, Kevin wrote:
OK, attached is the set of patches by far. Based on them, now I can
enable grant table and also a small xenstore test in dom0 succeeds.
However the root device still can't be located:
From your xeno patch:
+#define virt_to_mfn(v) (__pa(v) >> PAGE_SIZE)
+#define mfn_to_virt(m) (__va(m << PAGE_SIZE))
PAGE_SIZE should be PAGE_SHIFT, shouldn't it?
John Byrne
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
|
|
|
|