]> xenbits.xensource.com Git - ovmf.git/commitdiff
OvmfPkg/CI: Revert SMP mode
authorMichael Kubacki <michael.kubacki@microsoft.com>
Fri, 31 Mar 2023 16:10:43 +0000 (12:10 -0400)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 31 Mar 2023 17:38:27 +0000 (17:38 +0000)
This is causing excessive boot times in the VS2019 IA32/X64 Full
run to shell tasks (> 2 minutes) and blocking all edk2 CI.

This patch removes the change so it can be root caused separately
without blocking other patches unrelated to OVMF.

Reverts f92a9dce10281c103b04d6b38283e0ff1d677b91

Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
OvmfPkg/PlatformCI/PlatformBuildLib.py

index 1ff85fdc24bb9ddf8ece4dcb87642095b3f75c0f..64fca48a7d1d25ca4ad9651a2fcd48abd3f2fe6a 100644 (file)
@@ -196,7 +196,6 @@ class PlatformBuilder( UefiBuilder, BuildSettingsManager):
         args  = "-debugcon stdio"                                           # write messages to stdio\r
         args += " -global isa-debugcon.iobase=0x402"                        # debug messages out thru virtual io port\r
         args += " -net none"                                                # turn off network\r
-        args += " -smp 4"\r
         args += f" -drive file=fat:rw:{VirtualDrive},format=raw,media=disk" # Mount disk with startup.nsh\r
 \r
         if (self.env.GetValue("QEMU_HEADLESS").upper() == "TRUE"):\r