All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Allow to build virtiofsd without the entire tools
@ 2021-02-01 21:14 Wainer dos Santos Moschetta
  2021-02-01 21:14 ` [PATCH 1/1] virtiofsd: Allow to build it without the tools Wainer dos Santos Moschetta
  2021-02-01 23:04 ` [PATCH 0/1] Allow to build virtiofsd without the entire tools Paolo Bonzini
  0 siblings, 2 replies; 9+ messages in thread
From: Wainer dos Santos Moschetta @ 2021-02-01 21:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, dgilbert, stefanha, misono.tomohiro

Not too long ago (QEMU 5.0) it was possible to configure with --disable-tools
and still have virtiofsd built. With the recent port of the build system to
Meson, it is now built together with the tools though.

The Kata Containers [1] project build QEMU with --disable-tools to decrease the
attack surface, apart from the fact that tools (except for virtiofsd) aren't
used at all. So the ability to build only virtiofsd is appreciated.

On commit cece116c939 it was introduced the --enable-virtiofsd option. One
might think that option will enable the virtiofsd build regardless of 
--disable-tools but it isn't the current behavior. So the patch that I am
sending allows to disable all tools but virtiofsd.

Side note: in a private chat with Stefan Hajnoczi he come up with the idea
that perhaps --disable-tools could be like --without-default-features where
one can add back on feature-by-feature basis. This is outside the scope of this
series but I thought in sharing because IMHO it is deserves a discussion.

[1] https://katacontainers.io

Wainer dos Santos Moschetta (1):
  virtiofsd: Allow to build it without the tools

 tools/meson.build | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

-- 
2.29.2



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

end of thread, other threads:[~2021-02-16 11:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01 21:14 [PATCH 0/1] Allow to build virtiofsd without the entire tools Wainer dos Santos Moschetta
2021-02-01 21:14 ` [PATCH 1/1] virtiofsd: Allow to build it without the tools Wainer dos Santos Moschetta
2021-02-02  5:55   ` misono.tomohiro
2021-02-02 12:58     ` Wainer dos Santos Moschetta
2021-02-03 11:30       ` Dr. David Alan Gilbert
2021-02-16 10:59       ` Dr. David Alan Gilbert
2021-02-03 14:41   ` Stefan Hajnoczi
2021-02-01 23:04 ` [PATCH 0/1] Allow to build virtiofsd without the entire tools Paolo Bonzini
2021-02-02 12:48   ` Wainer dos Santos Moschetta

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.