All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH-for-5.2 v2 0/4] vhost-user: Fix ./configure confusion
@ 2020-11-11 12:09 Philippe Mathieu-Daudé
  2020-11-11 12:09 ` [PATCH-for-5.2 v2 1/4] meson: move vhost_user_blk_server to meson.build Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-11-11 12:09 UTC (permalink / raw)
  To: qemu-devel
  Cc: Kevin Wolf, Philippe Mathieu-Daudé,
	qemu-block, Stefan Hajnoczi, Max Reitz

Respin of Stefan's series. His v1 cover:

  There was confusion over --disable-vhost-user and the new
  --enable/disable-vhost-user-blk-server ./configure options.
  This series tries to make things more consistent. See the
  commit descriptions for details.

Key:
[----] : patches are identical
[####] : number of functional differences between upstream/downstream patch
[down] : patch is downstream-only
The flags [FC] indicate (F)unctional and (C)ontextual differences, respectively

001/4:[----] [--] 'meson: move vhost_user_blk_server to meson.build'
002/4:[down] 'meson: Only build vhost-user when system or tools is enabled'
003/4:[----] [-C] 'vhost-user-blk-server: depend on CONFIG_VHOST_USER'
004/4:[----] [--] 'configure: mark vhost-user Linux-only'

Supersedes: <20201110171121.1265142-1-stefanha@redhat.com>

Philippe Mathieu-Daudé (1):
  meson: Only build vhost-user when system or tools is enabled

Stefan Hajnoczi (3):
  meson: move vhost_user_blk_server to meson.build
  vhost-user-blk-server: depend on CONFIG_VHOST_USER
  configure: mark vhost-user Linux-only

 configure                | 25 ++++++++-----------------
 meson.build              | 19 +++++++++++++++++++
 block/export/meson.build |  5 ++++-
 meson_options.txt        |  2 ++
 4 files changed, 33 insertions(+), 18 deletions(-)

-- 
2.26.2




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

end of thread, other threads:[~2020-11-11 16:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-11 12:09 [PATCH-for-5.2 v2 0/4] vhost-user: Fix ./configure confusion Philippe Mathieu-Daudé
2020-11-11 12:09 ` [PATCH-for-5.2 v2 1/4] meson: move vhost_user_blk_server to meson.build Philippe Mathieu-Daudé
2020-11-11 12:09 ` [PATCH-for-5.2 v2 2/4] meson: Only build vhost-user when system or tools is enabled Philippe Mathieu-Daudé
2020-11-11 15:48   ` Stefan Hajnoczi
2020-11-11 16:19     ` Philippe Mathieu-Daudé
2020-11-11 12:09 ` [PATCH-for-5.2 v2 3/4] vhost-user-blk-server: depend on CONFIG_VHOST_USER Philippe Mathieu-Daudé
2020-11-11 12:09 ` [PATCH-for-5.2 v2 4/4] configure: mark vhost-user Linux-only Philippe Mathieu-Daudé

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.