Re: [PATCH 14/22] hw/loongarch: add VIRTIO as a dependency for LOONGARCH_VIRT

2023-05-03 Thread Paolo Bonzini
On 5/3/23 11:12, Alex Bennée wrote: These are needed for board creation so fail under "make check" with a --without-default-devices build. Signed-off-by: Alex Bennée Also not needed: bus: main-system-bus type System dev: platform-bus-device, id "platform-bus-device" dev: acpi-ged, id

Re: [PATCH 14/22] hw/loongarch: add VIRTIO as a dependency for LOONGARCH_VIRT

2023-05-03 Thread Richard Henderson
On 5/3/23 10:12, Alex Bennée wrote: These are needed for board creation so fail under "make check" with a --without-default-devices build. Signed-off-by: Alex Bennée --- hw/loongarch/Kconfig | 2 ++ 1 file changed, 2 insertions(+) Reviewed-by: Richard Henderson r~

[PATCH 14/22] hw/loongarch: add VIRTIO as a dependency for LOONGARCH_VIRT

2023-05-03 Thread Alex Bennée
These are needed for board creation so fail under "make check" with a --without-default-devices build. Signed-off-by: Alex Bennée --- hw/loongarch/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/loongarch/Kconfig b/hw/loongarch/Kconfig index eb112af990..74d8449100 100644 ---