[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 2/6] hw/arm/virt: Add a control for the the highmem redist
|
From: |
Marc Zyngier |
|
Subject: |
Re: [PATCH v4 2/6] hw/arm/virt: Add a control for the the highmem redistributors |
|
Date: |
Mon, 10 Jan 2022 16:02:04 +0000 |
|
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
On Mon, 10 Jan 2022 15:47:47 +0000,
Peter Maydell <peter.maydell@linaro.org> wrote:
>
> On Mon, 10 Jan 2022 at 15:45, Marc Zyngier <maz@kernel.org> wrote:
> > $ /home/maz/vminstall/qemu-hack -m 1G -smp 256 -cpu host -machine
> > virt,accel=kvm,gic-version=3,highmem=on -nographic -drive
> > if=pflash,format=raw,readonly=on,file=/usr/share/AAVMF/AAVMF_CODE.fd
> > qemu-hack: warning: Number of SMP cpus requested (256) exceeds the
> > recommended cpus supported by KVM (8)
> > qemu-hack: warning: Number of hotpluggable cpus requested (256) exceeds the
> > recommended cpus supported by KVM (8)
> > qemu-hack: Capacity of the redist regions(123) is less than number of
> > vcpus(256)
>
> Side question: why is KVM_CAP_NR_VCPUS returning 8 for
> "recommended cpus supported by KVM" ? Is something still
> assuming GICv2 CPU limits?
No, it is only that KVM_CAP_NR_VCPUS is defined as returning the
number of physical CPUs (and this test machine has only 8 of them).
M.
--
Without deviation from the norm, progress is not possible.
- Re: [PATCH v4 6/6] hw/arm/virt: Drop superfluous checks against highmem, (continued)
[PATCH v4 1/6] hw/arm/virt: Add a control for the the highmem PCIe MMIO, Marc Zyngier, 2022/01/07