All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] stubdom: prepare more fine grained Xen library usage
@ 2024-10-05 15:15 Juergen Gross
  2024-10-05 15:15 ` [PATCH 1/4] stubdom: add local .gitignore file Juergen Gross
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Juergen Gross @ 2024-10-05 15:15 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, Andrew Cooper, Jan Beulich, Julien Grall,
	Stefano Stabellini, Samuel Thibault, Daniel De Graaf, Quan Xu,
	Anthony PERARD

Prepare the build system of stubdoms to allow a more fine grained
Xen library usage per stubdom (today its all or none).

This is a first step to set the stage for related Mini-OS changes
which are required to have stubdoms using e.g. only stable Xen
libraries.

Juergen Gross (4):
  stubdom: add local .gitignore file
  stubdom: explcitly add libc and lwip Mini-OS config options
  build: move xenlibs-dependencies make definition to uselibs.mk
  stubdom: add fine grained library config items to Mini-OS configs

 .gitignore                     | 37 +------------------------
 stubdom/.gitignore             | 37 +++++++++++++++++++++++++
 stubdom/Makefile               | 49 +++++++++++++++++++++++++---------
 stubdom/c/minios.cfg           |  2 ++
 stubdom/grub/minios.cfg        |  3 ++-
 stubdom/ioemu-minios.cfg       |  2 ++
 stubdom/vtpm/minios.cfg        |  3 ++-
 stubdom/vtpmmgr/minios.cfg     |  3 ++-
 stubdom/xenstore-minios.cfg    |  1 +
 stubdom/xenstorepvh-minios.cfg |  1 +
 tools/Rules.mk                 |  7 -----
 tools/libs/uselibs.mk          |  7 +++++
 12 files changed, 94 insertions(+), 58 deletions(-)
 create mode 100644 stubdom/.gitignore

-- 
2.43.0



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

end of thread, other threads:[~2024-10-08  9:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-05 15:15 [PATCH 0/4] stubdom: prepare more fine grained Xen library usage Juergen Gross
2024-10-05 15:15 ` [PATCH 1/4] stubdom: add local .gitignore file Juergen Gross
2024-10-07 12:47   ` Anthony PERARD
2024-10-05 15:15 ` [PATCH 2/4] stubdom: explcitly add libc and lwip Mini-OS config options Juergen Gross
2024-10-07 21:50   ` Samuel Thibault
2024-10-08  9:18     ` Jürgen Groß
2024-10-08  9:22       ` Samuel Thibault
2024-10-08  9:27   ` Samuel Thibault
2024-10-05 15:15 ` [PATCH 3/4] build: move xenlibs-dependencies make definition to uselibs.mk Juergen Gross
2024-10-07 13:14   ` Anthony PERARD
2024-10-05 15:15 ` [PATCH 4/4] stubdom: add fine grained library config items to Mini-OS configs Juergen Gross
2024-10-07 14:15   ` Anthony PERARD
2024-10-07 15:08     ` 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.