What happened to hw.vmm.topology.cores_per_package?

2021-02-16 Thread Patrick M. Hausen
Hi all, I am using bhyve mainly in the context of FreeNAS. Recently a major version upgrade and re-branding took place from FreeNAS 11.3 to TrueNAS CORE 12.0. This implies the underlying FreeBSD changing from RELENG_11_3 to RELENG_12. FreeNAS/FreeBSD 11.3: root@freenas01[~]# uname -r 11.3-REL

Re: What happened to hw.vmm.topology.cores_per_package?

2021-02-16 Thread Peter Grehan
Hi Patrick, What happened to those tunables? They've been rolled into a per-VM parameter. From the man page: [-c [[cpus=]numcpus][,sockets=n][,cores=n][,threads=n]] ... and there's more description of the '-c' parameter there. https://www.freebsd.org/cgi/man.cgi?query=bhyve&manpath=Fre

[Bug 253521] bhyve crash with e1000 emulation

2021-02-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253521 --- Comment #1 from sig...@gmail.com --- Patch is wrong. There's a check further down for iovcnt being too high. It crashed again. The problem must be something else. I added an assert to check for paddr_guest2host() returning NULL and it

[Bug 253521] bhyve crash with e1000 emulation

2021-02-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253521 Mark Johnston changed: What|Removed |Added CC||freql...@freebsd.org,

[Bug 253521] bhyve crash with e1000 emulation

2021-02-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253521 --- Comment #3 from sig...@gmail.com --- (In reply to Mark Johnston from comment #2) Well looks like this fixes it. I should've checked better before filling this PR... I've been starting/stopping the VM in a loop for about half an hour and

[Bug 253087] Timeout of bufdaemon happens at shutdown time with -CURRENT amd64 and VirtualBox VM

2021-02-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253087 --- Comment #1 from Yasuhiro Kimura --- Following is detailed step of reproducing this problem. 1. Download FreeBSD-14-CURRENT-20210211-c511a5ab53b-256609-disc1.iso from FreeBSD.org download server (https://download.freebsd.org/) 2. Cre