-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'remotes/juanquintela/tags/check/2018082…
…7' into staging check/next for 20180827 # gpg: Signature made Mon 27 Aug 2018 10:58:51 BST # gpg: using RSA key F487EF185872D723 # gpg: Good signature from "Juan Quintela <quintela@redhat.com>" # gpg: aka "Juan Quintela <quintela@trasno.org>" # Primary key fingerprint: 1899 FF8E DEBF 58CC EE03 4B82 F487 EF18 5872 D723 * remotes/juanquintela/tags/check/20180827: check: Move wdt_ib700 test to common check: Move endianess test to common check: Move VMXNET3 test to common check: Only test boot-serial when sga is compiled in check: Only test ivshm when it is compiled in x86_64-softmmu: Configuration is identical to i386-softmmu check: Only test usb-xhci-nec when it is compiled in check: Only test isa-testdev when it is compiled in configure: We don't want to clean configuration files Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
- Loading branch information
Showing
3 changed files
with
19 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,3 @@ | ||
# Default configuration for x86_64-softmmu | ||
|
||
include pci.mak | ||
include sound.mak | ||
include usb.mak | ||
CONFIG_QXL=$(CONFIG_SPICE) | ||
CONFIG_VGA_ISA=y | ||
CONFIG_VGA_CIRRUS=y | ||
CONFIG_VMWARE_VGA=y | ||
CONFIG_VMXNET3_PCI=y | ||
CONFIG_VIRTIO_VGA=y | ||
CONFIG_VMMOUSE=y | ||
CONFIG_IPMI=y | ||
CONFIG_IPMI_LOCAL=y | ||
CONFIG_IPMI_EXTERN=y | ||
CONFIG_ISA_IPMI_KCS=y | ||
CONFIG_ISA_IPMI_BT=y | ||
CONFIG_SERIAL=y | ||
CONFIG_SERIAL_ISA=y | ||
CONFIG_PARALLEL=y | ||
CONFIG_I8254=y | ||
CONFIG_PCSPK=y | ||
CONFIG_PCKBD=y | ||
CONFIG_FDC=y | ||
CONFIG_ACPI=y | ||
CONFIG_ACPI_X86=y | ||
CONFIG_ACPI_X86_ICH=y | ||
CONFIG_ACPI_MEMORY_HOTPLUG=y | ||
CONFIG_ACPI_CPU_HOTPLUG=y | ||
CONFIG_APM=y | ||
CONFIG_I8257=y | ||
CONFIG_IDE_ISA=y | ||
CONFIG_IDE_PIIX=y | ||
CONFIG_NE2000_ISA=y | ||
CONFIG_HPET=y | ||
CONFIG_APPLESMC=y | ||
CONFIG_I8259=y | ||
CONFIG_PFLASH_CFI01=y | ||
CONFIG_TPM_TIS=$(CONFIG_TPM) | ||
CONFIG_TPM_CRB=$(CONFIG_TPM) | ||
CONFIG_MC146818RTC=y | ||
CONFIG_PCI_PIIX=y | ||
CONFIG_WDT_IB700=y | ||
CONFIG_ISA_DEBUG=y | ||
CONFIG_ISA_TESTDEV=y | ||
CONFIG_VMPORT=y | ||
CONFIG_SGA=y | ||
CONFIG_LPC_ICH9=y | ||
CONFIG_PCI_Q35=y | ||
CONFIG_APIC=y | ||
CONFIG_IOAPIC=y | ||
CONFIG_PVPANIC=y | ||
CONFIG_MEM_HOTPLUG=y | ||
CONFIG_NVDIMM=y | ||
CONFIG_ACPI_NVDIMM=y | ||
CONFIG_PCIE_PORT=y | ||
CONFIG_XIO3130=y | ||
CONFIG_IOH3420=y | ||
CONFIG_I82801B11=y | ||
CONFIG_SMBIOS=y | ||
CONFIG_HYPERV_TESTDEV=$(CONFIG_KVM) | ||
CONFIG_PXB=y | ||
CONFIG_ACPI_VMGENID=y | ||
CONFIG_FW_CFG_DMA=y | ||
CONFIG_I2C=y | ||
CONFIG_SEV=$(CONFIG_KVM) | ||
CONFIG_VTD=y | ||
CONFIG_AMD_IOMMU=y | ||
include i386-softmmu.mak |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters