From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8A02C433F5 for ; Tue, 19 Oct 2021 13:26:27 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E7C176137C for ; Tue, 19 Oct 2021 13:26:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E7C176137C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=labath.sk Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=nongnu.org Received: from localhost ([::1]:59462 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mcp8L-0005jL-Is for qemu-devel@archiver.kernel.org; Tue, 19 Oct 2021 09:26:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51514) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mcp2p-0001P7-9d for qemu-devel@nongnu.org; Tue, 19 Oct 2021 09:20:44 -0400 Received: from holomatrix.labath.sk ([92.48.125.149]:56888) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mcp2k-0004x9-R0 for qemu-devel@nongnu.org; Tue, 19 Oct 2021 09:20:42 -0400 Received: from [172.29.152.10] (unknown [172.29.152.10]) by holomatrix.labath.sk (Postfix) with ESMTP id 49B5F7760C5B; Tue, 19 Oct 2021 13:19:33 +0000 (GMT) Subject: Re: [PATCH] gdbstub: Switch to the thread receiving a signal To: =?UTF-8?Q?Alex_Benn=c3=a9e?= References: <20210930095111.23205-1-pavel@labath.sk> <9b435ae3-27f3-4838-421e-f40ac58a7905@labath.sk> <87czo6th1k.fsf@linaro.org> From: Pavel Labath Message-ID: <18ff3adb-6777-730b-ecdb-a99addd9109f@labath.sk> Date: Tue, 19 Oct 2021 15:19:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <87czo6th1k.fsf@linaro.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=92.48.125.149; envelope-from=pavel@labath.sk; helo=holomatrix.labath.sk X-Spam_score_int: -39 X-Spam_score: -4.0 X-Spam_bar: ---- X-Spam_report: (-4.0 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-2.074, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On 15/10/2021 17:59, Alex Bennée wrote: > > Pavel Labath writes: > >> Ping. >> >> (This is my first qemu patch, so please let me know if I am doing >> something wrong.) > > Apologies it slipped though the cracks. I shall have a look on Monday. > I don't want to impose, but did this get buried over the weekend by any chance? regards, pl