Bug 247318 - Assertion failed: (n >= 2 && n <= BLOCKIF_IOV_MAX + 2), function pci_vtblk_proc, file /usr/src/usr.sbin/bhyve/pci_virtio_block.c, line 221.
Summary: Assertion failed: (n >= 2 && n <= BLOCKIF_IOV_MAX + 2), function pci_vtblk_pr...
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: bhyve (show other bugs)
Version: 12.1-RELEASE
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-virtualization (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-16 16:36 UTC by bugs-syssec
Modified: 2020-12-03 14:34 UTC (History)
2 users (show)

See Also:


Attachments
virtio_blk_2.zip (214.27 KB, application/zip)
2020-06-16 16:36 UTC, bugs-syssec
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description bugs-syssec 2020-06-16 16:36:45 UTC
Created attachment 215619 [details]
virtio_blk_2.zip

To reproduce run the following commands:
```
bhyvectl --vm=testvm --destroy
bhyve.full -s 2:0,ahci-cd,hypertrash_os_bios_crash.iso -w -H -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio -s 3,fbuf,tcp=0.0.0.0:5900,w=800,h=600 -c 1 -m 320M -s 4:0,virtio-blk,disk.img -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CSM.fd testvm
```

bhyve version:
```
# freebsd 12.1
$ svnlite checkout https://svn.freebsd.org/base/releng/12.1 /usr/src
$ cd /usr/src/usr.sbin/bhyve/; make -m /usr/src/share/mk
$ ls /usr/obj/usr/src/amd64.amd64/usr.sbin/bhyve/bhyve.full
```

setup:
```
kldload vmm
dd if=/dev/zero of=disk.img bs=1024 count=1024
```
Comment 1 Aleksandr Fedorov freebsd_committer freebsd_triage 2020-12-03 14:34:39 UTC
What guest system are you using?