From patchwork Wed Jun 28 10:23:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kratochvil X-Patchwork-Id: 1800968 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; secure) header.d=jankratochvil.net header.i=@jankratochvil.net header.a=rsa-sha256 header.s=default header.b=3kpz4u5o; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Qrd4B1QNrz20bN for ; Wed, 28 Jun 2023 20:24:41 +1000 (AEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qESKv-0000EW-DS; Wed, 28 Jun 2023 06:23:45 -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 1qESKt-0000EI-Cr for qemu-devel@nongnu.org; Wed, 28 Jun 2023 06:23:43 -0400 Received: from host1.jankratochvil.net ([2a02:2b88:6:3b57::1f]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qESKq-0005In-Nq for qemu-devel@nongnu.org; Wed, 28 Jun 2023 06:23:42 -0400 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.17.1/8.17.1) with ESMTPS id 35SANZ2s513237 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Wed, 28 Jun 2023 12:23:35 +0200 DKIM-Filter: OpenDKIM Filter v2.11.0 host1.jankratochvil.net 35SANZ2s513237 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jankratochvil.net; s=default; t=1687947815; bh=0+VogAgADEYf6af9wO6y/AhSllhiHKKbrQ6NSShq9Nc=; h=Date:From:To:Subject:From; b=3kpz4u5opEjr/VRjRDfy3hoce3ccIyIw8txRXFLZnQgJhsEoc/K6tITgBZVFlowT3 iqaNyjU0DvcvApvtNgToNVYnZ9K6nSw6x24HEi67nf4MhkRlqln17L5G4dp8yuEeSI TPTBf7qX4oHNUdngZYjx+Qf6ki+8g2CubUMvdsTw= Received: (from lace@localhost) by host1.jankratochvil.net (8.17.1/8.17.1/Submit) id 35SANZYg513236 for qemu-devel@nongnu.org; Wed, 28 Jun 2023 18:23:35 +0800 Date: Wed, 28 Jun 2023 18:23:35 +0800 From: Jan Kratochvil To: qemu-devel@nongnu.org Subject: [patch] trivial: man page: document display::gtk::zoom-to-fit Message-ID: MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/2.2.7 (2022-08-07) Received-SPF: pass client-ip=2a02:2b88:6:3b57::1f; envelope-from=jan@jankratochvil.net; helo=host1.jankratochvil.net 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, 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+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Document display::gtk::zoom-to-fit. info from: https://superuser.com/questions/1752209/qemu-zoom-to-fit-shortcut-or-cli-switch Signed-off-by: Jan Kratochvil diff --git a/qemu-options.hx b/qemu-options.hx index 88e93c6103..90acb31056 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2071,6 +2071,9 @@ SRST ``window-close=on|off`` : Allow to quit qemu with window close button ``show-menubar=on|off`` : Display the main window menubar, defaults to "on" + + ``zoom-to-fit=on|off`` : Expand video output to the window size, + defaults to "off" ``curses[,charset=]`` Display video output via curses. For graphics device models