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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 3F558C433F5 for ; Tue, 3 May 2022 20:12:22 +0000 (UTC) Received: from localhost ([::1]:38766 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nlysf-0005qa-8b for qemu-devel@archiver.kernel.org; Tue, 03 May 2022 16:12:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39490) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlyWW-0002Hp-Lc for qemu-devel@nongnu.org; Tue, 03 May 2022 15:49:29 -0400 Received: from mail-pj1-x1031.google.com ([2607:f8b0:4864:20::1031]:53994) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nlyWS-0003cn-Op for qemu-devel@nongnu.org; Tue, 03 May 2022 15:49:27 -0400 Received: by mail-pj1-x1031.google.com with SMTP id o69so14879539pjo.3 for ; Tue, 03 May 2022 12:49:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=xEiQkbmkP3Pvevruu+pGV3TN8GeAApZMdugII/EnImY=; b=XqoIEfXhd7BNceb0kMrO9zkTaldhqCjVxLq04bcUc930Z6ZsliYjlWM5p5uheI2UXG o0VmD0Y285TgVLMnHdSfL6w7pMlulkyPyvfOmmSpm6Qpwa0sDO3UfKg9bVq0caIPM7BB wvHXpYcFG6VR1YIRpX31G5FhuZD/NyLUB5AFEGUhSBGaShydujFcF01EhL4CYOHMr8nv zYtSG852v6QjDjAFEMUyxvEk46J2Q0T/+5OdOerEodalHHY6COrmYSADLtwxacfnrdjS IBwOc57uVHDxLnorIoAptMuSK3VofXVpHDHAPygVTkdInPkzYTwjJGEUMCe4zJSmaB5b aJUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=xEiQkbmkP3Pvevruu+pGV3TN8GeAApZMdugII/EnImY=; b=qr8n0ORqjQIiO+BTWY+KDAx6kCll2hPhTA6ysBTbQWaMYKcB/tBPzD/VN1bfnzfmF1 q5N4iFZ+WdCdcNbwzLwsCGyxgIKzYBzQM6Yv1pNrf8JK8uFaNCQLvZGjSs4PzMwIYgzk yvHOp8ygGm2CMnBSTmVe8jh5ezv4br3N2hluKyjMlFrMLOlirbznYIcOo9CfS8uGkmz6 S33aNvBLFrc7BH8jUZEzt2asfnkZJX3tJr2d1qM8n3llcgwfcYCM+kNAdtcGbwKOUOse 0ieHM0scL9RvpDyQHrLDfmbF7mI/65IM5VBWAjr5TyfHTsUitGXy/GMk+lzDh/gbhJqB /wGQ== X-Gm-Message-State: AOAM533aZ7gqxWKeSmExHXLRifbvCwNA1LfjRqXeCectJTd77WTFjI/U yUhs+oNGa4Omgl7KkENYYLplwuyIElvhVw== X-Google-Smtp-Source: ABdhPJzIePYQ6F1YY3jiZDQRfbMLXvW144Y1/kNE4A9ZJFtIT/jr7BJ8VTpfSO/aKvnkomOgsREt5A== X-Received: by 2002:a17:902:bc46:b0:15c:f32f:39bf with SMTP id t6-20020a170902bc4600b0015cf32f39bfmr19278504plz.32.1651607360084; Tue, 03 May 2022 12:49:20 -0700 (PDT) Received: from stoup.. ([71.212.142.129]) by smtp.gmail.com with ESMTPSA id p11-20020a17090ad30b00b001cd4989fed3sm1712383pju.31.2022.05.03.12.49.19 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 May 2022 12:49:19 -0700 (PDT) From: Richard Henderson To: qemu-devel@nongnu.org Subject: [PATCH v2 35/74] semihosting: Fix docs comment for qemu_semihosting_console_inc Date: Tue, 3 May 2022 12:48:04 -0700 Message-Id: <20220503194843.1379101-36-richard.henderson@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220503194843.1379101-1-richard.henderson@linaro.org> References: <20220503194843.1379101-1-richard.henderson@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2607:f8b0:4864:20::1031; envelope-from=richard.henderson@linaro.org; helo=mail-pj1-x1031.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" The implementation of qemu_semihosting_console_inc does not defer to gdbstub, but only reads from the fifo in console.c. Signed-off-by: Richard Henderson --- include/semihosting/console.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/include/semihosting/console.h b/include/semihosting/console.h index 0238f540f4..4f6217bf10 100644 --- a/include/semihosting/console.h +++ b/include/semihosting/console.h @@ -41,11 +41,10 @@ void qemu_semihosting_console_outc(CPUArchState *env, target_ulong c); * qemu_semihosting_console_inc: * @env: CPUArchState * - * Receive single character from debug console. This may be the remote - * gdb session if a softmmu guest is currently being debugged. As this - * call may block if no data is available we suspend the CPU and will - * re-execute the instruction when data is there. Therefore two - * conditions must be met: + * Receive single character from debug console. As this call may block + * if no data is available we suspend the CPU and will re-execute the + * instruction when data is there. Therefore two conditions must be met: + * * - CPUState is synchronized before calling this function * - pc is only updated once the character is successfully returned * -- 2.34.1