All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] stubdom: add xenstore pvh stubdom support
@ 2020-09-23  6:45 Juergen Gross
  2020-09-23  6:45 ` [PATCH 1/3] tools/init-xenstore-domain: add logging Juergen Gross
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Juergen Gross @ 2020-09-23  6:45 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, Ian Jackson, Wei Liu, Andrew Cooper,
	George Dunlap, Jan Beulich, Julien Grall, Stefano Stabellini,
	Samuel Thibault

Add support for creating a PVH Xenstore stub-domain.

This includes building the stubdom and loading it at system boot.

It should be noted that currently this stubdom is not in a working
state as there is some support in Mini-OS missing. I'm working on
adding this support.

Juergen Gross (3):
  tools/init-xenstore-domain: add logging
  tools/init-xenstore-domain: support xenstore pvh stubdom
  stubdom: add xenstore pvh stubdom

 .gitignore                           |   1 +
 stubdom/Makefile                     |  31 ++++-
 stubdom/configure                    |  47 ++++++++
 stubdom/configure.ac                 |   1 +
 stubdom/xenstorepvh-minios.cfg       |  10 ++
 tools/helpers/init-xenstore-domain.c | 170 ++++++++++++++++++++-------
 6 files changed, 213 insertions(+), 47 deletions(-)
 create mode 100644 stubdom/xenstorepvh-minios.cfg

-- 
2.26.2



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

end of thread, other threads:[~2020-10-14 12:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-23  6:45 [PATCH 0/3] stubdom: add xenstore pvh stubdom support Juergen Gross
2020-09-23  6:45 ` [PATCH 1/3] tools/init-xenstore-domain: add logging Juergen Gross
2020-09-30 15:40   ` Wei Liu
2020-09-23  6:45 ` [PATCH 2/3] tools/init-xenstore-domain: support xenstore pvh stubdom Juergen Gross
2020-09-30 15:46   ` Wei Liu
2020-10-01 10:40     ` Jürgen Groß
2020-10-07  6:54     ` Jürgen Groß
2020-10-07 10:34       ` Wei Liu
2020-09-23  6:45 ` [PATCH 3/3] stubdom: add " Juergen Gross
2020-09-27 16:17   ` Samuel Thibault
2020-09-30 15:46   ` Wei Liu
2020-10-14 12:44 ` [PATCH 0/3] stubdom: add xenstore pvh stubdom support 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.