summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPeter Maydell2022-09-30 13:38:24 +0200
committerPeter Maydell2022-10-10 15:52:23 +0200
commitbbde13cd14ad4eec18529ce0bf5876058464e124 (patch)
tree6b5595ecad836d66e4102bfb5217c84ad1ecce1f /docs
parentMerge tag 'pull-testing-gdbstub-plugins-gitdm-061022-3' of https://github.com... (diff)
downloadqemu-bbde13cd14ad4eec18529ce0bf5876058464e124.tar.gz
qemu-bbde13cd14ad4eec18529ce0bf5876058464e124.tar.xz
qemu-bbde13cd14ad4eec18529ce0bf5876058464e124.zip
target/arm/kvm: Retry KVM_CREATE_VM call if it fails EINTR
Occasionally the KVM_CREATE_VM ioctl can return EINTR, even though there is no pending signal to be taken. In commit 94ccff13382055 we added a retry-on-EINTR loop to the KVM_CREATE_VM call in the generic KVM code. Adopt the same approach for the use of the ioctl in the Arm-specific KVM code (where we use it to create a scratch VM for probing for various things). For more information, see the mailing list thread: https://lore.kernel.org/qemu-devel/8735e0s1zw.wl-maz@kernel.org/ Reported-by: Vitaly Chikunov <vt@altlinux.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Vitaly Chikunov <vt@altlinux.org> Reviewed-by: Eric Auger <eric.auger@redhat.com> Acked-by: Marc Zyngier <maz@kernel.org> Message-id: 20220930113824.1933293-1-peter.maydell@linaro.org
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions