From owner-freebsd-virtualization@freebsd.org Sun Mar 14 19:44:42 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E9C535B0333 for ; Sun, 14 Mar 2021 19:44:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dz9496rs6z4fGB for ; Sun, 14 Mar 2021 19:44:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id E825F5B01DE; Sun, 14 Mar 2021 19:44:41 +0000 (UTC) Delivered-To: virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E79355B051B for ; Sun, 14 Mar 2021 19:44:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dz9486c66z4fTf for ; Sun, 14 Mar 2021 19:44:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D5E1423324 for ; Sun, 14 Mar 2021 19:44:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 12EJiev6084922 for ; Sun, 14 Mar 2021 19:44:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 12EJie3Q084921 for virtualization@FreeBSD.org; Sun, 14 Mar 2021 19:44:40 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 253087] Timeout of bufdaemon happens at shutdown time with -CURRENT amd64 and VirtualBox VM Date: Sun, 14 Mar 2021 19:44:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kevans@freebsd.org X-Bugzilla-Flags: mfc-stable13? mfc-stable12- mfc-stable11- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2021 19:44:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253087 --- Comment #8 from commit-hook@FreeBSD.org --- A commit in branch releng/13.0 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D1a15924593931b91aee31875fa75782a5= 92a7436 commit 1a15924593931b91aee31875fa75782a592a7436 Author: Kyle Evans AuthorDate: 2021-03-08 20:20:10 +0000 Commit: Kyle Evans CommitDate: 2021-03-14 19:44:04 +0000 x86: tsc: deprioritize TSC on VirtualBox Misbehavior has been observed with TSC under VirtualBox, where threads doing small sleeps (~1 second) may miss their wake up and hang around in a sleep state indefinitely. Switching back to ACPI-fast decidedly fixes it, so stop using TSC on VirtualBox at least for the time being. This partially reverts 84eaf2ccc6aa, applying it only to VirtualBox and increasing the quality to 0. Negative qualities can never be chosen and cannot be chosen with the tunable recently added. If we do not have a timecounter with a higher quality than 0, then TSC does at least leave the system mostly usable. PR: 253087 Approved by: re (gjb) (cherry picked from commit 8cc15b0dfc2f3299662e78f18bd6127f83c14ab4) (cherry picked from commit ec24f78e5b201ea56a69607c6e4438a2faac25c0) sys/x86/x86/tsc.c | 8 ++++++++ 1 file changed, 8 insertions(+) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-virtualization@freebsd.org Sun Mar 14 19:47:19 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C8E745B05A5 for ; Sun, 14 Mar 2021 19:47:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dz97C52yyz4fgx for ; Sun, 14 Mar 2021 19:47:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id AD24B5B0355; Sun, 14 Mar 2021 19:47:19 +0000 (UTC) Delivered-To: virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ACEDA5B060F for ; Sun, 14 Mar 2021 19:47:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dz97C4LRHz4fZx for ; Sun, 14 Mar 2021 19:47:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 880C0233A4 for ; Sun, 14 Mar 2021 19:47:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 12EJlJ6W085435 for ; Sun, 14 Mar 2021 19:47:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 12EJlJRu085434 for virtualization@FreeBSD.org; Sun, 14 Mar 2021 19:47:19 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 253087] Timeout of bufdaemon happens at shutdown time with -CURRENT amd64 and VirtualBox VM Date: Sun, 14 Mar 2021 19:47:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kevans@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kevans@freebsd.org X-Bugzilla-Flags: mfc-stable13+ mfc-stable12- mfc-stable11- X-Bugzilla-Changed-Fields: resolution bug_status flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2021 19:47:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253087 Kyle Evans changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed Flags|mfc-stable13? |mfc-stable13+ --- Comment #9 from Kyle Evans --- This should be fixed for -RC3. Thank you. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-virtualization@freebsd.org Sun Mar 14 21:00:24 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 077505B23F9 for ; Sun, 14 Mar 2021 21:00:24 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DzBlW3PVLz4lJ3 for ; Sun, 14 Mar 2021 21:00:23 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 960F35B24EE; Sun, 14 Mar 2021 21:00:22 +0000 (UTC) Delivered-To: virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 762415B23F5 for ; Sun, 14 Mar 2021 21:00:22 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DzBlV1hy5z4lCd for ; Sun, 14 Mar 2021 21:00:22 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E6B5D2425D for ; Sun, 14 Mar 2021 21:00:21 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 12EL0LMt024906 for ; Sun, 14 Mar 2021 21:00:21 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 12EL0LQP024905 for virtualization@FreeBSD.org; Sun, 14 Mar 2021 21:00:21 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202103142100.12EL0LQP024905@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: virtualization@FreeBSD.org Subject: Problem reports for virtualization@FreeBSD.org that need special attention Date: Sun, 14 Mar 2021 21:00:21 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2021 21:00:24 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 247208 | mpt(4): VMWare virtualized LSI controller panics New | 240945 | [hyper-v] [netvsc] hn network driver incorrectly 2 problems total for which you should take action. From owner-freebsd-virtualization@freebsd.org Mon Mar 15 04:57:21 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B77B156F7A6 for ; Mon, 15 Mar 2021 04:57:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DzPKs4c6Tz3ncn for ; Mon, 15 Mar 2021 04:57:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 9E00256F673; Mon, 15 Mar 2021 04:57:21 +0000 (UTC) Delivered-To: virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9DB8356F7A5 for ; Mon, 15 Mar 2021 04:57:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DzPKs40vBz3nXd for ; Mon, 15 Mar 2021 04:57:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A37B28A4 for ; Mon, 15 Mar 2021 04:57:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 12F4vLxk065420 for ; Mon, 15 Mar 2021 04:57:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 12F4vL0j065417 for virtualization@FreeBSD.org; Mon, 15 Mar 2021 04:57:21 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 222996] FreeBSD 11.1-12 on Hyper-V with PCI Express Pass Through Date: Mon, 15 Mar 2021 04:57:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: virtualization@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2021 04:57:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222996 --- Comment #56 from commit-hook@FreeBSD.org --- A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3De801c980e253d3f4087ef6d6b8fd382ae= d68d51c commit e801c980e253d3f4087ef6d6b8fd382aed68d51c Author: Wei Hu AuthorDate: 2020-07-30 07:26:11 +0000 Commit: Wei Hu CommitDate: 2021-03-15 04:47:18 +0000 Prevent framebuffer mmio space from being allocated to other devices on HyperV. On Gen2 VMs, Hyper-V provides mmio space for framebuffer. This mmio address range is not useable for other PCI devices. Currently only efifb driver is using this range without reserving it from system. Therefore, vmbus driver reserves it before any other PCI device drivers start to request mmio addresses. PR: 222996 Submitted by: weh@microsoft.com Reported by: dmitry_kuleshov@ukr.net Reviewed by: decui@microsoft.com Sponsored by: Microsoft (cherry picked from commit c565776195f2f2b62427af07f6b1a9b7670cbc1f) sys/dev/hyperv/vmbus/vmbus.c | 57 ++++++++++++++++++++++++++++++++++++++++= ++++ 1 file changed, 57 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-virtualization@freebsd.org Tue Mar 16 14:06:34 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C2D1F5AECDD for ; Tue, 16 Mar 2021 14:06:34 +0000 (UTC) (envelope-from bsdlists@jld3.net) Received: from mail.jld3.net (mail.jld3.net [45.55.236.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F0FT56WNfz4bZp for ; Tue, 16 Mar 2021 14:06:33 +0000 (UTC) (envelope-from bsdlists@jld3.net) Received: from localhost (localhost [127.0.0.1]) by mail.jld3.net (Postfix) with ESMTP id E51F1414DD for ; Tue, 16 Mar 2021 08:06:26 -0600 (MDT) X-Virus-Scanned: amavisd-new at jld3.net Received: from mail.jld3.net ([127.0.0.1]) by localhost (mail.jld3.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ulcMFdZv3dwG for ; Tue, 16 Mar 2021 08:06:26 -0600 (MDT) Received: from [172.21.35.248] (c-24-9-144-115.hsd1.co.comcast.net [24.9.144.115]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: jld) by mail.jld3.net (Postfix) with ESMTPSA id 785D44061E for ; Tue, 16 Mar 2021 08:06:25 -0600 (MDT) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.jld3.net 785D44061E DKIM-Filter: OpenDKIM Filter v2.11.0 mail.jld3.net 785D44061E From: "John Doherty" To: freebsd-virtualization@freebsd.org Subject: vm-bhyve No disk(s) present to configure Date: Tue, 16 Mar 2021 08:01:44 -0600 X-Mailer: MailMate (1.13.2r5673) Message-ID: <287B3102-DD04-40EE-8233-41E114E45B2F@jld3.net> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Rspamd-Queue-Id: 4F0FT56WNfz4bZp X-Spamd-Bar: --- X-Spamd-Result: default: False [-4.00 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[45.55.236.93:from]; R_DKIM_ALLOW(-0.20)[jld3.net:s=8d052f02dde2]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[45.55.236.93:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[4]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; DKIM_TRACE(0.00)[jld3.net:+]; DMARC_POLICY_ALLOW(-0.50)[jld3.net,quarantine]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:14061, ipnet:45.55.192.0/18, country:US]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-virtualization]; RECEIVED_SPAMHAUS_PBL(0.00)[24.9.144.115:received] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2021 14:06:34 -0000 Hi, I am trying to get started with vm-bhyve and getting a little stuck. I am sure there are things I don't understand here so I hope you will bear with me. I am using a machine with an AMD FX-8370E eight-core CPU, running 12.2-RELEASE-p4. The machine boots from a ~60GB SATA SSD which is configured as the zroot zpool. I have run a few bhyve vms on this machine before, including a couple of linux variants, by just using the bhyve command directly and they worked fine. In those cases, I just used files created with truncate(1) for vm disks but I would like to use zvols. vm-bhyve looks pretty nice to me and I think I'd like using it also. I have this in /boot/loader.conf: vmm_load="YES" nmdm_load="YES" if_tap_load="YES" if_bridge_load="YES" and this in /etc/rc.conf: vm_enable="YES" vm_dir="zfs:zroot/vmm" vm_list="" vm_delay="5" And so I thus have this: [root@sand] # zfs list -r zroot/vmm NAME USED AVAIL REFER MOUNTPOINT zroot/vmm 1.43G 36.8G 1.43G /vmm and this: [root@sand] # vm datastore list NAME TYPE PATH ZFS DATASET default zfs /vmm zroot/vmm I have populated /vmm/.templates with the files from /usr/local/share/examples/vm-bhyve but made some changes to them. For example, the freebsd-zvol.conf template now looks like this: loader="bhyveload" cpu=1 memory=4096M network0_type="virtio-net" network0_switch="public" disk0_dev="sparse-zvol" disk0_name="disk0" I've also populated /vmm/.iso with some ISO images including FreeBSD-12.2-RELEASE-amd64-disc1.iso. So with that, I can for example do this: [root@sand] # vm create -t freebsd-zvol fbsd1 [root@sand] # vm list NAME DATASTORE LOADER CPU MEMORY VNC AUTOSTART STATE fbsd1 default bhyveload 1 4096M - No Stopped and zfs things then look like this: [root@sand] # zfs list -r zroot/vmm NAME USED AVAIL REFER MOUNTPOINT zroot/vmm 1.43G 36.8G 1.43G /vmm zroot/vmm/fbsd1 164K 36.8G 108K /vmm/fbsd1 zroot/vmm/fbsd1/disk0 56K 36.8G 56K - So that all seems pretty good so far. Then I do this: vm install -f fbsd1 FreeBSD-12.2-RELEASE-amd64-disc1.iso The vm boots and I'm asked to choose a console type, I take the default vt100, and boom -- I get the familiar FreeBSD Installer screen. I proceed through that and try to do a Guided Root-on-ZFS installation, but when I choose Pool Type/Disks, I'm told "No disk(s) present to configure." So. Pretty clearly doing something wrong here but I'm not sure what. Happy to provide any further info that I might have neglected above. Any advice that points me in the right direction much appreciated. Thanks. From owner-freebsd-virtualization@freebsd.org Tue Mar 16 17:10:01 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B40875B59D1 for ; Tue, 16 Mar 2021 17:10:01 +0000 (UTC) (envelope-from bsdlists@jld3.net) Received: from mail.jld3.net (mail.jld3.net [45.55.236.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F0KXm47rrz4qHC for ; Tue, 16 Mar 2021 17:10:00 +0000 (UTC) (envelope-from bsdlists@jld3.net) Received: from localhost (localhost [127.0.0.1]) by mail.jld3.net (Postfix) with ESMTP id 771D5414DD for ; Tue, 16 Mar 2021 11:09:59 -0600 (MDT) X-Virus-Scanned: amavisd-new at jld3.net Received: from mail.jld3.net ([127.0.0.1]) by localhost (mail.jld3.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id mBom5KIJoa-X for ; Tue, 16 Mar 2021 11:09:58 -0600 (MDT) Received: from [172.21.35.248] (c-24-9-144-115.hsd1.co.comcast.net [24.9.144.115]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: jld) by mail.jld3.net (Postfix) with ESMTPSA id 3B6C74061E for ; Tue, 16 Mar 2021 11:09:58 -0600 (MDT) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.jld3.net 3B6C74061E DKIM-Filter: OpenDKIM Filter v2.11.0 mail.jld3.net 3B6C74061E From: "John Doherty" To: freebsd-virtualization@freebsd.org Subject: Re: vm-bhyve No disk(s) present to configure Date: Tue, 16 Mar 2021 11:09:40 -0600 X-Mailer: MailMate (1.13.2r5673) Message-ID: <3079DDA7-580D-4654-B5C6-7C8ACE63280C@jld3.net> In-Reply-To: <287B3102-DD04-40EE-8233-41E114E45B2F@jld3.net> References: <287B3102-DD04-40EE-8233-41E114E45B2F@jld3.net> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Rspamd-Queue-Id: 4F0KXm47rrz4qHC X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[45.55.236.93:from]; R_DKIM_ALLOW(-0.20)[jld3.net:s=8d052f02dde2]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[45.55.236.93:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[4]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; DKIM_TRACE(0.00)[jld3.net:+]; DMARC_POLICY_ALLOW(-0.50)[jld3.net,quarantine]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:14061, ipnet:45.55.192.0/18, country:US]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-virtualization]; RECEIVED_SPAMHAUS_PBL(0.00)[24.9.144.115:received] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2021 17:10:01 -0000 Thanks to all who responded. For the record, the solution was to add this: disk0_type="virtio-blk" to my /vmm/fbsd1/fbsd1.conf file. I also added that to my /vmm/.templates/freebsd-zvol.conf. On 16 Mar 2021, at 8:01, John Doherty via freebsd-virtualization wrote: > Hi, I am trying to get started with vm-bhyve and getting a little > stuck. I am sure there are things I don't understand here so I hope > you will bear with me. > > I am using a machine with an AMD FX-8370E eight-core CPU, running > 12.2-RELEASE-p4. The machine boots from a ~60GB SATA SSD which is > configured as the zroot zpool. > > I have run a few bhyve vms on this machine before, including a couple > of linux variants, by just using the bhyve command directly and they > worked fine. In those cases, I just used files created with > truncate(1) for vm disks but I would like to use zvols. vm-bhyve looks > pretty nice to me and I think I'd like using it also. > > I have this in /boot/loader.conf: > > vmm_load="YES" > nmdm_load="YES" > if_tap_load="YES" > if_bridge_load="YES" > > and this in /etc/rc.conf: > > vm_enable="YES" > vm_dir="zfs:zroot/vmm" > vm_list="" > vm_delay="5" > > And so I thus have this: > > [root@sand] # zfs list -r zroot/vmm > NAME USED AVAIL REFER MOUNTPOINT > zroot/vmm 1.43G 36.8G 1.43G /vmm > > and this: > > [root@sand] # vm datastore list > NAME TYPE PATH ZFS DATASET > default zfs /vmm zroot/vmm > > I have populated /vmm/.templates with the files from > /usr/local/share/examples/vm-bhyve but made some changes to them. For > example, the freebsd-zvol.conf template now looks like this: > > loader="bhyveload" > cpu=1 > memory=4096M > network0_type="virtio-net" > network0_switch="public" > disk0_dev="sparse-zvol" > disk0_name="disk0" > > I've also populated /vmm/.iso with some ISO images including > FreeBSD-12.2-RELEASE-amd64-disc1.iso. > > So with that, I can for example do this: > > [root@sand] # vm create -t freebsd-zvol fbsd1 > [root@sand] # vm list > NAME DATASTORE LOADER CPU MEMORY VNC AUTOSTART STATE > fbsd1 default bhyveload 1 4096M - No Stopped > > and zfs things then look like this: > > [root@sand] # zfs list -r zroot/vmm > NAME USED AVAIL REFER MOUNTPOINT > zroot/vmm 1.43G 36.8G 1.43G /vmm > zroot/vmm/fbsd1 164K 36.8G 108K /vmm/fbsd1 > zroot/vmm/fbsd1/disk0 56K 36.8G 56K - > > So that all seems pretty good so far. Then I do this: > > vm install -f fbsd1 FreeBSD-12.2-RELEASE-amd64-disc1.iso > > The vm boots and I'm asked to choose a console type, I take the > default vt100, and boom -- I get the familiar FreeBSD Installer > screen. I proceed through that and try to do a Guided Root-on-ZFS > installation, but when I choose Pool Type/Disks, I'm told "No disk(s) > present to configure." > > So. Pretty clearly doing something wrong here but I'm not sure what. > Happy to provide any further info that I might have neglected above. > Any advice that points me in the right direction much appreciated. > Thanks. > > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to > "freebsd-virtualization-unsubscribe@freebsd.org" From owner-freebsd-virtualization@freebsd.org Wed Mar 17 04:44:00 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 90D41579A3E for ; Wed, 17 Mar 2021 04:44:00 +0000 (UTC) (envelope-from vas@sibptus.ru) Received: from admin.sibptus.ru (admin.sibptus.ru [IPv6:2001:19f0:5001:21dc::10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F0cxW0jVcz4dds for ; Wed, 17 Mar 2021 04:43:58 +0000 (UTC) (envelope-from vas@sibptus.ru) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sibptus.ru; s=20181118; h=Message-ID:Subject:To:From:Date:In-Reply-To; bh=2lZHAr3sir7Gmp0vF/nJF5mllv8ph205u0Hujp2SMsI=; b=AIPpPYaLAB73JBeteAO/pxlMHH RUNADDwabL0FgdHSHcl8zSzmRsZLgU1Y8agi5FWi5IgRPqwVNA0u5PUwoJq9x2L4jP3cwYzksDdfM fY8alQ1M1jzzPVXYvZVBp5isNi7iO7H17zJYxNGZjwzq4/5T2zvFX6rCNPG/2QKEO30o=; Received: from vas by admin.sibptus.ru with local (Exim 4.94 (FreeBSD)) (envelope-from ) id 1lMO2C-000Bs1-6X for freebsd-virtualization@freebsd.org; Wed, 17 Mar 2021 11:43:52 +0700 Date: Wed, 17 Mar 2021 11:43:52 +0700 From: Victor Sudakov To: freebsd-virtualization@freebsd.org Subject: Extra dependency of the uefi-edk2-bhyve-csm firmware port Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hVn8Z8X4PYrAFlRK" Content-Disposition: inline X-PGP-Key: http://admin.sibptus.ru/~vas/ X-PGP-Fingerprint: 10E3 1171 1273 E007 C2E9 3532 0DA4 F259 9B5E C634 X-Rspamd-Queue-Id: 4F0cxW0jVcz4dds X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=sibptus.ru header.s=20181118 header.b=AIPpPYaL; dmarc=pass (policy=none) header.from=sibptus.ru; spf=pass (mx1.freebsd.org: domain of vas@sibptus.ru designates 2001:19f0:5001:21dc::10 as permitted sender) smtp.mailfrom=vas@sibptus.ru X-Spamd-Result: default: False [-6.10 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2001:19f0:5001:21dc::10:from]; R_DKIM_ALLOW(-0.20)[sibptus.ru:s=20181118]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2001:19f0:5001:21dc::10:from:127.0.2.255]; DKIM_TRACE(0.00)[sibptus.ru:+]; DMARC_POLICY_ALLOW(-0.50)[sibptus.ru,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:20473, ipnet:2001:19f0:5000::/38, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-virtualization] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2021 04:44:00 -0000 --hVn8Z8X4PYrAFlRK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dear Colleagues, Why do you think sysutils/uefi-edk2-bhyve-csm would have a runtime (!) dependency on gcc48 ? PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254257 --=20 Victor Sudakov VAS4-RIPE http://vas.tomsk.ru/ 2:5005/49@fidonet --hVn8Z8X4PYrAFlRK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJgUYkIAAoJEA2k8lmbXsY0/WsH/RNRxfyMczS4J8vdKvGbGL4S epcd+IJVdcp3PAYeMcMEQKzuRQx2upJdHDgbkVFmWKy4FWO1RUDF3W+RgLcYrjxY dr3wfMtA5bRnDN2sScJJDV4vNR2TzSZwdHS9J5b8YrjqD7lqv9/aQjHNFlPGtVI5 2+VO0hbByE5CVRLIxAKQEzLeVoyL6okMm0ZxerkbmRNI5LLCGUobZy/7oZKt7ZIl qGRqcJdeQRzZrE/unMJCe71s0deIjOl3d514J0n//lHD4piTjXZCGmkyXBabnBJB 5hPgAO6zKYa6Jyi8TJNeXA8PSL8ZzbnTvJx6aVedHYzATzPcEduOVu2Vv9ZGx5o= =mKga -----END PGP SIGNATURE----- --hVn8Z8X4PYrAFlRK-- From owner-freebsd-virtualization@freebsd.org Wed Mar 17 07:21:43 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B132C57CB98 for ; Wed, 17 Mar 2021 07:21:43 +0000 (UTC) (envelope-from SRS0=kO/l=IP=freebsd.org=grehan@iredmail.onthenet.com.au) Received: from vito-vars.onthenet.com.au (vito-vars.OntheNet.com.au [203.13.68.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F0hRV48jfz4m77 for ; Wed, 17 Mar 2021 07:21:41 +0000 (UTC) (envelope-from SRS0=kO/l=IP=freebsd.org=grehan@iredmail.onthenet.com.au) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by vito-vars.onthenet.com.au (Postfix) with ESMTPS id DDFB420B4D5A for ; Wed, 17 Mar 2021 17:21:31 +1000 (AEST) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTPS id C68D120A53D4 for ; Wed, 17 Mar 2021 17:21:31 +1000 (AEST) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id C06C12149A31 for ; Wed, 17 Mar 2021 17:21:31 +1000 (AEST) Received: from iredmail.onthenet.com.au ([127.0.0.1]) by iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id y9c72nNpVn2m for ; Wed, 17 Mar 2021 17:21:31 +1000 (AEST) Received: from MacBook-Air-4.local (CPE-120-29-50-1.dsl.OntheNet.net [120.29.50.1]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id C00BD200B311; Wed, 17 Mar 2021 17:21:30 +1000 (AEST) Subject: Re: Extra dependency of the uefi-edk2-bhyve-csm firmware port To: Victor Sudakov References: Cc: freebsd-virtualization@freebsd.org From: Peter Grehan Message-ID: <5b0639d6-cc19-348b-c6e3-ecfcace8aefb@freebsd.org> Date: Wed, 17 Mar 2021 17:21:30 +1000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=BZdDLol2 c=1 sm=1 tr=0 a=A6CF0fG5TOl4vs6YHvqXgw==:117 a=SNiks43MFstCdwpbf87ukQ==:17 a=N659UExz7-8A:10 a=dESyimp9J3IA:10 a=6I5d2MoRAAAA:8 a=SKF4GlfYuyRae5RrPu4A:9 a=pILNOxqGKmIA:10 a=IjZwj45LgO3ly-622nXo:22 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=B/4iLNlM c=1 sm=1 tr=0 a=mJOSnoNX3k71adV6TmU0eQ==:117 a=SNiks43MFstCdwpbf87ukQ==:17 a=N659UExz7-8A:10 a=dESyimp9J3IA:10 a=6I5d2MoRAAAA:8 a=SKF4GlfYuyRae5RrPu4A:9 a=pILNOxqGKmIA:10 a=IjZwj45LgO3ly-622nXo:22 X-Rspamd-Queue-Id: 4F0hRV48jfz4m77 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of SRS0=kO/l=IP=freebsd.org=grehan@iredmail.onthenet.com.au has no SPF policy when checking 203.13.68.24) smtp.mailfrom=SRS0=kO/l=IP=freebsd.org=grehan@iredmail.onthenet.com.au X-Spamd-Result: default: False [-0.27 / 15.00]; RCVD_TLS_LAST(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[6]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; RBL_DBL_DONT_QUERY_IPS(0.00)[203.13.68.24:from]; AUTH_NA(1.00)[]; DMARC_NA(0.00)[freebsd.org]; SPAMHAUS_ZRD(0.00)[203.13.68.24:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.53)[0.534]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_SPF_NA(0.00)[no SPF record]; FORGED_SENDER(0.30)[grehan@freebsd.org,SRS0=kO/l=IP=freebsd.org=grehan@iredmail.onthenet.com.au]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:9313, ipnet:203.13.68.0/23, country:AU]; FROM_NEQ_ENVFROM(0.00)[grehan@freebsd.org,SRS0=kO/l=IP=freebsd.org=grehan@iredmail.onthenet.com.au]; MAILMAN_DEST(0.00)[freebsd-virtualization] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2021 07:21:43 -0000 > dependency on gcc48 ? > > PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254257 Being fixed by bcran in https://reviews.freebsd.org/D29254 later, Peter. From owner-freebsd-virtualization@freebsd.org Wed Mar 17 13:24:53 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6F87B5AF4DC for ; Wed, 17 Mar 2021 13:24:53 +0000 (UTC) (envelope-from doctor@doctor.nl2k.ab.ca) Received: from doctor.nl2k.ab.ca (doctor.nl2k.ab.ca [204.209.81.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F0rVY0JSPz3nGg for ; Wed, 17 Mar 2021 13:24:52 +0000 (UTC) (envelope-from doctor@doctor.nl2k.ab.ca) Received: from doctor by doctor.nl2k.ab.ca with local (Exim 4.94 (FreeBSD)) (envelope-from ) id 1lMVwF-000EpS-Vl; Wed, 17 Mar 2021 07:10:15 -0600 Date: Wed, 17 Mar 2021 07:10:15 -0600 From: The Doctor To: Victor Sudakov Cc: freebsd-virtualization@freebsd.org Subject: Re: Extra dependency of the uefi-edk2-bhyve-csm firmware port Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4F0rVY0JSPz3nGg X-Spamd-Bar: +++++ X-Spamd-Result: default: False [5.00 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[204.209.81.1:from]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(0.00)[+a:c]; GREYLIST(0.00)[pass,body]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; BAD_REP_POLICIES(0.10)[]; SPAMHAUS_ZRD(0.00)[204.209.81.1:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RBL_VIRUSFREE_BOTNET(2.00)[204.209.81.1:from]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(0.00)[nl2k.ab.ca,quarantine]; NEURAL_SPAM_LONG(1.00)[1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:6171, ipnet:204.209.81.0/24, country:CA]; INTRODUCTION(2.00)[]; MAILMAN_DEST(0.00)[freebsd-virtualization]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2021 13:24:53 -0000 On Wed, Mar 17, 2021 at 11:43:52AM +0700, Victor Sudakov wrote: > Dear Colleagues, > > Why do you think sysutils/uefi-edk2-bhyve-csm would have a runtime (!) > dependency on gcc48 ? > > PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254257 > That is a bug! > -- > Victor Sudakov VAS4-RIPE > http://vas.tomsk.ru/ > 2:5005/49@fidonet -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising! Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b Light wants an end to war, but so does darkness. -unknown From owner-freebsd-virtualization@freebsd.org Wed Mar 17 15:19:54 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0FEDD56C6A5 for ; Wed, 17 Mar 2021 15:19:54 +0000 (UTC) (envelope-from rebecca@bsdio.com) Received: from out01.mta.xmission.com (out01.mta.xmission.com [166.70.13.231]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F0v3F1qclz4WKS for ; Wed, 17 Mar 2021 15:19:53 +0000 (UTC) (envelope-from rebecca@bsdio.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=simple/simple; d=bsdio.com; s=xmission; h=Subject:Content-Transfer-Encoding:Content-Type:In-Reply-To: MIME-Version:Date:Message-ID:From:References:Cc:To:Sender:Reply-To:Content-ID :Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To: Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe :List-Post:List-Owner:List-Archive; bh=Q20SsL+HsEwhloEZ0N6gsvk3yqJcdNye9mqFBuR5NR0=; b=W4hJ6OH0rKF0G/aQ6wJOomf5/x GjbrBxcxPCasrY2HLzBjwMoa/BA0eIrIpqPqLPvSL/CUpc7ek9fpxz21kAG539guCsRXKdkTYmkoY URU/EObpv6DjrYhHW3ZoDHuaFJKI9uqwIAoVqgLxSNMO3syEswKHy6hLNvvLmFP+EWJU=; Received: from in02.mta.xmission.com ([166.70.13.52]) by out01.mta.xmission.com with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1lMXxT-00Ah1r-KS; Wed, 17 Mar 2021 09:19:40 -0600 Received: from mta4.zcs.xmission.com ([166.70.13.68]) by in02.mta.xmission.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1lMXxS-001ZDg-S4; Wed, 17 Mar 2021 09:19:39 -0600 Received: from localhost (localhost [127.0.0.1]) by mta4.zcs.xmission.com (Postfix) with ESMTP id B17C350086E; Wed, 17 Mar 2021 09:19:38 -0600 (MDT) X-Amavis-Modified: Mail body modified (using disclaimer) - mta4.zcs.xmission.com Received: from mta4.zcs.xmission.com ([127.0.0.1]) by localhost (mta4.zcs.xmission.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id PhGmlvJvpfph; Wed, 17 Mar 2021 09:19:38 -0600 (MDT) Received: from [10.0.10.142] (c-174-52-16-57.hsd1.ut.comcast.net [174.52.16.57]) by mta4.zcs.xmission.com (Postfix) with ESMTPSA id 80BBC5005FF; Wed, 17 Mar 2021 09:19:38 -0600 (MDT) To: The Doctor , Victor Sudakov Cc: freebsd-virtualization@freebsd.org References: From: Rebecca Cran Message-ID: <6c07ec7d-1ce2-c9de-c365-d567a0619bbe@bsdio.com> Date: Wed, 17 Mar 2021 09:19:38 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-XM-SPF: eid=1lMXxS-001ZDg-S4; ; ; mid=<6c07ec7d-1ce2-c9de-c365-d567a0619bbe@bsdio.com>; ; ; hst=in02.mta.xmission.com; ; ; ip=166.70.13.68; ; ; frm=rebecca@bsdio.com; ; ; spf=none X-SA-Exim-Connect-IP: 166.70.13.68 X-SA-Exim-Mail-From: rebecca@bsdio.com X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on sa06.xmission.com X-Spam-Level: * X-Spam-Status: No, score=1.3 required=8.0 tests=ALL_TRUSTED,BAYES_50, DCC_CHECK_NEGATIVE,NICE_REPLY_A,T_TM2_M_HEADER_IN_MSG,TooManyTo_001, XMGappySubj_01,XMSubLong autolearn=disabled version=3.4.2 X-Spam-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP * 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% * [score: 0.5003] * 0.3 TooManyTo_001 Multiple "To" Header Recipients 2x (uncommon) * 0.7 XMSubLong Long Subject * 0.5 XMGappySubj_01 Very gappy subject * 0.0 T_TM2_M_HEADER_IN_MSG BODY: No description available. * -0.0 DCC_CHECK_NEGATIVE Not listed in DCC * [sa06 1397; IP=ok Body=1 Fuz1=1] [Fuz2=1] * -0.0 NICE_REPLY_A Looks like a legit reply (A) X-Spam-DCC: XMission; sa06 1397; IP=ok Body=1 Fuz1=1 Fuz2=1 X-Spam-Combo: *;The Doctor , Victor Sudakov X-Spam-Relay-Country: X-Spam-Timing: total 361 ms - load_scoreonly_sql: 0.04 (0.0%), signal_user_changed: 11 (3.0%), b_tie_ro: 9 (2.6%), parse: 0.95 (0.3%), extract_message_metadata: 3.9 (1.1%), get_uri_detail_list: 0.62 (0.2%), tests_pri_-1000: 2.6 (0.7%), tests_pri_-950: 1.34 (0.4%), tests_pri_-900: 1.10 (0.3%), tests_pri_-90: 185 (51.4%), check_bayes: 184 (51.0%), b_tokenize: 4.9 (1.4%), b_tok_get_all: 4.9 (1.4%), b_comp_prob: 1.84 (0.5%), b_tok_touch_all: 169 (46.8%), b_finish: 0.91 (0.3%), tests_pri_0: 142 (39.4%), check_dkim_signature: 0.83 (0.2%), check_dkim_adsp: 40 (11.0%), poll_dns_idle: 33 (9.1%), tests_pri_10: 2.1 (0.6%), tests_pri_500: 8 (2.2%), rewrite_mail: 0.00 (0.0%) Subject: Re: Extra dependency of the uefi-edk2-bhyve-csm firmware port X-SA-Exim-Version: 4.2.1 (built Sat, 08 Feb 2020 21:53:50 +0000) X-SA-Exim-Scanned: Yes (on in02.mta.xmission.com) X-Rspamd-Queue-Id: 4F0v3F1qclz4WKS X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bsdio.com header.s=xmission header.b=W4hJ6OH0; dmarc=none; spf=none (mx1.freebsd.org: domain of rebecca@bsdio.com has no SPF policy when checking 166.70.13.231) smtp.mailfrom=rebecca@bsdio.com X-Spamd-Result: default: False [-3.39 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[166.70.13.231:from]; DKIM_TRACE(0.00)[bsdio.com:+]; NEURAL_HAM_SHORT(-0.99)[-0.986]; RECEIVED_SPAMHAUS_PBL(0.00)[174.52.16.57:received]; RCVD_TLS_LAST(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[166.70.13.231:from]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:6315, ipnet:166.70.0.0/16, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCVD_COUNT_FIVE(0.00)[6]; R_DKIM_ALLOW(-0.20)[bsdio.com:s=xmission]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[bsdio.com]; SPAMHAUS_ZRD(0.00)[166.70.13.231:from:127.0.2.255]; RCVD_IN_DNSWL_LOW(-0.10)[166.70.13.231:from]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[no SPF record]; MAILMAN_DEST(0.00)[freebsd-virtualization] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2021 15:19:54 -0000 On 3/17/21 7:10 AM, The Doctor via freebsd-virtualization wrote: > On Wed, Mar 17, 2021 at 11:43:52AM +0700, Victor Sudakov wrote: >> Dear Colleagues, >> >> Why do you think sysutils/uefi-edk2-bhyve-csm would have a runtime (!) >> dependency on gcc48 ? >> >> PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254257 >> > > That is a bug! Yes, it is. Sorry, I'll commit the fix later today. -- Rebecca Cran From owner-freebsd-virtualization@freebsd.org Wed Mar 17 16:32:25 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 240E756FCCE for ; Wed, 17 Mar 2021 16:32:25 +0000 (UTC) (envelope-from seb@strollo.org) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F0wfv6tNzz4gWV for ; Wed, 17 Mar 2021 16:32:23 +0000 (UTC) (envelope-from seb@strollo.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id AF00A225C; Wed, 17 Mar 2021 12:32:22 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Wed, 17 Mar 2021 12:32:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=strollo.org; h= from:content-type:mime-version:date:subject:message-id:to; s= fm3; bh=CO9samz7JCV8AXMlweMcY+xGKv6oH+arg2gYcWKaxNo=; b=RMq/VHVg CCmUkZLIy0lryr+s5EXjjN+LEGyr4xdpBCb+9A6k2UZfA4nY0mSd1BJp8xHUc6IA MQkJDp5FUnmGEVvVtAZar3k+Yt8k2FtogZ6VpIldRDR2eHN7phtBuLKNKvBY4kTx FfdBM4YfaHRIXPO10hPrvTe94OSfCPp5inWGezzREHGyqdiYWGl76vhJ2zpUJ0bv uoIdqzK2b3jyEL+6fT64NhoNflO/FBBmwv/LotvnoiuD+7GypHGIg9UGOKAMu05A YqTvKuCHzp9NKt25683VXhflvZu8xQrEjYNrV9TVqCunFya5Dpe2GPV/Ew3S2zht ZuWSbktldKGQMA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=CO9samz7JCV8AXMlweMcY+xGKv6oH +arg2gYcWKaxNo=; b=pbnKW0UhOEbrtuF9dKyp32tkICH8ttP/KsV4UKHKt54PQ c5SSDf97U7QtrX5SLcBdIkDc5F8f4I3J5jO6YGStQf2frsJqMIb0Npy2ZIMgtia5 BPrsi7FtpB4XleOYRaQ4Vdpg/e91Rz7nZah7zE7Hl1gKXnqNu1SKRu06Z0XqiQLS aId2p9/21C3k9ObfCwD29ayP1WbS9oYd0uALZ7KPmhLAePgrsa0FouEPLANxv1BP BMW1YZr9dQBQlIikpvlgpq1h+piW+9CG22u73I4lVV9e09xb5m/Jd572U2rkJEcG PDaebT6sdMPDamIOSbNWp0ErVclPdYshVGuYEH3DQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudefgedgledvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhtgggfffukffvofesmhdtmherhh dtjeenucfhrhhomhepufgvsggrshhtihgrnhcuufhtrhholhhlohcuoehsvggssehsthhr ohhllhhordhorhhgqeenucggtffrrghtthgvrhhnpeegkeegffdugfehffduteefleduue dvgfeuudffgfekledvgfevfeettedvgefhhfenucfkphepleegrddvheehrddvudekrddv ieenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehsvg gssehsthhrohhllhhordhorhhg X-ME-Proxy: Received: from spinther.strollo.org (94-255-218-26.cust.bredband2.com [94.255.218.26]) by mail.messagingengine.com (Postfix) with ESMTPA id 8BD52240054; Wed, 17 Mar 2021 12:32:21 -0400 (EDT) From: Sebastian Strollo Content-Type: multipart/mixed; boundary="Apple-Mail=_2B081441-6F8F-4266-9AE8-EB4BBDD14A25" Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\)) Date: Wed, 17 Mar 2021 17:32:19 +0100 Subject: Nested virtualization with VirtualBox OSE 6.1.8, any success? Message-Id: <2963C20D-25C2-4613-A878-908D16D5C4C0@strollo.org> To: freebsd-virtualization@freebsd.org X-Mailer: Apple Mail (2.3654.60.0.2.21) X-Rspamd-Queue-Id: 4F0wfv6tNzz4gWV X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=strollo.org header.s=fm3 header.b=RMq/VHVg; dkim=pass header.d=messagingengine.com header.s=fm2 header.b=pbnKW0Uh; dmarc=none; spf=pass (mx1.freebsd.org: domain of seb@strollo.org designates 64.147.123.21 as permitted sender) smtp.mailfrom=seb@strollo.org X-Spamd-Result: default: False [-2.10 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:64.147.123.21]; HAS_ATTACHMENT(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; DKIM_TRACE(0.00)[strollo.org:+,messagingengine.com:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[64.147.123.21:from]; ASN(0.00)[asn:11403, ipnet:64.147.123.0/24, country:US]; MIME_TRACE(0.00)[0:+,1:+,2:~]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[64.147.123.21:from]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[strollo.org:s=fm3,messagingengine.com:s=fm2]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/mixed,text/plain]; DMARC_NA(0.00)[strollo.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[64.147.123.21:from:127.0.2.255]; RWL_MAILSPIKE_POSSIBLE(0.00)[64.147.123.21:from]; MAILMAN_DEST(0.00)[freebsd-virtualization] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2021 16:32:25 -0000 --Apple-Mail=_2B081441-6F8F-4266-9AE8-EB4BBDD14A25 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi I=E2=80=99m running 12.2-RELEASE-p4 (on an Intel i7-10710U cpu w 64G = RAM) as the host OS and using virtualbox-ose-nox11-6.1.18 (from pkg). I have a guest VM that runs Ubuntu 20.04, and for some testing and = development I need it to be able to run KVM, hence I need =E2=80=9Cnested = virtualization=E2=80=9D. Has anyone had any luck with the = "--nested-hw-virt on=E2=80=9D option? I=E2=80=99m not having any luck at all, if I try to enable it then = startup of my VM just hangs, I get the following error in VBoxSVC.log = (which I think is the relevant one, the whole log is attached - I = suspect the disk that it can=E2=80=99t close is just a result of it = shutting down even though it comes before in the log) 00:54:00.390457 Watcher ERROR [COM]: aRC=3DE_ACCESSDENIED = (0x80070005) aIID=3D{d0a0163f-e254-4e5b-a1f2-011cf991c38d} = aComponent=3D{VirtualBoxWrap} aText=3D{The object is not ready}, = preserve=3Dfalse aResultDetail=3D0 And looking for that id in xpti.dat I find =E2=80=9CIVirtualBox=E2=80=9D: % grep d0a0163f-e254-4e5b-a1f2-011cf991c38d = ~/.config/VirtualBox/xpti.dat 329,IVirtualBox,{d0a0163f-e254-4e5b-a1f2-011cf991c38d},0,-1,1 If I =E2=80=9Cvboxmanage modifyvm --nested-hw-virt off=E2=80=9D then my = VM starts up fine, so I=E2=80=99ve eliminated other problems. I assume that the kernel has to allow VirtualBox to do this kind of = stuff? Is there perhaps a sysctl setting to permit this, or is it simply = not doable in FreeBSD-12? Thanks, /Sebastian PS. I=E2=80=99d actually much rather run my VM under bhyve, anyone know = the status of nested virtualization there? --Apple-Mail=_2B081441-6F8F-4266-9AE8-EB4BBDD14A25 Content-Disposition: attachment; filename=VBoxSVC.log Content-Type: application/octet-stream; x-unix-mode=0600; name="VBoxSVC.log" Content-Transfer-Encoding: 7bit 00:00:00.000349 main VirtualBox XPCOM Server 6.1.18 r142142 freebsd.amd64 (Mar 13 2021 17:24:09) release log 00:00:00.000354 main Log opened 2021-03-17T15:18:23.329141000Z 00:00:00.000355 main Build Type: release 00:00:00.000360 main OS Product: FreeBSD 00:00:00.000363 main OS Release: 12.2-RELEASE-p4 00:00:00.000365 main OS Version: FreeBSD 12.2-RELEASE-p4 GENERIC 00:00:00.000366 main Firmware type: failed - VERR_NOT_SUPPORTED 00:00:00.000378 main Host RAM: 65202MB (63.6GB) total, 62900MB (61.4GB) available 00:00:00.000382 main Executable: /usr/local/lib/virtualbox/VBoxSVC 00:00:00.000382 main Process ID: 1323 00:00:00.000383 main Package type: BSD_64BITS_GENERIC (OSE) 00:00:00.001353 main IPC socket path: /tmp/.vbox-seb-ipc/ipcd 00:00:00.108950 nspr-2 VirtualBox: object creation starts 00:00:00.109005 nspr-2 Home directory: '/home/seb/.config/VirtualBox' 00:00:00.109184 nspr-2 Loading settings file "/home/seb/.config/VirtualBox/VirtualBox.xml" with version "1.12-freebsd" 00:00:01.172367 nspr-2 HostDnsMonitor: initializing 00:00:01.172407 nspr-2 NAT: resolv.conf: nameserver 10.11.11.1 00:00:01.172430 nspr-2 HostDnsMonitor: updating information 00:00:01.172440 nspr-2 HostDnsMonitor: old information 00:00:01.172444 nspr-2 no server entries 00:00:01.172448 nspr-2 no domain set 00:00:01.172451 nspr-2 no search string entries 00:00:01.172454 nspr-2 HostDnsMonitor: new information 00:00:01.172457 nspr-2 server 1: 10.11.11.1 00:00:01.172461 nspr-2 domain: kanten.strollo.org 00:00:01.172467 nspr-2 search string 1: kanten.strollo.org 00:00:01.172470 nspr-2 search string 2: strollo.org 00:00:01.172791 nspr-2 VD: VDInit finished with VINF_SUCCESS 00:00:01.172854 nspr-2 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={027bc463-929c-40e8-bf16-fea557cd8e7e} aComponent={SystemPropertiesWrap} aText={Cannot determine default Guest Additions ISO location. Most likely they are not available}, preserve=false aResultDetail=0 00:00:01.173131 nspr-2 Loading settings file "/store/vbox-vms/rhea/rhea.vbox" with version "1.17-freebsd" 00:00:01.173400 nspr-2 Loading settings file "/store/vbox-vms/utest/utest.vbox" with version "1.16-freebsd" 00:00:01.173597 nspr-2 VirtualBox: object created 00:00:01.178295 nspr-2 Saving settings file "/store/vbox-vms/rhea/rhea.vbox" with version "1.17-freebsd" 00:53:55.317121 nspr-2 Saving settings file "/store/vbox-vms/rhea/rhea.vbox" with version "1.17-freebsd" 00:54:00.389943 main VirtualBox: object deletion starts 00:54:00.389975 main ERROR [COM]: aRC=VBOX_E_OBJECT_IN_USE (0x80bb000c) aIID={ad47ad09-787b-44ab-b343-a082a3f2dfb1} aComponent={MediumWrap} aText={Medium '/store/vbox-vms/rhea/disk0.vmdk' cannot be closed because it is still attached to 1 virtual machines}, preserve=false aResultDetail=0 00:54:00.390275 main HostDnsMonitor: shutting down ... 00:54:00.390282 main HostDnsMonitor: shut down 00:54:00.390457 Watcher ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={d0a0163f-e254-4e5b-a1f2-011cf991c38d} aComponent={VirtualBoxWrap} aText={The object is not ready}, preserve=false aResultDetail=0 00:54:00.390522 main VirtualBox: object deleted --Apple-Mail=_2B081441-6F8F-4266-9AE8-EB4BBDD14A25-- From owner-freebsd-virtualization@freebsd.org Fri Mar 19 13:26:56 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 56053574161 for ; Fri, 19 Mar 2021 13:26:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4F24S01n0Hz4m39 for ; Fri, 19 Mar 2021 13:26:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 3CFF0574160; Fri, 19 Mar 2021 13:26:56 +0000 (UTC) Delivered-To: virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3CC5E574305 for ; Fri, 19 Mar 2021 13:26:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F24S018KDz4lxk for ; Fri, 19 Mar 2021 13:26:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1AF2F1585E for ; Fri, 19 Mar 2021 13:26:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 12JDQugA073363 for ; Fri, 19 Mar 2021 13:26:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 12JDQu3e073362 for virtualization@FreeBSD.org; Fri, 19 Mar 2021 13:26:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 237441] Virtio net consistently truncates last byte of a fetch xfer with > 8956 bytes of payload Date: Fri, 19 Mar 2021 13:26:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jrtc27@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not A Bug X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: virtualization@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2021 13:26:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237441 Jessica Clarke changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrtc27@freebsd.org Resolution|FIXED |Not A Bug --- Comment #10 from Jessica Clarke --- (In reply to Adam Chappell from comment #9) There wasn't one, it's still broken, we've independently been trying to work out what on earth was going on causing us to see the same thing (without realising it was only affecting macOS hosts) until we stumbled upon this report. Not a bug in FreeBSD (well, unless MSG_OOB should be enforced, but then eve= ry OS has the same bug), just POLLPRI being extremely ill-defined, SLiRP tryin= g to be helpful and TCP urgent being ubiquitously misunderstood all interacting together to result in this unfortunate outcome. Should no longer occur once QEMU pulls in https://gitlab.freedesktop.org/slirp/libslirp/-/commit/7271345efe182199acae= ae602cb78a94a7c6dc9d; thanks for figuring that one out so we didn't have to. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-virtualization@freebsd.org Fri Mar 19 13:58:52 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 47F67574EE6 for ; Fri, 19 Mar 2021 13:58:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4F258r1LcBz4pNc for ; Fri, 19 Mar 2021 13:58:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 2C65557542B; Fri, 19 Mar 2021 13:58:52 +0000 (UTC) Delivered-To: virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2C2C75751F4 for ; Fri, 19 Mar 2021 13:58:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F258r0h6xz4pCl for ; Fri, 19 Mar 2021 13:58:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0ACE315EF4 for ; Fri, 19 Mar 2021 13:58:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 12JDwpf8088786 for ; Fri, 19 Mar 2021 13:58:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 12JDwpeq088785 for virtualization@FreeBSD.org; Fri, 19 Mar 2021 13:58:51 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 237441] Virtio net consistently truncates last byte of a fetch xfer with > 8956 bytes of payload Date: Fri, 19 Mar 2021 13:58:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: arichardson@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not A Bug X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: virtualization@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2021 13:58:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237441 --- Comment #11 from Alex Richardson --- It appears this is a libslirp issue on macOS. Rebuilding QEMU with slirp updated to include https://gitlab.freedesktop.org/slirp/libslirp/-/commit/7271345efe182199acae= ae602cb78a94a7c6dc9d fixes this issue for me. See also https://gitlab.freedesktop.org/slirp/libslirp/-/issues/35 I've filed https://github.com/Homebrew/homebrew-core/issues/73517 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-virtualization@freebsd.org Sat Mar 20 05:33:29 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 06AA1573318 for ; Sat, 20 Mar 2021 05:33:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4F2TvD6ZJcz3DtG for ; Sat, 20 Mar 2021 05:33:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id DFD9157324A; Sat, 20 Mar 2021 05:33:28 +0000 (UTC) Delivered-To: virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DF9E4573249 for ; Sat, 20 Mar 2021 05:33:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F2TvD5mxpz3Dqt for ; Sat, 20 Mar 2021 05:33:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B60F022889 for ; Sat, 20 Mar 2021 05:33:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 12K5XSZ2078916 for ; Sat, 20 Mar 2021 05:33:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 12K5XSS3078915 for virtualization@FreeBSD.org; Sat, 20 Mar 2021 05:33:28 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 254421] aaa Date: Sat, 20 Mar 2021 05:33:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bhyve X-Bugzilla-Version: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: minamihamabe404@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: virtualization@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2021 05:33:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254421 Bug ID: 254421 Summary: aaa Product: Base System Version: 12.2-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bhyve Assignee: virtualization@FreeBSD.org Reporter: minamihamabe404@gmail.com Created attachment 223439 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D223439&action= =3Dedit aaa --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-virtualization@freebsd.org Sat Mar 20 13:41:38 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 61D975A8DAA for ; Sat, 20 Mar 2021 13:41:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4F2hkV28hZz4WJx for ; Sat, 20 Mar 2021 13:41:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 4999C5A8DA9; Sat, 20 Mar 2021 13:41:38 +0000 (UTC) Delivered-To: virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 496285A8DA7 for ; Sat, 20 Mar 2021 13:41:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F2hkV1Yt4z4WCf for ; Sat, 20 Mar 2021 13:41:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 296DFBB4 for ; Sat, 20 Mar 2021 13:41:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 12KDfcAs019943 for ; Sat, 20 Mar 2021 13:41:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 12KDfcmQ019942 for virtualization@FreeBSD.org; Sat, 20 Mar 2021 13:41:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 254421] aaa Date: Sat, 20 Mar 2021 13:41:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bhyve X-Bugzilla-Version: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not A Bug X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: linimon@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2021 13:41:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254421 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|virtualization@FreeBSD.org |linimon@FreeBSD.org Status|New |Closed Resolution|--- |Not A Bug --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-virtualization@freebsd.org Sat Mar 20 22:48:46 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4BD515B6683 for ; Sat, 20 Mar 2021 22:48:46 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "CN", Issuer "CN" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F2wsn2pRTz3LXd for ; Sat, 20 Mar 2021 22:48:45 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (mh0.gentlemail.de [IPv6:2a00:e10:2800:0:0:0:0:a135]) by mx0.gentlemail.de (8.15.2/8.15.2) with ESMTP id 12KMmaeZ085429 for ; Sat, 20 Mar 2021 23:48:37 +0100 (CET) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (s1.omnilan.de [217.91.127.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id EBEBC507 for ; Sat, 20 Mar 2021 23:48:35 +0100 (CET) To: freebsd-virtualization@freebsd.org From: Harry Schmalzbauer Subject: stable/13 (PCI reset) yet to be identified regression Organization: OmniLAN Message-ID: <3aa19f4c-7b25-8256-bb37-f260ce20863a@omnilan.de> Date: Sat, 20 Mar 2021 23:48:34 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Greylist: inspected by milter-greylist-4.6.2 (mx0.gentlemail.de [IPv6:2a00:e10:2800:0:0:0:0:a130]); Sat, 20 Mar 2021 23:48:37 +0100 (CET) for IP:'2a00:e10:2800::a135' DOMAIN:'mh0.gentlemail.de' HELO:'mh0.gentlemail.de' FROM:'freebsd@omnilan.de' RCPT:'' X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx0.gentlemail.de [IPv6:2a00:e10:2800:0:0:0:0:a130]); Sat, 20 Mar 2021 23:48:37 +0100 (CET) X-Rspamd-Queue-Id: 4F2wsn2pRTz3LXd X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of freebsd@omnilan.de designates 2a00:e10:2800::a130 as permitted sender) smtp.mailfrom=freebsd@omnilan.de X-Spamd-Result: default: False [-3.30 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a00:e10:2800::a130:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[omnilan.de]; SPAMHAUS_ZRD(0.00)[2a00:e10:2800::a130:from:127.0.2.255]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:61157, ipnet:2a00:e10:2800::/38, country:DE]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-virtualization] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2021 22:48:46 -0000 Hello, I'm suffering from a late minute regression with stable/13. 4 weeks ago I did pre-production tests with Windows Server VMs migrating to bhyve. Things went fine, a 82576 ppt Dual Ethernet card worked after installing a specific driver version in Server 2012R2. VMconfig nad host hardware is exaclty the same, but with stable/13 from yesterday the XHCI USB hub is marked non-functional in the Windows device manager with the hint "error during reset" and the passthrough NIC doesn"t work anymore -> looks like D3D0 or the like initialization fails.  I'm not 100% sure for the XHCI hub issue, but the NIC worked without problems some weeks ago. Is anybody aware of any commit which could cause the PCI reset symptoms? (very long day, will try to go through after some sleep) Thanks, -harry