|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 11 of 22] xenpaging: do not bounce p2mt to xenpag
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
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 01 of 22] xenpaging: remove unused spinlock in pager, (continued)
[Xen-devel] [PATCH 08 of 22] xenpaging: drop xc.c, move xc_wait_for_event_or_timeout, Olaf Hering
[Xen-devel] [PATCH 04 of 22] xenpaging: drop xc.c, remove ASSERT, Olaf Hering
[Xen-devel] [PATCH 11 of 22] xenpaging: do not bounce p2mt to xenpaging, Olaf Hering
- Re: [Xen-devel] [PATCH 11 of 22] xenpaging: do not bounce p2mt to xenpaging,
Tim Deegan <=
[Xen-devel] [PATCH 06 of 22] xenpaging: drop xc.c, remove xc_wait_for_event, Olaf Hering
[Xen-devel] [PATCH 12 of 22] xenpaging: remove srand call, Olaf Hering
[Xen-devel] [PATCH 10 of 22] xenpaging: correct dropping of pages to avoid full ring buffer, Olaf Hering
[Xen-devel] [PATCH 02 of 22] tools: merge several bitop functions into xc_bitops.h, Olaf Hering
|
|
|
|
|