From: Paolo Bonzini <pbonzini@redhat.com>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Alex Bennée" <alex.bennee@linaro.org>,
qemu-devel@nongnu.org
Cc: Stefano Stabellini <sstabellini@kernel.org>,
Eduardo Habkost <ehabkost@redhat.com>,
Paul Durrant <paul@xen.org>,
"Michael S. Tsirkin" <mst@redhat.com>,
Richard Henderson <richard.henderson@linaro.org>,
Anthony Perard <anthony.perard@citrix.com>,
xen-devel@lists.xenproject.org
Subject: Re: [PATCH v2 4/4] hw/xen: Have Xen machines select 9pfs
Date: Mon, 1 Feb 2021 09:34:49 +0100 [thread overview]
Message-ID: <565bf0dd-a5de-352e-eec7-68b862ed09e4@redhat.com> (raw)
In-Reply-To: <20210131141810.293186-5-f4bug@amsat.org>
On 31/01/21 15:18, Philippe Mathieu-Daudé wrote:
> 9pfs is not an accelerator feature but a machine one,
> move the selection on the machine Kconfig (in hw/).
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> accel/Kconfig | 1 -
> hw/i386/xen/Kconfig | 1 +
> hw/xen/Kconfig | 1 +
> 3 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/accel/Kconfig b/accel/Kconfig
> index 461104c7715..b9e9a2d35b0 100644
> --- a/accel/Kconfig
> +++ b/accel/Kconfig
> @@ -15,4 +15,3 @@ config KVM
>
> config XEN
> bool
> - select FSDEV_9P if VIRTFS
> diff --git a/hw/i386/xen/Kconfig b/hw/i386/xen/Kconfig
> index ad9d774b9ea..4affd842f28 100644
> --- a/hw/i386/xen/Kconfig
> +++ b/hw/i386/xen/Kconfig
> @@ -3,3 +3,4 @@ config XEN_FV
> default y if XEN
> depends on XEN
> select I440FX
> + select FSDEV_9P if VIRTFS
> diff --git a/hw/xen/Kconfig b/hw/xen/Kconfig
> index 0b8427d6bd1..825277969fa 100644
> --- a/hw/xen/Kconfig
> +++ b/hw/xen/Kconfig
> @@ -5,3 +5,4 @@ config XEN_PV
> select PCI
> select USB
> select IDE_PIIX
> + select FSDEV_9P if VIRTFS
>
I think you can compile without FSDEV_9P selected? If so, this should
be "imply".
If on the other hand you cannot, and that is because of some other file
brought in by CONFIG_XEN, this patch shouldn't be there.
I can queue the series once you resolve this doubt.
Paolo
next prev parent reply other threads:[~2021-02-01 8:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20210131141810.293186-1-f4bug@amsat.org>
[not found] ` <20210131141810.293186-2-f4bug@amsat.org>
[not found] ` <6ea50cf0-344d-cf9b-0a20-0444b3764f2d@citrix.com>
2021-01-31 18:54 ` [PATCH v2 1/4] meson: Do not build Xen x86_64-softmmu on Aarch64 Philippe Mathieu-Daudé
[not found] ` <20210131141810.293186-5-f4bug@amsat.org>
2021-02-01 8:34 ` Paolo Bonzini [this message]
2021-02-01 9:18 ` [PATCH v2 4/4] hw/xen: Have Xen machines select 9pfs Philippe Mathieu-Daudé
2021-02-01 10:23 ` Paolo Bonzini
2021-02-01 11:03 ` Philippe Mathieu-Daudé
[not found] ` <20210131141810.293186-4-f4bug@amsat.org>
2021-02-01 10:59 ` [PATCH v2 3/4] hw/xen/Kconfig: Introduce XEN_PV config Philippe Mathieu-Daudé
2021-02-01 11:11 ` Paolo Bonzini
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=565bf0dd-a5de-352e-eec7-68b862ed09e4@redhat.com \
--to=pbonzini@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=anthony.perard@citrix.com \
--cc=ehabkost@redhat.com \
--cc=f4bug@amsat.org \
--cc=mst@redhat.com \
--cc=paul@xen.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).