All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] xen: arm: support up to (almost) 1TB of guest RAM
@ 2014-04-25 11:22 Ian Campbell
  2014-04-25 11:22 ` [PATCH v2 1/8] tools: libxl: use uint64_t not unsigned long long for addresses Ian Campbell
                   ` (7 more replies)
  0 siblings, 8 replies; 31+ messages in thread
From: Ian Campbell @ 2014-04-25 11:22 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.

Since last time there are a couple of new patches:
        libxl: use uint64_t not unsigned long long for addresses
        tools: arm: increase size of region set aside for guest grant
        table
        
I have also factored out some renaming and code motion from "support up
to (almost) 1TB of guest RAM" into two new precursor patches:
        tools: arm: refactor code to setup guest p2m and fill it with RAM
        tools: arm: prepare for multiple banks of guest RAM

Other changes are noted in the individual patch changelogs.

Ian.

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

end of thread, other threads:[~2014-05-02 10:03 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-25 11:22 [PATCH v2 0/8] xen: arm: support up to (almost) 1TB of guest RAM Ian Campbell
2014-04-25 11:22 ` [PATCH v2 1/8] tools: libxl: use uint64_t not unsigned long long for addresses Ian Campbell
2014-04-25 11:42   ` Julien Grall
2014-04-30 15:12   ` Ian Jackson
2014-04-30 15:49     ` Ian Campbell
2014-05-02 10:03       ` Ian Campbell
2014-04-25 11:22 ` [PATCH v2 2/8] tools: arm: report an error if the guest RAM is too large Ian Campbell
2014-04-25 11:50   ` Julien Grall
2014-04-25 11:51     ` Ian Campbell
2014-04-25 12:01       ` Julien Grall
2014-04-25 12:04         ` Ian Campbell
2014-04-25 11:22 ` [PATCH v2 3/8] tools: arm: move magic pfns out of guest RAM region Ian Campbell
2014-04-25 12:09   ` Julien Grall
2014-04-25 12:22     ` Ian Campbell
2014-04-25 13:10       ` Ian Campbell
2014-04-25 11:22 ` [PATCH v2 4/8] tools: arm: rearrange guest physical address space to increase max RAM Ian Campbell
2014-04-25 12:14   ` Julien Grall
2014-04-25 11:22 ` [PATCH v2 5/8] tools: arm: prepare for multiple banks of guest RAM Ian Campbell
2014-04-25 12:19   ` Julien Grall
2014-04-25 12:23     ` Ian Campbell
2014-04-25 12:34       ` Julien Grall
2014-04-25 11:22 ` [PATCH v2 6/8] tools: arm: refactor code to setup guest p2m and fill it with RAM Ian Campbell
2014-04-25 12:51   ` Julien Grall
2014-04-25 12:59     ` Ian Campbell
2014-04-25 13:12       ` Julien Grall
2014-04-25 13:22         ` Ian Campbell
2014-04-25 13:28           ` Julien Grall
2014-04-25 11:22 ` [PATCH v2 7/8] tools: arm: support up to (almost) 1TB of guest RAM Ian Campbell
2014-04-25 13:29   ` Julien Grall
2014-04-25 11:22 ` [PATCH v2 8/8] tools: arm: increase size of region set aside for guest grant table Ian Campbell
2014-04-25 12:59   ` 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.