|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 1186] xen ia64 build failure using gcc-4.3
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1186
------- Comment #1 from doug.chapman@xxxxxx 2008-03-05 15:14 -------
One other thing noted by Daniel Berrange at redhat:
The hypervisor impl of this hypercall doesn't even seem to want args 4 & 5
case IA64_DOM0VP_expose_foreign_p2m: {
XEN_GUEST_HANDLE(char) hnd;
set_xen_guest_handle(hnd, (char*)arg2);
ret = dom0vp_expose_foreign_p2m(d, arg0, (domid_t)arg1, hnd, arg3);
break;
}
So, its unclear why userspace is setting them
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
|
|
|
|