]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: add guest-phys-bits cpu property
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 18 Mar 2024 15:53:36 +0000 (16:53 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Apr 2024 09:17:28 +0000 (11:17 +0200)
commit513ba32dccc659c80722b3a43233b26eaa50309a
treec96a98cd601fb04344d1a056f04285c5cba2e41c
parent85fa9acda887438feb0711970bb528959a37568e
target/i386: add guest-phys-bits cpu property

Allows to set guest-phys-bits (cpuid leaf 80000008, eax[23:16])
via -cpu $model,guest-phys-bits=$nr.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-ID: <20240318155336.156197-3-kraxel@redhat.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc.c
target/i386/cpu.c
target/i386/cpu.h