qemu-patch-raspberry4/target-arm
Peter Maydell 536f25e4c7 target-arm: Fix incorrect check of kvm_vcpu_ioctl return value
kvm_vcpu_ioctl() returns -ETHING on error, not ETHING -- correct
an incorrect check in kvm_arch_init_vcpu(). This would not have
had any significant ill-effects -- we would just have propagated
the less useful ENOENT up to the caller rather than the more
accurate EINVAL in the unlikely case that the kernel didn't
have VFP-D32 support.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2013-05-03 18:47:22 +01:00
..
arm-semi.c
cpu-qom.h target-arm: port ARM CPU save/load to use VMState 2013-04-19 12:24:19 +01:00
cpu.c target-arm: port ARM CPU save/load to use VMState 2013-04-19 12:24:19 +01:00
cpu.h target-arm: port ARM CPU save/load to use VMState 2013-04-19 12:24:19 +01:00
helper.c
helper.h
iwmmxt_helper.c
kvm.c target-arm: Fix incorrect check of kvm_vcpu_ioctl return value 2013-05-03 18:47:22 +01:00
kvm_arm.h
machine.c target-arm: Correctly restore FPSCR 2013-04-19 12:24:19 +01:00
Makefile.objs
neon_helper.c
op_addsub.h
op_helper.c
translate.c