xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/9] xen: arm: support up to (almost) 1TB of guest RAM
@ 2014-05-13 11:28 Ian Campbell
  2014-05-13 11:29 ` [PATCH v4 1/9] tools: libxl: use uint64_t not unsigned long long for addresses Ian Campbell
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Ian Campbell @ 2014-05-13 11:28 UTC (permalink / raw)
  To: xen-devel; +Cc: Julien Grall, Stefano Stabellini, Tim Deegan, Ian Jackson

This series rejigs the guest physical address space to allow for up to
1019GB of RAM, with up to 3GB below the 4GB boundary.

The second patch here (an error check) should be backported to 4.4 but
the rest are not suitable IMHO since they change the guest layout.
Although we reserve the right to do so I think we should avoid such
changes in stable branches.

This has seen a bit of a rework since v3 (which I felt was significant
enough to invalidate the acks on some of the later patches). THe two
main changes were switching to use arrays instead of ram{0,1}size etc,
which allows loops to be used and removing the duplication of the
knowledge of memory layout in both libxc and libxl by exposing libxc's
answer to libxl.

Ian.

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

end of thread, other threads:[~2014-05-15 11:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-13 11:28 [PATCH v4 0/9] xen: arm: support up to (almost) 1TB of guest RAM Ian Campbell
2014-05-13 11:29 ` [PATCH v4 1/9] tools: libxl: use uint64_t not unsigned long long for addresses Ian Campbell
2014-05-13 11:29 ` [PATCH v4 2/9] tools: arm: report an error if the guest RAM is too large Ian Campbell
2014-05-13 11:29 ` [PATCH v4 3/9] tools: arm: move magic pfns out of guest RAM region Ian Campbell
2014-05-13 11:29 ` [PATCH v4 4/9] tools: arm: rearrange guest physical address space to increase max RAM Ian Campbell
2014-05-13 11:29 ` [PATCH v4 5/9] tools: arm: refactor code to setup guest p2m and fill it with RAM Ian Campbell
2014-05-13 11:29 ` [PATCH v4 6/9] tools: arm: prepare domain builder for multiple banks of guest RAM Ian Campbell
2014-05-13 12:21   ` Julien Grall
2014-05-13 11:29 ` [PATCH v4 7/9] tools: arm: prepare guest FDT building for multiple RAM banks Ian Campbell
2014-05-13 12:35   ` Julien Grall
2014-05-15 11:27     ` Ian Campbell
2014-05-13 11:29 ` [PATCH v4 8/9] tools: arm: support up to (almost) 1TB of guest RAM Ian Campbell
2014-05-13 11:29 ` [PATCH v4 9/9] tools: arm: increase size of region set aside for guest grant table Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).