qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Milan Zamazal <mzamazal@redhat.com>
To: Thomas Huth <thuth@redhat.com>
Cc: qemu-devel@nongnu.org,  qemu-trivial@nongnu.org,
	 "Michael S . Tsirkin" <mst@redhat.com>,
	 qemu-arm@nongnu.org
Subject: Re: [PATCH] hw/virtio/Kconfig: Include vhost-user-scmi only on arm targets
Date: Mon, 16 Sep 2024 13:14:59 +0200	[thread overview]
Message-ID: <87cyl3alzg.fsf@redhat.com> (raw)
In-Reply-To: <20240913131858.418407-1-thuth@redhat.com> (Thomas Huth's message of "Fri, 13 Sep 2024 15:18:58 +0200")

Thomas Huth <thuth@redhat.com> writes:

> The System Control and Management Interface is specific to arm
> machines, so don't include this device in non-arm targets.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Reviewed-by: Milan Zamazal <mzamazal@redhat.com>

Thank you,
Milan

> ---
>  hw/virtio/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/virtio/Kconfig b/hw/virtio/Kconfig
> index aa63ff7fd4..bea5be4d4a 100644
> --- a/hw/virtio/Kconfig
> +++ b/hw/virtio/Kconfig
> @@ -109,4 +109,4 @@ config VHOST_USER_SND
>  config VHOST_USER_SCMI
>      bool
>      default y
> -    depends on VIRTIO && VHOST_USER
> +    depends on VIRTIO && VHOST_USER && ARM



  reply	other threads:[~2024-09-16 11:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-13 13:18 [PATCH] hw/virtio/Kconfig: Include vhost-user-scmi only on arm targets Thomas Huth
2024-09-16 11:14 ` Milan Zamazal [this message]
2024-09-17  9:04 ` Michael Tokarev

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=87cyl3alzg.fsf@redhat.com \
    --to=mzamazal@redhat.com \
    --cc=mst@redhat.com \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=thuth@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 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).