s390x: switch boards to "default y"Some targets use "default y" for boards to filter out those that requireTCG. For consistency we are switching all other targets to do the same.Continue with s3
s390x: switch boards to "default y"Some targets use "default y" for boards to filter out those that requireTCG. For consistency we are switching all other targets to do the same.Continue with s390.No changes to generated config-devices.mak file.Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
kconfig: Add PCIe devices to s390x machinesIt is useful to extend the number of available PCIe devices to KVM guestsfor passthrough scenarios and also to expose these models to a different(big en
kconfig: Add PCIe devices to s390x machinesIt is useful to extend the number of available PCIe devices to KVM guestsfor passthrough scenarios and also to expose these models to a different(big endian) architecture. Introduce a new config PCIE_DEVICES to selectmodels, Intel Ethernet adapters and one USB controller. These devices allsupport MSI-X which is a requirement on s390x as legacy INTx are notsupported.Cc: Matthew Rosato <mjrosato@linux.ibm.com>Cc: Paolo Bonzini <pbonzini@redhat.com>Cc: Thomas Huth <thuth@redhat.com>Signed-off-by: Cédric Le Goater <clg@redhat.com>Message-ID: <20230712080146.839113-1-clg@redhat.com>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configs: rename default-configs to configs and reorganiseIn preparation for offering variation to our build configurations letsmove everything and rename it to default. Common included base config
configs: rename default-configs to configs and reorganiseIn preparation for offering variation to our build configurations letsmove everything and rename it to default. Common included base configsare also renamed.During the cleanup the stale usb.mak and pci.mak references wereremoved from MAINTAINERS.Signed-off-by: Alex Bennée <alex.bennee@linaro.org>Cc: Paolo Bonzini <pbonzini@redhat.com>Reviewed-by: Richard Henderson <richard.henderson@linaro.org>Message-Id: <20210707131744.26027-5-alex.bennee@linaro.org>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>