diff options
author | Mina Galić <me@igalic.co> | 2021-03-05 22:31:20 +0000 |
---|---|---|
committer | Daniel Ebdrup Jensen <debdrup@FreeBSD.org> | 2021-03-05 22:31:42 +0000 |
commit | b0a8663bb4efc2c4ada9150835fa8e370e7fb562 (patch) | |
tree | d9887b5f4bf2c13d94aa76d6263e056582f2a630 | |
parent | adbe84dccb8d5c94190e8e03b652503da6a152cd (diff) | |
download | doc-b0a8663bb4efc2c4ada9150835fa8e370e7fb562.tar.gz doc-b0a8663bb4efc2c4ada9150835fa8e370e7fb562.zip |
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
-rw-r--r-- | website/content/en/releases/13.0R/relnotes.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
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 |