[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 11 of 22] xenpaging: do not bounce p2mt to xenpaging
At 11:13 +0200 on 10 Jun (1307704380), Olaf Hering wrote: > diff -r 1de8de108d15 -r 17c9aa11b28a xen/arch/x86/mm/p2m.c > --- a/xen/arch/x86/mm/p2m.c Fri Jun 10 10:47:14 2011 +0200 > +++ b/xen/arch/x86/mm/p2m.c Fri Jun 10 10:47:15 2011 +0200 > @@ -773,7 +773,6 @@ void p2m_mem_paging_populate(struct doma > > /* Send request to pager */ > req.gfn = gfn; > - req.p2mt = p2mt; > req.vcpu_id = v->vcpu_id; > > mem_event_put_request(d, &req); Might as well leave this hypervisor-side part here; it's pretty much free and if we do decide to start using p2mt in a paging client it will save us reintroducing it. Cheers, Tim. -- Tim Deegan <Tim.Deegan@xxxxxxxxxx> Principal Software Engineer, Xen Platform Team Citrix Systems UK Ltd. (Company #02937203, SL9 0BG) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |