git: b4ce43992b67 - stable/13 - RELNOTES: Document lifting the hard limit on guest vCPUs in bhyve.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Jan 2023 22:15:59 UTC
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b4ce43992b6754c03b5b03d96e38401c7569023c commit b4ce43992b6754c03b5b03d96e38401c7569023c Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2023-01-26 22:15:08 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-01-26 22:15:08 +0000 RELNOTES: Document lifting the hard limit on guest vCPUs in bhyve. --- RELNOTES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELNOTES b/RELNOTES index ca20b549c6ba..f257440aa28a 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,12 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +225443828ec6..c44d097dcf92: + bhyve now supports more than 16 vCPUs in a guest. By default + bhyve permits each guest to create the same number of vCPUs as + the count of physical CPUs on the host. This limit can be + adjusted via the loader tunable hw.vmm.maxcpu. + 1462dc95f796: Kernel TLS offload now supports receive-side offload of TLS 1.3.