All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] xen/arm: grant_table
@ 2012-07-04 11:05 Stefano Stabellini
  2012-07-04 11:05 ` [PATCH 1/4] xen/arm: set paging_mode_translate and paging_mode_external Stefano Stabellini
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Stefano Stabellini @ 2012-07-04 11:05 UTC (permalink / raw)
  To: xen-devel; +Cc: Tim Deegan, Ian Campbell, Stefano Stabellini

Hi all,
this patch series implements the basic mechanisms needed by the grant
table to work properly.

With this patch series applied and the corresponding Linux side patch
series, I am able to boot a guest out of a PV disk.


Stefano Stabellini (4):
      xen/arm: set paging_mode_translate and paging_mode_external
      xen/arm: implement page reference and grant table functions needed by grant_table.c
      xen/arm: create_p2m_entries should not call free_domheap_page
      xen/arm: grant table

 xen/arch/arm/domain.c           |    3 +
 xen/arch/arm/dummy.S            |    9 ---
 xen/arch/arm/mm.c               |  139 ++++++++++++++++++++++++++++++++++++++-
 xen/arch/arm/p2m.c              |   82 +++++++++++++++--------
 xen/arch/arm/traps.c            |    1 +
 xen/include/asm-arm/paging.h    |    4 +-
 xen/include/public/hvm/params.h |    4 +-
 7 files changed, 200 insertions(+), 42 deletions(-)

Cheers,

Stefano

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

end of thread, other threads:[~2012-07-13 16:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-04 11:05 [PATCH 0/4] xen/arm: grant_table Stefano Stabellini
2012-07-04 11:05 ` [PATCH 1/4] xen/arm: set paging_mode_translate and paging_mode_external Stefano Stabellini
2012-07-12 11:47   ` Tim Deegan
2012-07-04 11:05 ` [PATCH 2/4] xen/arm: implement page reference and grant table functions needed by grant_table.c Stefano Stabellini
2012-07-12 12:06   ` Tim Deegan
2012-07-13 16:16     ` Stefano Stabellini
2012-07-04 11:05 ` [PATCH 3/4] xen/arm: create_p2m_entries should not call free_domheap_page Stefano Stabellini
2012-07-12 12:09   ` Tim Deegan
2012-07-13 15:45     ` Stefano Stabellini
2012-07-04 11:05 ` [PATCH 4/4] xen/arm: grant table Stefano Stabellini
2012-07-12 12:11   ` Tim Deegan

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.