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
2013-05-03 10:33:49 +02:00
2013-05-03 13:58:09 +02:00
2013-04-18 13:50:53 +02:00
2013-05-03 13:05:49 +02:00
2013-05-03 13:53:46 +02:00
2013-04-23 10:37:38 -05:00
2013-05-03 13:58:09 +02:00
2013-05-03 11:53:30 +02:00
2013-05-03 13:58:09 +02:00
2013-04-26 20:18:24 +02:00
2013-04-18 13:50:53 +02:00
2013-04-22 11:31:41 -05:00
2013-05-03 13:58:09 +02:00
2013-05-01 13:04:18 +02:00
2013-04-29 12:16:36 -05:00
2013-05-03 13:58:09 +02:00
2013-05-03 13:05:49 +02:00
2013-05-01 13:06:07 +02:00
2013-05-01 13:06:07 +02:00
2013-04-30 09:52:14 -05:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%