10.2-RELEASE-p7 - bhyve crash ...

2015-12-22 Thread Alex Torres
Hi all, I'm trying to install a Linux guest (debian and ubuntu) using bhyve. Upon installation on either of these guest installs bhyve crashes. OS: 10.2-RELEASE-p7 FreeBSD 10.2-RELEASE-p7 amd64 (GENERIC kernel) GUEST: ubuntu-14.10-server-amd64.iso GUEST: debian-8.2.0-amd64-CD-1.iso Hardware

Re: bhyve PCI pass-through to Linux guest

2015-12-22 Thread Sergey Manucharian
Excerpts from Peter Grehan's message from Tue 22-Dec-15 13:09: > > I pass trough a PCI device (USB controller) to a Linux guest. It works > > properly. Then I halt the VM, make sure that bhyve destroyed it and run > > Windows guest with the same PCI device passed-through. > > > > Windows device man

Re: bhyve PCI pass-through to Linux guest

2015-12-22 Thread Sergey Manucharian
Excerpts from Anish's message from Mon 21-Dec-15 21:48: > >ppt0@pci0:0:20:0: class=0x0c0330 card=0x21f317aa chip=0x1e318086 > Passthrough stub driver, part of vmm, controls the USB controller. > > Can you share output of /usr/sbin/devinfo from FreeBSD host, highlighting > the usb mass/flash

Failed to start virtualbox natnetwork

2015-12-22 Thread Ireneusz Pluta
Hello, I am trying to use virtualbox natnetwork on a FreeBSD host. Natnetwork configuration seems to complete ok, but actual natnetwork start fails with NS_ERROR_FAILURE (0x80004005), more details below. Is there a way to get it working? Thanks Irek. $ uname -rs FreeBSD 10.2-RELEASE-p7 $ VBo

Re: Windows/bhyve Bluescreen 0x50

2015-12-22 Thread Trent Thompson
>It appears to be related to the number of vCPUs. Using a single vCPU will result in this, wherease >= 2 seems to work Ok with 2k16 tp3. That did the trick! I still seem to be having issues with the firmware on the i5 machine getting Windows 2016 to boot. (Windows 2008 and 2012 work fine) bhyve e

Re: BAR and pci passthrough

2015-12-22 Thread John Baldwin
On Saturday, December 12, 2015 02:04:17 PM G. Amanakis via freebsd-virtualization wrote: > Changing > #define PCIM_BAR_MEM_BASE 0xfff0ULL > to > #define PCIM_BAR_MEM_BASE 0xf000ULL > in > sys/dev/PCI/pcireg.h makes the min size of a memory BAR equal