Hi all,
As part of debugging a problem I'm having, I'd like to understand:
What clock source should bhyve guests use? tsc? hpet? acpi_pm? What are
pros/cons of the choices? Does it depend on the guest OS? (for me FreeBSD and
Ubuntu) Should it match the host?
Thanks,
Sean
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273557
Mark Johnston changed:
What|Removed |Added
CC||ma...@freebsd.org
--- Comment #12
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273557
--- Comment #13 from cr...@rlwinm.de ---
The patch changes the bhyve tap network backend code invoked to open devices
with names starting with "tap" or "vmnet". Since the code is already exclusive
to the if_tuntap driver in tap or vmnet mode