|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] 3.0.5 rc3 paravirt save failures ?
On Tue, May 01, 2007 at 02:01:45PM +0100, Keir Fraser wrote:
> On 1/5/07 13:47, "Steven Hand" <Steven.Hand@xxxxxxxxxxxx> wrote:
>
> > Looks like you're running off the top of the p2m ; your domain has 800Mb
> > 'maxmem' and hence should have a p2m covering 800 + 8 (slack) = 808Mb.
> > However entry 206868 is for the physical page just beyond that.
> >
> > Can you check the value you're getting for p2m_size in xc_domain_save.c,
> > e.g. apply the following?
>
> And is your Xen precisely matched against libxc? I fixed XENMEM_maximum_gpfn
> to really return the last gpfn known to the guest, rather than the last plus
> one. Hence we now add one to that value to get p2m_size in xc_domain_save().
> But if this fixed xc_domain_save() was run against older Xen, you would have
> p2m_size too big by one.
Ahh, that could well be the problem. It looks like my HV / libxc are just
straddling your changeset :-(
Dan.
--
|=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=|
|=- Perl modules: http://search.cpan.org/~danberr/ -=|
|=- Projects: http://freshmeat.net/~danielpb/ -=|
|=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=|
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|