qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
To: qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [PATCH] i386: xen: fix compilation --without-default-devices
Date: Fri, 16 Feb 2024 09:58:40 +0200	[thread overview]
Message-ID: <8xvlw.n697vd5fmbz@linaro.org> (raw)
In-Reply-To: <20240209215914.131345-1-pbonzini@redhat.com>

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>


      reply	other threads:[~2024-02-16  8:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-09 21:59 [PATCH] i386: xen: fix compilation --without-default-devices Paolo Bonzini
2024-02-16  7:58 ` Manos Pitsidianakis [this message]

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=8xvlw.n697vd5fmbz@linaro.org \
    --to=manos.pitsidianakis@linaro.org \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.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).