All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] support >3 level p2m tree
@ 2014-09-08 13:48 Juergen Gross
  2014-09-08 13:48 ` [PATCH] expand x86 arch_shared_info to " Juergen Gross
  0 siblings, 1 reply; 8+ messages in thread
From: Juergen Gross @ 2014-09-08 13:48 UTC (permalink / raw)
  To: ian.campbell, ian.jackson, jbeulich, keir, tim, xen-devel; +Cc: Juergen Gross

Pv domains write the mfn of a 3 level p2m tree to arch_shared_info
structure. Consumers of this information are the domain save/restore
functions of the Xen tools.

Being defined as having 3 levels the maximum supported domain size
is 512 GB. The following patch expands the arch_shared_info structure
to support more levels.

The Xen tools are not covered in this patch as the patch series
"Libxl migration v2 support":
http://lists.xen.org/archives/html/xen-devel/2014-09/msg00427.html
should be applied first.

Juergen Gross (1):
  expand x86 arch_shared_info to support >3 level p2m tree

 xen/include/public/arch-x86/xen.h | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

-- 
1.8.4.5

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

end of thread, other threads:[~2014-09-09  9:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-08 13:48 [PATCH 0/1] support >3 level p2m tree Juergen Gross
2014-09-08 13:48 ` [PATCH] expand x86 arch_shared_info to " Juergen Gross
2014-09-08 13:59   ` Andrew Cooper
2014-09-08 16:11     ` Juergen Gross
2014-09-09  9:28       ` Jan Beulich
2014-09-09  9:36         ` Andrew Cooper
2014-09-09  9:45           ` Juergen Gross
2014-09-09  9:55           ` Jan Beulich

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.