[Bug 245392] bhyve: PCI passthru built-in rtl8168 to OpenBSD no packets (AMD Ryzen 3 1200)

2020-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245392 --- Comment #14 from commit-h...@freebsd.org --- A commit references this bug: Author: grehan Date: Mon Jun 1 05:14:02 UTC 2020 New revision: 361686 URL: https://svnweb.freebsd.org/changeset/base/361686 Log: MFC r361442 Fix

Problem reports for virtualizat...@freebsd.org that need special attention

2020-05-31 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and

Single stepping a bhyve guest on AMD64

2020-05-31 Thread Robert Crowston via freebsd-virtualization
I am investigating using the -G flag to attach gdb to a running guest machine. It looks like breakpoints and single instruction stepping are not implemented in vmm/amd/svm.c. It seems that it was added to vmm/intel/vmx.c. I spent a little bit of time reading through the AMD64 Architecture