mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
arm/kvm: shorten one overly long line
Fixes: 804cfc7eed ("arm/cpu: Store aa64isar0/aa64zfr0 into the idregs arrays")
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20250704141927.38963-6-cohuck@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
committed by
Peter Maydell
parent
f73632932b
commit
3f1772cbdc
+2
-1
@@ -230,7 +230,8 @@ static uint64_t idregs_sysreg_to_kvm_reg(ARMSysRegs sysreg)
|
||||
}
|
||||
|
||||
/* read a sysreg value and store it in the idregs */
|
||||
static int get_host_cpu_reg(int fd, ARMHostCPUFeatures *ahcf, ARMIDRegisterIdx index)
|
||||
static int get_host_cpu_reg(int fd, ARMHostCPUFeatures *ahcf,
|
||||
ARMIDRegisterIdx index)
|
||||
{
|
||||
uint64_t *reg;
|
||||
int ret;
|
||||
|
||||
Reference in New Issue
Block a user