All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] stubdom: reduce xenstore library dependencies
@ 2024-10-10 15:54 Juergen Gross
  2024-10-10 15:54 ` [PATCH 1/3] config: update Mini-OS commit Juergen Gross
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Juergen Gross @ 2024-10-10 15:54 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, Andrew Cooper, Jan Beulich, Julien Grall,
	Stefano Stabellini, Anthony PERARD, Samuel Thibault

Instead of letting the xenstore stubdoms depend on libxenguest and
with that on basically all Xen libraries, only let it depend on the
actually used libraries.

This is in preparation of removing the libxenctrl dependency from
Xenstore and with that the capability to use xenstore-stubdom on
multiple hypervisor versions.

Juergen Gross (3):
  config: update Mini-OS commit
  tools/xenstored: remove unneeded libxenguest reference
  stubdom: use real lib dependencies for xenstore stubdoms

 Config.mk                       | 2 +-
 stubdom/Makefile                | 6 ++++--
 tools/xenstored/Makefile.common | 1 -
 3 files changed, 5 insertions(+), 4 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2024-10-11 10:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-10 15:54 [PATCH 0/3] stubdom: reduce xenstore library dependencies Juergen Gross
2024-10-10 15:54 ` [PATCH 1/3] config: update Mini-OS commit Juergen Gross
2024-10-10 15:54 ` [PATCH 2/3] tools/xenstored: remove unneeded libxenguest reference Juergen Gross
2024-10-11 10:04   ` Anthony PERARD
2024-10-10 15:54 ` [PATCH 3/3] stubdom: use real lib dependencies for xenstore stubdoms Juergen Gross
2024-10-10 22:54   ` Samuel Thibault
2024-10-11  8:43 ` [PATCH 0/3] stubdom: reduce xenstore library dependencies Andrew Cooper

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.