From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 22A931FF14C for ; Fri, 26 Jun 2026 14:07:41 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 95EBCE39A; Fri, 26 Jun 2026 14:07:38 +0200 (CEST) From: Fiona Ebner To: pve-devel@lists.proxmox.com Subject: [PATCH-SERIES qemu-server v2 0/2] fix #7627: net: virtio: disable host_tunnel feature again with 11.0+pve1 Date: Fri, 26 Jun 2026 14:06:11 +0200 Message-ID: <20260626120701.116793-1-f.ebner@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1782475618559 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.009 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [qemuserver.pm,network.pm,machine.pm] Message-ID-Hash: YWAGATD2ZAHVGY3YVHFV4Q4DWNBWOKO6 X-Message-ID-Hash: YWAGATD2ZAHVGY3YVHFV4Q4DWNBWOKO6 X-MailFrom: f.ebner@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: See patch 1/2 for details. qemu-server: Fiona Ebner (2): fix #7627: net: virtio: disable host_tunnel feature again with 11.0+pve1 virtio-net: expose host_tunnel option src/PVE/QemuServer.pm | 14 ++++++++++++++ src/PVE/QemuServer/Machine.pm | 6 ++++++ src/PVE/QemuServer/Network.pm | 10 ++++++++++ src/test/cfg2cmd/aarch64/simple-arm-host.conf.cmd | 2 +- src/test/cfg2cmd/aarch64/simple-arm.conf.cmd | 2 +- .../aarch64/simple-x86-on-arm-host.conf.cmd | 2 +- src/test/cfg2cmd/bootorder-empty.conf.cmd | 2 +- src/test/cfg2cmd/bootorder-legacy.conf.cmd | 2 +- src/test/cfg2cmd/bootorder.conf.cmd | 2 +- src/test/cfg2cmd/efidisk-on-rbd.conf.cmd | 2 +- src/test/cfg2cmd/ide.conf.cmd | 2 +- src/test/cfg2cmd/netdev-7.1-multiqueues.conf.cmd | 2 +- src/test/cfg2cmd/netdev-7.1.conf.cmd | 2 +- src/test/cfg2cmd/netdev_vxlan.conf.cmd | 2 +- src/test/cfg2cmd/q35-ide.conf.cmd | 2 +- .../cfg2cmd/q35-linux-hostpci-driver-keep.conf.cmd | 2 +- .../cfg2cmd/q35-linux-hostpci-mapping.conf.cmd | 2 +- .../q35-linux-hostpci-multifunction.conf.cmd | 2 +- .../q35-linux-hostpci-x-pci-overrides.conf.cmd | 2 +- src/test/cfg2cmd/q35-linux-hostpci.conf.cmd | 2 +- src/test/cfg2cmd/q35-simple.conf.cmd | 2 +- src/test/cfg2cmd/seabios_serial.conf.cmd | 2 +- src/test/cfg2cmd/simple-btrfs.conf.cmd | 2 +- src/test/cfg2cmd/simple-disk-passthrough.conf.cmd | 2 +- src/test/cfg2cmd/simple-rbd.conf.cmd | 2 +- src/test/cfg2cmd/simple-virtio-blk.conf.cmd | 2 +- src/test/cfg2cmd/simple-zfs-over-iscsi.conf.cmd | 2 +- src/test/cfg2cmd/simple1.conf.cmd | 2 +- 28 files changed, 55 insertions(+), 25 deletions(-) Summary over all repositories: 28 files changed, 55 insertions(+), 25 deletions(-) -- Generated by git-murpp 0.5.0