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 4E829CCA476 for ; Mon, 13 Oct 2025 05:11:16 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1v8ApX-0005hb-Pu; Mon, 13 Oct 2025 01:10:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1v8ApV-0005h6-Ql for qemu-devel@nongnu.org; Mon, 13 Oct 2025 01:10:41 -0400 Received: from submarine.notk.org ([2001:bc8:3310:100::1]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1v8ApT-0007gS-8u for qemu-devel@nongnu.org; Mon, 13 Oct 2025 01:10:41 -0400 Received: from gaia.codewreck.org (localhost [127.0.0.1]) by submarine.notk.org (Postfix) with ESMTPS id 9021A14C2D3; Mon, 13 Oct 2025 07:10:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codewreck.org; s=2; t=1760332211; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=jvdp9e+dZ04IHuXN0qiAoUwW9iKISg2v85osX3pSaGI=; b=ABz3h9je+khccrG1caxw+K2uOfaRe2c7tzK7VwfTMerKc2+YQ0hVp4PBNtxMex8JdhrQbN 63VlUc14UgD3Z46c+JvBUD+rkUA2dMMGnxduxLSHzay4bF/T/yGO6E8f4Na+iaihXrbZL0 l4WzPFBWyb8SaBc6Zmv8pjwcKqIJ0jCUQSKR69WjF/FNxoaNyrVJDHiEul1MjS6bKY6qnW FU+0I1JRfR4+eoby+pQ/OXCjCUj0/p4RWuw2Vi1+zJGpnZPIRiyLPf61kbRE9FsBt7fa+b 2it+kq41MXZqV0HxzJkAfnz5O7tZaCN20rzUTAykGXDiWuw4SY2OJMDgFL3CCw== Received: from localhost (gaia.codewreck.org [local]) by gaia.codewreck.org (OpenSMTPD) with ESMTPA id cade3895; Mon, 13 Oct 2025 05:10:04 +0000 (UTC) Date: Mon, 13 Oct 2025 14:09:49 +0900 From: Dominique Martinet To: Filip Hejsek Cc: qemu-devel@nongnu.org, =?utf-8?Q?Marc-Andr=C3=A9?= Lureau , Paolo Bonzini , "Michael S. Tsirkin" , Laurent Vivier , Amit Shah , Markus Armbruster , Eric Blake , Eduardo Habkost , Marcel Apfelbaum , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Yanan Wang , Zhao Liu , Daniel =?utf-8?B?UC4gQmVycmFuZ8Op?= , Maximilian Immanuel Brandtner , Szymon Lukasz Subject: Re: [PATCH RFC v5 01/12] chardev: add cols, rows fields Message-ID: References: <20250921-console-resize-v5-0-89e3c6727060@gmail.com> <20250921-console-resize-v5-1-89e3c6727060@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20250921-console-resize-v5-1-89e3c6727060@gmail.com> Received-SPF: pass client-ip=2001:bc8:3310:100::1; envelope-from=asmadeus@codewreck.org; helo=submarine.notk.org 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 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-bounces+qemu-devel=archiver.kernel.org@nongnu.org Filip Hejsek wrote on Sun, Sep 21, 2025 at 01:45:31AM +0200: > From: Szymon Lukasz > > These fields should be interpreted as the size of the terminal connected > to a given chardev. > > Signed-off-by: Szymon Lukasz > Signed-off-by: Filip Hejsek Reviewed-by: Dominique Martinet Tested-by: Dominique Martinet -- Dominique Martinet | Asmadeus