]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/kvm32.c
target/arm: Introduce read_sys_reg32 for kvm32
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 19 Nov 2018 15:29:07 +0000 (15:29 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 19 Nov 2018 15:29:07 +0000 (15:29 +0000)
commitb653c55fa73dc0e0024cae47bdeb5abfd0ec4cde
treec8f602997d5f63c8aeab0a60ebbe5931c6c1c386
parent9d60dea960fd3a1438f01bc07f1967daba24067d
target/arm: Introduce read_sys_reg32 for kvm32

Assert that the value to be written is the correct size.
No change in functionality here, just mirroring the same
function from kvm64.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20181113180154.17903-4-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/kvm32.c