[PATCH 0/3] stubdom: add xenstore pvh stubdom support

Juergen Gross posted 3 patches 3 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20200923064541.19546-1-jgross@suse.com
Maintainers: Ian Jackson <iwj@xenproject.org>, Samuel Thibault <samuel.thibault@ens-lyon.org>, Jan Beulich <jbeulich@suse.com>, Wei Liu <wl@xen.org>, Stefano Stabellini <sstabellini@kernel.org>, Andrew Cooper <andrew.cooper3@citrix.com>, George Dunlap <george.dunlap@citrix.com>, Julien Grall <julien@xen.org>
.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
[PATCH 0/3] stubdom: add xenstore pvh stubdom support
Posted by Juergen Gross 3 years, 6 months ago
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


Re: [PATCH 0/3] stubdom: add xenstore pvh stubdom support
Posted by Jürgen Groß 3 years, 6 months ago
On 23.09.20 08:45, Juergen Gross wrote:
> 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
> 

Anything missing for this series to be committed?


Juergen