All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: Support read-only mapping in the grant table
@ 2013-10-24  9:02 Julien Grall
  2013-10-24  9:02 ` [PATCH 1/3] xen/arm: p2m: extend create_p2m_entries to support read-only mapping Julien Grall
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Julien Grall @ 2013-10-24  9:02 UTC (permalink / raw)
  To: xen-devel; +Cc: stefano.stabellini, tim, ian.campbell, Julien Grall, patches

Hi,

This small patch series implements read-only mapping for the grant table.

The read-only mapping is used by block-front when persistent grants is not used.
It's the case when a freebsd domU is booting on Xen on ARM.

The first two patches extend the p2m interface to support read-only mapping.
The third patch add support to read-only mapping in the grant table.

Cheers,

Julien Grall (3):
  xen/arm: p2m: extend create_p2m_entries to support read-only mapping
  xen/arm: p2m: add guest_physmap_add_page_rw
  xen/arm: grant-table: Support read-only mapping

 xen/arch/arm/mm.c          | 12 ++++--------
 xen/arch/arm/p2m.c         | 30 ++++++++++++++++++++++--------
 xen/include/asm-arm/p2m.h  |  5 +++++
 xen/include/asm-arm/page.h |  5 +++--
 4 files changed, 34 insertions(+), 18 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-11-12 13:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-24  9:02 [PATCH 0/3] ARM: Support read-only mapping in the grant table Julien Grall
2013-10-24  9:02 ` [PATCH 1/3] xen/arm: p2m: extend create_p2m_entries to support read-only mapping Julien Grall
2013-11-11 13:23   ` Ian Campbell
2013-11-12 13:13     ` Julien Grall
2013-10-24  9:02 ` [PATCH 2/3] xen/arm: p2m: add guest_physmap_add_page_rw Julien Grall
2013-11-11 13:30   ` Ian Campbell
2013-10-24  9:02 ` [PATCH 3/3] xen/arm: grant-table: Support read-only mapping Julien Grall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.