|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [Xen-ia64-devel] Problem with xen-unstable cset 7937 (grant tabletra
I'll fix those two errors in the xen-unstable tree. I would then expect
things to pretty much just work, but common/grant_table.c had diverged
a little from the ia64-specific one, so that might be causing problems.
-- Keir
On 23 Nov 2005, at 23:09, Magenheimer, Dan (HP Labs Fort Collins) wrote:
Thanks very much!
There is a typo in gnttab_shared_mfn in the asm-ia64/grant_table.h
you created ((t)shared should be (t)->shared) and I found a
misspelling in include/asm-ia64/mm.h (PGT_writeable should
be PGT_writable... this is never actually used on ia64 but
needs to be defined syntactically to compile). With these
fixes, it compiles.
However, it doesn't run... booting domU gets "Cannot open
root device". I will repeat the experiment with xen-ia64 tip
(to verify somethin else isn't screwed up) and then with
xen-ia64 tip with just the grant_table changes to see if
that works.
Or did I miss something that you had left for me to fix
semantically in the new ia64-specific header file?
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
|
|
|
|