[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-devel] guest physical to xen machine copy?
Thanks for your help. I finally got all of this working. Interestingly, I think my problem was aliasing: I was writing from one virtual address in the guest and reading from another virtual address in Xen, with both mapped to the same machine address. Adding mb() appropriately seemed to resolve the problem. Thanks, Dan > -----Original Message----- > From: Keir Fraser [mailto:keir.fraser@xxxxxxxxxxxxx] > Sent: Tuesday, September 30, 2008 12:25 AM > To: Dan Magenheimer; Xen-Devel (E-mail); Tian, Kevin > Subject: Re: [Xen-devel] guest physical to xen machine copy? > > > On 29/9/08 23:30, "Dan Magenheimer" > <dan.magenheimer@xxxxxxxxxx> wrote: > > > Then I gather I need to be passing an mfn to Xen instead > > of a gpfn. To do so, it looks like I call pfn_to_mfn() > > in the paravirtualized guest. But how can this work > > on a 32-bit-PV-on-64-bit-Xen since pfn_to_mfn() returns > > an unsigned long? > > So what? > > > Also, once I've got an (pvguest-translated-gpfn-to-) mfn > > inside of Xen, do I still do a gfn_to_mfn() on it? > > (Shouldn't matter because it just returns the gfn, right?) > > Yes, gfn here means what-the-guest-thinks-is-an-mfn. That's > pfn for an HVM > guest; mfn for a PV guest. > > -- Keir > > > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |