[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 3/3] automation: qemu-smoke-arm64.sh: Fix the number of cpus in the device tree
On Fri, 29 Jul 2022, Xenia Ragiadakou wrote: > Qemu VM is configured with 2 cpus but the device tree passed has only 1. > Generate a device tree with 2 cpus. > > Signed-off-by: Xenia Ragiadakou <burzalodowa@xxxxxxxxx> > --- > I am not sure for this patch because I do not know whether the number of cpus > differs deliberately. Yes let's go with 2 Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> > automation/scripts/qemu-smoke-arm64.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/automation/scripts/qemu-smoke-arm64.sh > b/automation/scripts/qemu-smoke-arm64.sh > index 7ac82b2278..b48a20988f 100755 > --- a/automation/scripts/qemu-smoke-arm64.sh > +++ b/automation/scripts/qemu-smoke-arm64.sh > @@ -35,7 +35,7 @@ curl -fsSLO > https://github.com/qemu/qemu/raw/v5.2.0/pc-bios/efi-virtio.rom > ./binaries/qemu-system-aarch64 \ > -machine virtualization=true \ > -cpu cortex-a57 -machine type=virt \ > - -m 1024 -display none \ > + -m 1024 -smp 2 -display none \ > -machine dumpdtb=binaries/virt-gicv2.dtb > # XXX disable pl061 to avoid Linux crash > dtc -I dtb -O dts binaries/virt-gicv2.dtb > binaries/virt-gicv2.dts > -- > 2.34.1 >
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |