* [PATCH] hw/virtio/Kconfig: Include vhost-user-scmi only on arm targets
@ 2024-09-13 13:18 Thomas Huth
2024-09-16 11:14 ` Milan Zamazal
2024-09-17 9:04 ` Michael Tokarev
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2024-09-13 13:18 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, mzamazal, Michael S . Tsirkin, qemu-arm
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>
---
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
--
2.46.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] hw/virtio/Kconfig: Include vhost-user-scmi only on arm targets
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
2024-09-17 9:04 ` Michael Tokarev
1 sibling, 0 replies; 3+ messages in thread
From: Milan Zamazal @ 2024-09-16 11:14 UTC (permalink / raw)
To: Thomas Huth; +Cc: qemu-devel, qemu-trivial, Michael S . Tsirkin, qemu-arm
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] hw/virtio/Kconfig: Include vhost-user-scmi only on arm targets
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
@ 2024-09-17 9:04 ` Michael Tokarev
1 sibling, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2024-09-17 9:04 UTC (permalink / raw)
To: Thomas Huth, qemu-devel
Cc: qemu-trivial, mzamazal, Michael S . Tsirkin, qemu-arm
On 13.09.2024 16:18, Thomas Huth wrote:
> The System Control and Management Interface is specific to arm
> machines, so don't include this device in non-arm targets.
Picked up for trivial-patches tree, thanks!
/mjt
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-17 9:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2024-09-17 9:04 ` Michael Tokarev
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).