|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [Xen-ia64-devel][PATCH]fix vti inital broken after merge
On Fri, Dec 01, 2006 at 10:43:47AM -0700, Alex Williamson wrote:
> > diff -r edaf70bb5bcc xen/common/memory.c
> > --- a/xen/common/memory.c Thu Nov 30 02:58:43 2006 +0800
> > +++ b/xen/common/memory.c Fri Dec 01 02:30:19 2006 +0800
> > @@ -137,6 +137,10 @@ static void populate_physmap(struct memo
> > {
> > for ( j = 0; j < (1 << a->extent_order); j++ )
> > guest_physmap_add_page(d, gpfn + j, mfn + j);
> > +
> > + /* Inform the domain of the new page's machine address.
> > */
> > + if ( unlikely(__copy_to_guest_offset(a->extent_list, i,
> > &mfn, 1)) )
> > + goto out;
> > }
> > else
> > {
>
> This chunk will need to be submitted to xen-devel. Thanks,
The foreign domain page mapping semantic of auto translated mode domain
was changed on x86.
The above patch of
http://lists.xensource.com/archives/html/xen-ia64-devel/2006-11/msg00360.html
catches it up on IA64.
This chunk will be unnecessary with it
--
yamahata
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-ia64-devel][PATCH]fix vti inital broken after merge, Alex Williamson
- Re: [Xen-ia64-devel][PATCH]fix vti inital broken after merge,
Isaku Yamahata <=
- RE: [Xen-ia64-devel][PATCH]fix vti inital broken after merge, Xu, Anthony
- RE: [Xen-ia64-devel][PATCH]fix vti inital broken after merge, Zhang, Xing Z
- RE: [Xen-ia64-devel][PATCH]fix vti inital broken after merge, Zhang, Xing Z
- RE: [Xen-ia64-devel][PATCH]fix vti inital broken after merge, Xu, Anthony
- RE: [Xen-ia64-devel][PATCH]fix vti inital broken after merge, Zhang, Xing Z
|
|
|
|
|