From nobody Wed Nov 5 20:13:41 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1537203686013130.94003743901226; Mon, 17 Sep 2018 10:01:26 -0700 (PDT) Received: from localhost ([::1]:36622 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g1wtg-0006GV-6t for importer@patchew.org; Mon, 17 Sep 2018 13:01:16 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g1wR0-0006bK-F3 for qemu-devel@nongnu.org; Mon, 17 Sep 2018 12:31:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g1wQv-0002cy-JH for qemu-devel@nongnu.org; Mon, 17 Sep 2018 12:31:37 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:33429) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g1wQv-0001qK-7Y; Mon, 17 Sep 2018 12:31:33 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id BC83E555; Mon, 17 Sep 2018 12:31:10 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Mon, 17 Sep 2018 12:31:11 -0400 Received: from localhost (flamenco.cs.columbia.edu [128.59.20.216]) by mail.messagingengine.com (Postfix) with ESMTPA id ECE2AE414C; Mon, 17 Sep 2018 12:31:09 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=braap.org; h=cc :date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=mesmtp; bh=CHm9RDZIYx06CI rTWKHLhWV0s5HNxL2oojA0lwe/WRk=; b=0pzNnjnn6LZyrGvJzFLriUajDKYA2p 2usaz75ImS6oNlKzLCA9PCc6FSmwnWcBoC6d5pxNMoXapV1BK9WD79DGuE/flQWl RjZgSkpQ+uYwVwhu0aRbRc79dCgC6hBcj/HE9JBBJIIBe3+VVBin0A8qAXbvPjX2 jGFJS8uZnVcuA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=CHm9RDZIYx06CIrTWKHLhWV0s5HNxL2oojA0lwe/WRk=; b=itvVZbeI W2jXLFmudQlmML++see1ogIw2VgEzdAIqxl6gjyEny/f1o94WYgO6snnypCNzfho MUzjruRg97jl4QffQDLEeHQMUDPnteaVaAqydvvrevgfOqQBtZ6Q4FOhy0YRYNNe ma1d3hw08Vd6vaxI4Ty/DUoynXNy13K8n+AsXHbwdflWWbSgumPRAD5lR6goX/8c A0qrYet0NMH/uo4kOPd5F3dTb5fOrRYfTfvKTpNSWs1aWTqJUL+69gRG7N3lZUH+ BzGL+dX4Fw8RQBcjvd2k+wFCyuIQ24Ua/8I3gtXjR0Fla/89gCbDyiXzmre5O1p0 rPjXVcFGFFly0A== X-ME-Proxy: X-ME-Sender: From: "Emilio G. Cota" To: qemu-devel@nongnu.org Date: Mon, 17 Sep 2018 12:30:51 -0400 Message-Id: <20180917163103.6113-24-cota@braap.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180917163103.6113-1-cota@braap.org> References: <20180917163103.6113-1-cota@braap.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.147.123.25 Subject: [Qemu-devel] [PATCH 23/35] target/s390x: access cpu->interrupt_request with atomics X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Hildenbrand , Cornelia Huck , Alexander Graf , Christian Borntraeger , qemu-s390x@nongnu.org, Paolo Bonzini , Richard Henderson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Paolo Bonzini Cc: Cornelia Huck Cc: Christian Borntraeger Cc: Alexander Graf Cc: Richard Henderson Cc: David Hildenbrand Cc: qemu-s390x@nongnu.org Signed-off-by: Paolo Bonzini Signed-off-by: Emilio G. Cota --- hw/intc/s390_flic.c | 2 +- target/s390x/cpu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/intc/s390_flic.c b/hw/intc/s390_flic.c index 5f8168f0f0..bce07c8a1e 100644 --- a/hw/intc/s390_flic.c +++ b/hw/intc/s390_flic.c @@ -189,7 +189,7 @@ static void qemu_s390_flic_notify(uint32_t type) CPU_FOREACH(cs) { S390CPU *cpu =3D S390_CPU(cs); =20 - cs->interrupt_request |=3D CPU_INTERRUPT_HARD; + atomic_or(&cs->interrupt_request, CPU_INTERRUPT_HARD); =20 /* ignore CPUs that are not sleeping */ if (s390_cpu_get_state(cpu) !=3D S390_CPU_STATE_OPERATING && diff --git a/target/s390x/cpu.c b/target/s390x/cpu.c index 8ed4823d6e..d4c93abc29 100644 --- a/target/s390x/cpu.c +++ b/target/s390x/cpu.c @@ -65,7 +65,7 @@ static bool s390_cpu_has_work(CPUState *cs) return false; } =20 - if (!(cs->interrupt_request & CPU_INTERRUPT_HARD)) { + if (!(atomic_read(&cs->interrupt_request) & CPU_INTERRUPT_HARD)) { return false; } =20 --=20 2.17.1