diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2024-01-29 14:21:36 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-03-08 15:51:22 +0100 |
| commit | 9ed7c6dd9fa100b77ad8fd8c4af1b810b0bee957 (patch) | |
| tree | f50cce856da89db320f3b705362b3fdb8abb475d /hw/display | |
| parent | 44a90c08752ad4ac310b75fe96152d60780bcf7e (diff) | |
| download | focaccia-qemu-9ed7c6dd9fa100b77ad8fd8c4af1b810b0bee957.tar.gz focaccia-qemu-9ed7c6dd9fa100b77ad8fd8c4af1b810b0bee957.zip | |
mips: do not list individual devices from configs/
Add new "select" and "imply" directives if needed. The resulting config-devices.mak files are the same as before. Builds without default devices will become much smaller than before, and qtests fail (as expected, though suboptimal) for mips64-softmmu because most tests do not use -nodefaults, so remove it from build-without-defaults Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/display')
| -rw-r--r-- | hw/display/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/Kconfig b/hw/display/Kconfig index 07acb37dc6..234c7de027 100644 --- a/hw/display/Kconfig +++ b/hw/display/Kconfig @@ -55,7 +55,7 @@ config VGA_MMIO config VMWARE_VGA bool - default y if PCI_DEVICES && PC_PCI + default y if PCI_DEVICES && (PC_PCI || MIPS) depends on PCI select VGA |