README.sync (d7b72f7b52f902da47cc7210a9121f4caabbcb9c) README.sync (4f3f3e9a1dee62c031fa67cfe64e11d6dd3fab1b)
1Git commit hashes in this file refer to the official FreeBSD distributed
2public Git repository at https://git.freebsd.org/src.git
3
4The bhyve userland code in this directory, and its associated libraries and
5parts of the kernel module have been updated to the latest upstream FreeBSD
6sources as of:
7
1Git commit hashes in this file refer to the official FreeBSD distributed
2public Git repository at https://git.freebsd.org/src.git
3
4The bhyve userland code in this directory, and its associated libraries and
5parts of the kernel module have been updated to the latest upstream FreeBSD
6sources as of:
7
8 commit 3ebe1109348f53f64b395293578416abedef4090
9 Author: Robert Wing <rew@FreeBSD.org>
10 Date: Thu Mar 17 21:55:52 2022 -0800
8 commit fa46f3704b7618f9d9493c126df781faf59040a8
9 Author: John Baldwin <jhb@FreeBSD.org>
10 Date: Wed Aug 17 10:01:16 2022 -0700
11
11
12 bhyve: sweep MAX_VMNAME
12 bhyve e1000: Skip packets with a small header.
13
13
14 MAX_VMNAME is no longer used.
15
16Divergence Notes:
17
18The kernel component of bhyve has diverged from the FreeBSD sources and
19will continue to evolve away from the initial compatibility interfaces towards
20native illumos ones. The vmmapi library abstracts those interfaces wherever
21possible so that the bhyve userspace can remain close to upstream.
22
23The source code for the following components is present and included in

--- 18 unchanged lines hidden ---
14Divergence Notes:
15
16The kernel component of bhyve has diverged from the FreeBSD sources and
17will continue to evolve away from the initial compatibility interfaces towards
18native illumos ones. The vmmapi library abstracts those interfaces wherever
19possible so that the bhyve userspace can remain close to upstream.
20
21The source code for the following components is present and included in

--- 18 unchanged lines hidden ---