From owner-dev-commits-doc-all@freebsd.org Fri Mar 5 22:32:17 2021 Return-Path: Delivered-To: dev-commits-doc-all@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 EA96E56A0C1 for ; Fri, 5 Mar 2021 22:32:17 +0000 (UTC) (envelope-from git@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 4DsjCj6JpHz3qZr; Fri, 5 Mar 2021 22:32:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 CBAAE18570; Fri, 5 Mar 2021 22:32:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 125MWHBv040741; Fri, 5 Mar 2021 22:32:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 125MWHDZ040740; Fri, 5 Mar 2021 22:32:17 GMT (envelope-from git) Date: Fri, 5 Mar 2021 22:32:17 GMT Message-Id: <202103052232.125MWHDZ040740@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Daniel Ebdrup Jensen Subject: git: b0a8663bb4 - main - add a release note about VirtIO v1 fixes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: debdrup X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b0a8663bb4efc2c4ada9150835fa8e370e7fb562 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2021 22:32:18 -0000 The branch main has been updated by debdrup: URL: https://cgit.FreeBSD.org/doc/commit/?id=b0a8663bb4efc2c4ada9150835fa8e370e7fb562 commit b0a8663bb4efc2c4ada9150835fa8e370e7fb562 Author: Mina Galić AuthorDate: 2021-03-05 22:31:20 +0000 Commit: Daniel Ebdrup Jensen CommitDate: 2021-03-05 22:31:42 +0000 add a release note about VirtIO v1 fixes This explains that we can now run on Q35 chipsets, and that the PR below has been fixed. PR: 236922 Reviewed by: gjb Differential Revision: https://reviews.freebsd.org/D29003 --- website/content/en/releases/13.0R/relnotes.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc index fc9f40d388..4fcd232378 100644 --- a/website/content/en/releases/13.0R/relnotes.adoc +++ b/website/content/en/releases/13.0R/relnotes.adoc @@ -291,6 +291,9 @@ The {{< manpage "bhyve" "8">}} utility now supports the VNC server to listen on In addition to all of these, bhyve received an amount of minor changes, which are too numerous to mention, and which fixes a number of outstanding issues. +Besides the VirtIO changes made for bhyve, there are numerous changes to the {{< manpage "virtio" "4">}} subsystems to make it compatible with the VirtIO V1 spec, which means that FreeBSD can +now run on the link:https://wiki.qemu.org/images/4/4e/Q35.pdf[Q35 chipset]. + [[ports]] == Ports Collection and Package Infrastructure