From 24ec89b656b8fceabfd56e1b72bd526cdaff5110 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 27 Mar 2024 17:44:24 +0100 Subject: [PATCH] common: revert workarounds for QEMU segfaults The underlying issue [0] should be resolved, so let's see if that's indeed the case. [0] https://gitlab.com/qemu-project/qemu/-/issues/2220 This reverts commit caac3057a14dce4ddaf645dd35d881a830612588. This reverts commit 164d2f04af77c76957871b626b3e8484357f3a6a. This reverts commit af3db056143ceb4afee339a504c0f619f89da792. --- common/utils.sh | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/common/utils.sh b/common/utils.sh index dadecf13..b5a21a98 100644 --- a/common/utils.sh +++ b/common/utils.sh @@ -191,40 +191,6 @@ centos_ensure_qemu_symlink() { return 1 fi - # FIXME: workaround for intermittent QEMU segfaults when running TCG VMs in AWS on C9S - # - # See: https://issues.redhat.com/browse/RHEL-23844 - if [[ "$(rpm -q --qf "%{release}" bash)" =~ .el9$ && "$(uname -m)" == x86_64 ]] && systemd-detect-virt -q; then - target="/bin/qemu-system-$(uname -m)" - - cat >"$target" < "$tempfile"; then _log "No relevant coredumps found"