All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Thomas Huth" <thuth@redhat.com>,
	"Daniel P . Berrange" <berrange@redhat.com>,
	"Connor Kuehl" <ckuehl@redhat.com>,
	"Dr. David Alan Gilbert" <dgilbert@redhat.com>,
	virtio-fs@redhat.com, "Stefan Hajnoczi" <stefanha@redhat.com>,
	"Mahmoud Mandour" <ma.mandourr@gmail.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: [PATCH 0/2] virtiofsd: Meson build fixes
Date: Wed, 28 Apr 2021 16:48:11 +0200	[thread overview]
Message-ID: <20210428144813.417170-1-philmd@redhat.com> (raw)

A pair of fixes to allow building virtiofsd without sysemu/tools.

Should this configuration be tested in CI?

Regards,

Phil.

Philippe Mathieu-Daudé (2):
  meson: Check for seccomp/cap-ng libraries if virtiofsd is enabled
  util/meson: Build iov/hexdump/buffer_is_zero with virtiofsd

 meson.build      |  4 ++--
 util/meson.build | 10 +++++++---
 2 files changed, 9 insertions(+), 5 deletions(-)

-- 
2.26.3




WARNING: multiple messages have this Message-ID (diff)
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Thomas Huth" <thuth@redhat.com>,
	"Daniel P . Berrange" <berrange@redhat.com>,
	virtio-fs@redhat.com, "Mahmoud Mandour" <ma.mandourr@gmail.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: [Virtio-fs] [PATCH 0/2] virtiofsd: Meson build fixes
Date: Wed, 28 Apr 2021 16:48:11 +0200	[thread overview]
Message-ID: <20210428144813.417170-1-philmd@redhat.com> (raw)

A pair of fixes to allow building virtiofsd without sysemu/tools.

Should this configuration be tested in CI?

Regards,

Phil.

Philippe Mathieu-Daudé (2):
  meson: Check for seccomp/cap-ng libraries if virtiofsd is enabled
  util/meson: Build iov/hexdump/buffer_is_zero with virtiofsd

 meson.build      |  4 ++--
 util/meson.build | 10 +++++++---
 2 files changed, 9 insertions(+), 5 deletions(-)

-- 
2.26.3




             reply	other threads:[~2021-04-28 14:53 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-28 14:48 Philippe Mathieu-Daudé [this message]
2021-04-28 14:48 ` [Virtio-fs] [PATCH 0/2] virtiofsd: Meson build fixes Philippe Mathieu-Daudé
2021-04-28 14:48 ` [PATCH 1/2] meson: Check for seccomp/cap-ng libraries if virtiofsd is enabled Philippe Mathieu-Daudé
2021-04-28 14:48   ` [Virtio-fs] " Philippe Mathieu-Daudé
2021-04-28 15:06   ` Peter Maydell
2021-04-28 15:06     ` [Virtio-fs] " Peter Maydell
2021-04-28 15:34     ` Philippe Mathieu-Daudé
2021-04-28 15:34       ` [Virtio-fs] " Philippe Mathieu-Daudé
2021-04-28 16:34   ` Richard Henderson
2021-04-28 16:34     ` [Virtio-fs] " Richard Henderson
2021-04-28 18:00     ` Philippe Mathieu-Daudé
2021-04-28 18:00       ` [Virtio-fs] " Philippe Mathieu-Daudé
2021-04-28 18:36       ` Peter Maydell
2021-04-28 18:36         ` [Virtio-fs] " Peter Maydell
2021-04-29  7:31       ` Philippe Mathieu-Daudé
2021-04-29  7:31         ` [Virtio-fs] " Philippe Mathieu-Daudé
2021-04-28 14:48 ` [PATCH 2/2] util/meson: Build iov/hexdump/buffer_is_zero with virtiofsd Philippe Mathieu-Daudé
2021-04-28 14:48   ` [Virtio-fs] " Philippe Mathieu-Daudé
2021-04-28 14:52   ` Philippe Mathieu-Daudé
2021-04-28 14:52     ` [Virtio-fs] " Philippe Mathieu-Daudé
2021-04-28 16:38   ` Richard Henderson
2021-04-28 16:38     ` [Virtio-fs] " Richard Henderson
2021-04-28 17:56     ` Philippe Mathieu-Daudé
2021-04-28 17:56       ` [Virtio-fs] " Philippe Mathieu-Daudé
2021-04-28 19:24       ` Richard Henderson
2021-04-28 19:24         ` [Virtio-fs] " Richard Henderson
2021-04-28 19:34         ` Philippe Mathieu-Daudé
2021-04-28 19:34           ` [Virtio-fs] " Philippe Mathieu-Daudé
2021-04-28 15:15 ` [PATCH 0/2] virtiofsd: Meson build fixes Peter Maydell
2021-04-28 15:15   ` [Virtio-fs] " Peter Maydell
2021-04-28 16:52   ` Dr. David Alan Gilbert
2021-04-28 16:52     ` [Virtio-fs] " Dr. David Alan Gilbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210428144813.417170-1-philmd@redhat.com \
    --to=philmd@redhat.com \
    --cc=berrange@redhat.com \
    --cc=ckuehl@redhat.com \
    --cc=dgilbert@redhat.com \
    --cc=ma.mandourr@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    --cc=thuth@redhat.com \
    --cc=virtio-fs@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.