Problem reports for virtualization@FreeBSD.org that need special attention

2022-03-13 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

[Bug 260178] bhyve: passthru makes ahci-hd boot fail

2022-03-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260178 --- Comment #9 from mario felicioni --- I've studied more cases that are strictly related to this bug and I've opened different tickets and I've sent to you an (old) email,but you never replied. So Im sure that you don't know what are all t

[Bug 260178] bhyve: passthru makes ahci-hd boot fail

2022-03-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260178 Bjoern A. Zeeb changed: What|Removed |Added Status|Open|In Progress CC|bc

bhyve + USB disks as slots + virtio-blk driver + passt-thru will not allow any OS to boot

2022-03-13 Thread Mario Marietto
Hello. What I want to achieve is to pass thru two of my NTFS "formatted" disks to a Windows 11 VM,but without passing them thru using the USB controller in FreeBSD with a bhyve virtual machine (in the example below I tried to boot Windows 11 from the nvme disk nvd0) AT at the same time I want to p

Adding storage to a guest

2022-03-13 Thread Xavier Humbert
Hi, I have a Ubuntu-server as guest on Byhve/FreeBDS 13 I tried to add some extra storage, so added disk2_dev="custom" disk2_opts="sectorsize=512" disk2_type="virtio-blk" disk2_name="disk2.img" to the config file. Unfortunately, it doesn't show under /dev/vda* in the guest. Where is my mist

Re: Assertion failed: (n >= 2 && n <= BLOCKIF_IOV_MAX + 2), function pci_vtblk_proc, file /usr/src/usr.s bin/bhyve/pci_virtio_block.c, line 324.

2022-03-13 Thread Vincenzo Maffione
I'd say that's a bug by definition, since bhyve should not crash even in case of invalid input from the guest virtio driver. I don't know if it can apply in your case, but have you tried to use virtio-scsi in place of virtio-blk? The former is supposed to be the recommended one. Cheers, Vincenzo