|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] automation: align XTF qemu parameters across achitectures
commit 3a7b63536598bcef4d4e4cbf48d6bd265e5720d7
Author: Denis Mukhin <dmukhin@xxxxxxxx>
AuthorDate: Mon Feb 2 11:32:31 2026 -0800
Commit: Stefano Stabellini <stefano.stabellini@xxxxxxx>
CommitDate: Wed Feb 4 14:35:00 2026 -0800
automation: align XTF qemu parameters across achitectures
It is handy to have 2 CPUs and more RAM for smoke testing a hypervisor
change via XTF.
Align x86 QEMU configuration with Arm for XTF tests: 2 CPU and 2G of RAM.
Signed-off-by: Denis Mukhin <dmukhin@xxxxxxxx>
Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
---
automation/scripts/include/xtf-x86-64 | 3 ++-
automation/scripts/include/xtf-x86-64-efi | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/automation/scripts/include/xtf-x86-64
b/automation/scripts/include/xtf-x86-64
index b1b0cc201e..186f074bd8 100644
--- a/automation/scripts/include/xtf-x86-64
+++ b/automation/scripts/include/xtf-x86-64
@@ -23,7 +23,8 @@ function xtf_arch_setup()
-nographic \
-monitor none \
-serial stdio \
- -m 512 \
+ -m 2048 \
+ -smp 2 \
-kernel ${XEN_BINARY} \
-initrd ${XTF_BINARY} \
-append \"${XEN_CMDLINE}\" \
diff --git a/automation/scripts/include/xtf-x86-64-efi
b/automation/scripts/include/xtf-x86-64-efi
index 8340c745db..15c6463dcd 100644
--- a/automation/scripts/include/xtf-x86-64-efi
+++ b/automation/scripts/include/xtf-x86-64-efi
@@ -49,7 +49,8 @@ EOF
-nographic \
-monitor none \
-serial stdio \
- -m 512 \
+ -m 2048 \
+ -smp 2 \
-M q35,kernel-irqchip=split \
-drive
if=pflash,format=raw,readonly=on,file=${FW_PREFIX}OVMF_CODE${suff}.fd \
-drive if=pflash,format=raw,file=${WORKDIR}/OVMF_VARS${suff}.fd \
--
generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |