From: Palmer Dabbelt <palmer@sifive.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-riscv@nongnu.org, qemu-devel@nongnu.org,
Alistair Francis <Alistair.Francis@wdc.com>,
Alistair Francis <alistair.francis@wdc.com>,
Palmer Dabbelt <palmer@sifive.com>
Subject: [Qemu-devel] [PULL 4/4] default-configs: Enable USB support for RISC-V machines
Date: Fri, 11 Jan 2019 10:06:30 -0800 [thread overview]
Message-ID: <20190111180630.6433-5-palmer@sifive.com> (raw)
In-Reply-To: <20190111180630.6433-1-palmer@sifive.com>
From: Alistair Francis <Alistair.Francis@wdc.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
---
default-configs/riscv32-softmmu.mak | 1 +
default-configs/riscv64-softmmu.mak | 1 +
2 files changed, 2 insertions(+)
diff --git a/default-configs/riscv32-softmmu.mak b/default-configs/riscv32-softmmu.mak
index dbc93982848a..c9c59714093f 100644
--- a/default-configs/riscv32-softmmu.mak
+++ b/default-configs/riscv32-softmmu.mak
@@ -1,6 +1,7 @@
# Default configuration for riscv-softmmu
include pci.mak
+include usb.mak
CONFIG_SERIAL=y
CONFIG_VIRTIO_MMIO=y
diff --git a/default-configs/riscv64-softmmu.mak b/default-configs/riscv64-softmmu.mak
index dbc93982848a..c9c59714093f 100644
--- a/default-configs/riscv64-softmmu.mak
+++ b/default-configs/riscv64-softmmu.mak
@@ -1,6 +1,7 @@
# Default configuration for riscv-softmmu
include pci.mak
+include usb.mak
CONFIG_SERIAL=y
CONFIG_VIRTIO_MMIO=y
--
2.18.1
next prev parent reply other threads:[~2019-01-11 18:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-11 18:06 [Qemu-devel] [PULL] RISC-V Updates for 3.2, Part 2 Palmer Dabbelt
2019-01-11 18:06 ` [Qemu-devel] [PULL 1/4] RISC-V: Implement modular CSR helper interface Palmer Dabbelt
2019-01-11 18:06 ` [Qemu-devel] [PULL 2/4] RISC-V: Implement atomic mip/sip CSR updates Palmer Dabbelt
2019-01-11 18:06 ` [Qemu-devel] [PULL 3/4] RISC-V: Implement existential predicates for CSRs Palmer Dabbelt
2019-01-11 18:06 ` Palmer Dabbelt [this message]
2019-01-14 12:40 ` [Qemu-devel] [PULL] RISC-V Updates for 3.2, Part 2 Peter Maydell
2019-01-24 2:52 ` Palmer Dabbelt
2019-01-24 10:06 ` Peter Maydell
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=20190111180630.6433-5-palmer@sifive.com \
--to=palmer@sifive.com \
--cc=Alistair.Francis@wdc.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-riscv@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).