Re: Illumos boot

2015-10-16 Thread Andriy Gapon
On 15/10/2015 18:56, Peter Grehan wrote: > Hi Matt, > >>> -s 0,hostbridge > > Things should work if you leave out the hostbridge. The PCIe capability > that is tacked on to this will make Illumos use MSI/MSIx for the virtio > adapter which apparently hits a bug in the driver. Without it, the >

RE: Illumos boot

2015-10-15 Thread Matt Churchyard via freebsd-virtualization
> Hi, >> .. > /pci@0,0/pci8086,2821@4/disk@0,0 (sd1) online > NOTICE: vioif0: Got MAC address from host: e4:94:1:0:ff:ff > pseudo-device: tun0 > tun0 is /pseudo/tun@0 > pseudo-device: lx_systrace0 > lx_systrace0 is /pseudo/lx_systrace@0 > > panic[cpu0]/thread=ff0002566c40: BAD

Re: Illumos boot

2015-10-15 Thread Peter Grehan
Hi Matt, -s 0,hostbridge Things should work if you leave out the hostbridge. The PCIe capability that is tacked on to this will make Illumos use MSI/MSIx for the virtio adapter which apparently hits a bug in the driver. Without it, the virtio driver will fall back to legacy interrupts.

RE: Illumos boot

2015-10-15 Thread Matt Churchyard via freebsd-virtualization
>> -s 0,hostbridge > Things should work if you leave out the hostbridge. The PCIe > capability that is tacked on to this will make Illumos use MSI/MSIx for > the virtio adapter which apparently hits a bug in the driver. Without > it, the virtio driver will fall back to legacy interrupts. This

RE: Illumos boot

2015-10-13 Thread Matt Churchyard via freebsd-virtualization
>Hi, >Please see inline. >On Oct 13, 2015, at 7:17 AM, Matt Churchyard via freebsd-virtualization > wrote: > In my quest to continue expanding guest support in my vm-bhyve utility (See > https://github.com/churchers/vm-bhyve :) ), I've found the Windows

Re: Illumos boot

2015-10-13 Thread Tycho Nightingale via freebsd-virtualization
Hi, Please see inline. On Oct 13, 2015, at 7:17 AM, Matt Churchyard via freebsd-virtualization wrote: > In my quest to continue expanding guest support in my vm-bhyve utility (See > https://github.com/churchers/vm-bhyve :) ), I've found the Windows