qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i386: xen: fix compilation --without-default-devices
@ 2024-02-09 21:59 Paolo Bonzini
  2024-02-16  7:58 ` Manos Pitsidianakis
  0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2024-02-09 21:59 UTC (permalink / raw)
  To: qemu-devel

The xenpv machine type requires XEN_BUS, so select it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 accel/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/accel/Kconfig b/accel/Kconfig
index a30cf2eb483..794e0d18d21 100644
--- a/accel/Kconfig
+++ b/accel/Kconfig
@@ -16,3 +16,4 @@ config KVM
 config XEN
     bool
     select FSDEV_9P if VIRTFS
+    select XEN_BUS
-- 
2.43.0



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

* Re: [PATCH] i386: xen: fix compilation --without-default-devices
  2024-02-09 21:59 [PATCH] i386: xen: fix compilation --without-default-devices Paolo Bonzini
@ 2024-02-16  7:58 ` Manos Pitsidianakis
  0 siblings, 0 replies; 2+ messages in thread
From: Manos Pitsidianakis @ 2024-02-16  7:58 UTC (permalink / raw)
  To: qemu-devel, Paolo Bonzini

On Fri, 09 Feb 2024 23:59, Paolo Bonzini <pbonzini@redhat.com> wrote:
>The xenpv machine type requires XEN_BUS, so select it.
>
>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
>---
> accel/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/accel/Kconfig b/accel/Kconfig
>index a30cf2eb483..794e0d18d21 100644
>--- a/accel/Kconfig
>+++ b/accel/Kconfig
>@@ -16,3 +16,4 @@ config KVM
> config XEN
>     bool
>     select FSDEV_9P if VIRTFS
>+    select XEN_BUS
>-- 
>2.43.0
>


Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>


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

end of thread, other threads:[~2024-02-16  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-09 21:59 [PATCH] i386: xen: fix compilation --without-default-devices Paolo Bonzini
2024-02-16  7:58 ` Manos Pitsidianakis

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).