All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch V2] support guest virtual mapped p2m list
@ 2014-12-01  9:29 Juergen Gross
  2014-12-01  9:29 ` [Patch V2] expand x86 arch_shared_info to support linear " Juergen Gross
  0 siblings, 1 reply; 10+ messages in thread
From: Juergen Gross @ 2014-12-01  9:29 UTC (permalink / raw)
  To: keir, Ian.Campbell, andrew.cooper3, ian.jackson, tim,
	david.vrabel, xen-devel
  Cc: Juergen Gross

The x86 struct arch_shared_info field pfn_to_mfn_frame_list_list
currently contains the mfn of the top level page frame of the 3 level
p2m tree, which is used by the Xen tools during saving and restoring
(and live migration) of pv domains and for crash dump analysis. With
three levels of the p2m tree it is possible to support up to 512 GB of
RAM for a 64 bit pv domain.

A 32 bit pv domain can support more, as each memory page can hold 1024
instead of 512 entries, leading to a limit of 4 TB.

To be able to support more RAM on x86-64 switch to a virtual mapped
p2m list.

Changes in V2:
- add new structure member p2m_generation in arch_shared_info
- rename structure member referencing the p2m address space to p2m_cr3
- add some comments
- removed patches 2-4 as overriding missing XENFEAT_virtual_p2m will be
  done via kernel parameter (patch 2 will be resent after Xen 4.5 is out)


Juergen Gross (1):
  expand x86 arch_shared_info to support linear p2m list

 xen/include/public/arch-x86/xen.h | 22 +++++++++++++++++++++-
 xen/include/public/features.h     |  3 +++
 2 files changed, 24 insertions(+), 1 deletion(-)

-- 
2.1.2

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

end of thread, other threads:[~2014-12-01 16:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-01  9:29 [Patch V2] support guest virtual mapped p2m list Juergen Gross
2014-12-01  9:29 ` [Patch V2] expand x86 arch_shared_info to support linear " Juergen Gross
2014-12-01 10:15   ` Jan Beulich
2014-12-01 11:19     ` David Vrabel
2014-12-01 11:29       ` Jan Beulich
     [not found]       ` <547C5F31020000780004BB1F@suse.com>
2014-12-01 13:11         ` Juergen Gross
2014-12-01 13:37           ` Jan Beulich
     [not found]           ` <547C7D13020000780004BC3D@suse.com>
2014-12-01 14:33             ` Juergen Gross
2014-12-01 16:28               ` Jan Beulich
2014-12-01 16:39                 ` Jürgen Groß

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.