From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [45.144.208.40]) by lore.proxmox.com (Postfix) with ESMTPS id 075141FF13A for ; Wed, 08 Jul 2026 11:27:19 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 393BA21430; Wed, 08 Jul 2026 11:27:18 +0200 (CEST) From: Maximiliano Sandoval To: pve-devel@lists.proxmox.com Subject: [PATCH docs 1/1] qm: replace virtio-win download link with wiki article Date: Wed, 8 Jul 2026 11:27:10 +0200 Message-ID: <20260708092712.212825-1-m.sandoval@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1783502824325 X-SPAM-LEVEL: Spam detection results: 0 DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: DEFKGEXFOSVL4VCII3HDZ4A2BQPL5SOW X-Message-ID-Hash: DEFKGEXFOSVL4VCII3HDZ4A2BQPL5SOW X-MailFrom: m.sandoval@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: At the moment, the link points towards version 0.1.285 which can result in read errors and performance issues with IO-heavy Windows Server 2025 VMs. We link instead to our wiki article which explains how to get the drivers, how to install them, and a list of known-issues. Signed-off-by: Maximiliano Sandoval --- qm.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qm.adoc b/qm.adoc index 96ba68b..1debed6 100644 --- a/qm.adoc +++ b/qm.adoc @@ -1566,9 +1566,9 @@ Install Guest Agent For most Linux distributions, the guest agent is available. The package is usually named `qemu-guest-agent`. -For Windows, it can be installed from the -https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso[Fedora -VirtIO driver ISO]. +For Windows, see our https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers[Windows +VirtIO Drivers] article for more information on how to acquire and install the +drivers. [[qm_qga_enable]] Enable Guest Agent Communication -- 2.47.3