tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Xen 3.3: Problem HVM guest



On Thursday 14 August 2008 18:55:20 Manuel Bouyer wrote:
> On Thu, Aug 14, 2008 at 06:49:55PM +0200, Christoph Egger wrote:
> > > > xpq_update_foreign: ok: 1
> > > > pmap_enter_ma: va: 0x7f7ffdfdd000, *ptep: 0x9c1ff167, domid: 1
> > > >
> > > > va matches and domid is also right.
> > >
> > > OK; just to make sure: the program hangs trying to write page0, right
> >
> > yes.
> >
> > > (The instruction after the write is never executed) ?
> >
> > right. (which is the second write)
> >
> > > Also could you print *ptep as a 64bit value ?
> >
> > %lx is already 64bit but even with %llx (and explicitely casting to
> > unsigned long long) did not change the value.
>
> OK, so 0x9c1ff167 is really the complete pte value. This would make it
> point to a physical address at 2497MB. Do you have that much memory in this
> box ?

Yes. It has 4GB.

Christoph



Home | Main Index | Thread Index | Old Index