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 99E4DC433F5 for ; Thu, 28 Oct 2021 19:30:47 +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 3B4B460F02 for ; Thu, 28 Oct 2021 19:30:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3B4B460F02 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=nongnu.org Received: from localhost ([::1]:43580 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgB6s-0003pn-60 for qemu-devel@archiver.kernel.org; Thu, 28 Oct 2021 15:30:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42270) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgB5L-0002dz-D3 for qemu-devel@nongnu.org; Thu, 28 Oct 2021 15:29:11 -0400 Received: from mail-pf1-x435.google.com ([2607:f8b0:4864:20::435]:44948) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mgB5J-0007ke-Hx for qemu-devel@nongnu.org; Thu, 28 Oct 2021 15:29:11 -0400 Received: by mail-pf1-x435.google.com with SMTP id a26so6894045pfr.11 for ; Thu, 28 Oct 2021 12:29:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=sCxsV/UKaQetWmHuV3ISOa7WL0CJqLGSWpbSxal8xVg=; b=uosWLLbHlOKHexL317kmdbmf1XUN8CTJB+faXpR+5eK/bsSYEnSp97FJ9V37MWB4mt qg5hkkm7X6FbLPIzM7pVqL/kJuqPdBPuMsAu1RsdfIzl00N47gvtKaUr3abLYjbSM5eI LqgaXAanaomYGp7yR5s42QeleP8JlH3GUfPxk8QnUwa/Ty74IsC6/H7Y5xtC/JTm20Vu 2+uonQpK7v1FL/0h+K7hbpItn4SNw41bAe1EJEx1ougetQfdVay77vTeJotPNMWA3wTw lusJQ3bHLJHVjczQTxwTOSXFwXGfXTdnhQsxpa8LLOZ9NanS/MFAGlhNBB0Qs4d5NQbg fe9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=sCxsV/UKaQetWmHuV3ISOa7WL0CJqLGSWpbSxal8xVg=; b=nqICRKRdMGWzp9SlpzD+cxXExz+dIFz0/BvDzTgeEzpe2OniTHiM1noUAIiBZ4DXGT idLnwSECSXvfQwE5r0UU0ecOrgCvK/SBfZAL2E133UpGpSvgyy4fdAGkiGdiHxSgDEfT PWmUvKr/g80phYLCfAqJ2lKz4Fp6JteQFgS4vW+YZJGFmHEibCuhWjzjCecdqiuoS/n6 Jib+AtZOpen4vVTi81CkJjwl/wEpf/vnQR2laHlbMika/iUUlqu+TMtWz3VdchmM5/HY 9Txz5l38komLVTF3u9DKX6XYRM/52orNv2gxOeW9qQn9bjrmMUE15oq8n5MxXDJRiLQj Po9w== X-Gm-Message-State: AOAM531ZsJbqD2ALHltgoVCrbYg28SALNsMmDwI5vmiU0A0rIy53tD2d pb41eipqIgkP9YKsQ2Goeoc+LQ== X-Google-Smtp-Source: ABdhPJyLtPrVFnvbCT3bX5ajbQX5mZYlouhv5YlIH2bj0J0XZ/fHIXM0EBJrRBKO4D9oQH24BigvBA== X-Received: by 2002:a63:9245:: with SMTP id s5mr4702142pgn.4.1635449347806; Thu, 28 Oct 2021 12:29:07 -0700 (PDT) Received: from [192.168.1.11] (174-21-75-75.tukw.qwest.net. [174.21.75.75]) by smtp.gmail.com with ESMTPSA id mz24sm3654464pjb.42.2021.10.28.12.29.06 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 28 Oct 2021 12:29:07 -0700 (PDT) Subject: Re: [PATCH 0/4] Some watchpoint-related patches To: Pavel Dovgalyuk , qemu-devel@nongnu.org References: <163542167953.2127597.8760651610734002929.stgit@pasha-ThinkPad-X280> From: Richard Henderson Message-ID: <02158ca9-a1d9-4743-cf2a-1e9ce2563999@linaro.org> Date: Thu, 28 Oct 2021 12:29:05 -0700 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: <163542167953.2127597.8760651610734002929.stgit@pasha-ThinkPad-X280> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=2607:f8b0:4864:20::435; envelope-from=richard.henderson@linaro.org; helo=mail-pf1-x435.google.com X-Spam_score_int: -48 X-Spam_score: -4.9 X-Spam_bar: ---- X-Spam_report: (-4.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-2.847, RCVD_IN_DNSWL_NONE=-0.0001, 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: pbonzini@redhat.com, alex.bennee@linaro.org, peterx@redhat.com, david@redhat.com Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On 10/28/21 4:47 AM, Pavel Dovgalyuk wrote: > > Pavel Dovgalyuk (4): > softmmu: fix watchpoint processing in icount mode > softmmu: remove useless condition in watchpoint check > softmmu: fix for "after access" watchpoints > icount: preserve cflags when custom tb is about to execute I'm going to queue the first 3 patches to tcg-next. r~