qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: David Abdurachmanov <david.abdurachmanov@gmail.com>,
	qemu-devel@nongnu.org, alistair.francis@wdc.com,
	palmer@sifive.com, Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] riscv/Kconfig: enable PCI_DEVICES
Date: Mon, 11 Mar 2019 13:46:41 +0100	[thread overview]
Message-ID: <a511bc68-f700-a155-0fbd-51ed30b2a0dc@redhat.com> (raw)
In-Reply-To: <20190311091256.18385-1-david.abdurachmanov@gmail.com>

On 11/03/2019 10.12, David Abdurachmanov wrote:
> Re-enable PCI_DEVICES for RISC-V.
> The patch is based on other <arch>/Kconfig.
> 
> Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
> Fixes: 82a230d5a303 ("riscv-softmmu.mak: replace CONFIG_* with Kconfig "select" directives")
> ---
>  hw/riscv/Kconfig | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/hw/riscv/Kconfig b/hw/riscv/Kconfig
> index e0ee3043a6..8c7fc1f31d 100644
> --- a/hw/riscv/Kconfig
> +++ b/hw/riscv/Kconfig
> @@ -26,6 +26,9 @@ config SPIKE
>  
>  config RISCV_VIRT
>      bool
> +    imply PCI_DEVICES
> +    imply TEST_DEVICES
> +    select PCI
>      select HART
>      select SERIAL
>      select VIRTIO_MMIO
> 

Reviewed-by: Thomas Huth <thuth@redhat.com>

  reply	other threads:[~2019-03-11 12:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-11  9:12 [Qemu-devel] [PATCH] riscv/Kconfig: enable PCI_DEVICES David Abdurachmanov
2019-03-11 12:46 ` Thomas Huth [this message]
2019-03-11 13:52   ` 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=a511bc68-f700-a155-0fbd-51ed30b2a0dc@redhat.com \
    --to=thuth@redhat.com \
    --cc=alistair.francis@wdc.com \
    --cc=david.abdurachmanov@gmail.com \
    --cc=palmer@sifive.com \
    --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).