DaVieS007

Results 42 comments of DaVieS007

The path and the environment is no longer hard coded in the future binaries, that makes possible to install under /usr/local. I planning to release the first stable version at...

you can always use a preinstalled disk image and create your own way to automatize through API interface.

Also an option to check the bhyve launch arguments with manual edit?

Thank you, I could reproduce the issue so we are going to address this issue in the next release.

Thanks your report, I have seen this issue when I used to a wrong driver as virt/io. There are multiple viostor driver and you need to pickup the latest one...

I would bet on the Windows's driver fault than bhyve itself. I will try to reproduce in the following days.

okay, nice to hear that at least ahci works. I have never seen difference between AHCI and VirtIO on side of performance. Thanks your effort to made this research. I...

Here is how to get MTU on low level API on FreeBSD. (undocumented) ```` int s = socket(AF_INET, SOCK_DGRAM, 0); if(s >= 0) { struct ifreq ifr; strlcpy(ifr.ifr_name, ifa->ifa_name, sizeof(ifr.ifr_name));...