xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] mini-os: prepare for support of ballooning
@ 2016-07-19  8:44 Juergen Gross
  2016-07-19  8:44 ` [PATCH 1/9] mini-os: correct first free pfn Juergen Gross
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Juergen Gross @ 2016-07-19  8:44 UTC (permalink / raw)
  To: minios-devel, xen-devel; +Cc: Juergen Gross, samuel.thibault, wei.liu2

Do some cleanups, a small correction and add some basic features to
lay groundwork for support of ballooning in Mini-OS.

The main visible change is the virtual memory layout: to be able to
add memory to the running Mini-OS we need to have some spare areas
especially after the 1:1 mapping of physical memory.

The whole series has been tested with:

- pure mini-os
- xenstore stubdom
- ioemu stubdom
- pvgrub 64 bit

pvgrub 32 bit didn't work before applying the series, it just entered
the grub shell. With the series applied the behavior was exactly the
same.

Juergen Gross (9):
  mini-os: correct first free pfn
  mini-os: remove unused alloc_contig_pages() function
  mini-os: remove MM_DEBUG code
  mini-os: add description of x86 memory usage
  mini-os: add nr_free_pages counter
  mini-os: let memory allocation fail if no free page available
  mini-os: add ballooning config item
  mini-os: get maximum memory size from hypervisor
  mini-os: modify virtual memory layout for support of ballooning

 Makefile              |   2 +
 arch/arm/mm.c         |   2 +-
 arch/x86/mm.c         | 191 ++++----------------------------------------------
 include/mm.h          |   5 +-
 include/x86/arch_mm.h |  44 ++++++++++++
 mm.c                  |  95 +++++++++----------------
 6 files changed, 97 insertions(+), 242 deletions(-)

-- 
2.6.6


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2016-07-25 13:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-19  8:44 [PATCH 0/9] mini-os: prepare for support of ballooning Juergen Gross
2016-07-19  8:44 ` [PATCH 1/9] mini-os: correct first free pfn Juergen Gross
2016-07-19  8:44 ` [PATCH 2/9] mini-os: remove unused alloc_contig_pages() function Juergen Gross
2016-07-19  8:44 ` [PATCH 3/9] mini-os: remove MM_DEBUG code Juergen Gross
2016-07-19  8:44 ` [PATCH 4/9] mini-os: add description of x86 memory usage Juergen Gross
2016-07-19  8:44 ` [PATCH 5/9] mini-os: add nr_free_pages counter Juergen Gross
2016-07-19  8:44 ` [PATCH 6/9] mini-os: let memory allocation fail if no free page available Juergen Gross
2016-07-19  8:44 ` [PATCH 7/9] mini-os: add ballooning config item Juergen Gross
2016-07-19  8:44 ` [PATCH 8/9] mini-os: get maximum memory size from hypervisor Juergen Gross
2016-07-19  8:44 ` [PATCH 9/9] mini-os: modify virtual memory layout for support of ballooning Juergen Gross
2016-07-25 13:52 ` [PATCH 0/9] mini-os: prepare " Wei Liu

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).