qemu-patch-raspberry4/default-configs/riscv64-softmmu.mak
Paolo Bonzini b5dfdb082f hw: make virtio devices configurable via default-configs/
This is only half of the work, because the proxy devices (virtio-*-pci,
virtio-*-ccw, etc.) are still included unconditionally.  It is still a
move in the right direction.

Based-on: <20180522194943.24871-1-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2018-06-01 15:14:31 +02:00

6 lines
99 B
Makefile

# Default configuration for riscv-softmmu
CONFIG_SERIAL=y
CONFIG_VIRTIO_MMIO=y
include virtio.mak