I am facing the following problem:
on a X9SCM with an E3-1220Lv2 I am trying to passthrough the onboard USB controllers. I disable the USB module from the kernel config and using pptdev the controllers are assigned to ppt devices. However running bhyve(8) with
Any hints?
on a X9SCM with an E3-1220Lv2 I am trying to passthrough the onboard USB controllers. I disable the USB module from the kernel config and using pptdev the controllers are assigned to ppt devices. However running bhyve(8) with
sudo bhyve -AI -H -P -s 0:0,hostbridge -s 1:0,lpc -s 2:0,virtio-net,tap0 -s 3:0,virtio-blk,./linux.img -s 4:0,passthru,0/29/0 -l com1,stdio -c 2 -m 2048M linuxguest
returns :
Code:
passthru device 0/29/0 BAR 0: base 0xdf823000 or size 0x400 not page aligned
Any hints?