machyve / xhyve

xhyve, a lightweight OS X virtualization solution
Other
6.44k stars 354 forks source link

Raise BLOCKIF_IOV_MAX to 128 #178

Open mike-pt opened 4 years ago

mike-pt commented 4 years ago

This fixes a crash on windows and its based on the same upstream fix.

Windows uses at least 67 and qemu alsosupports 128 hence why we need to raise this.

Assertion failed: (v.vm_pkt_size >= vms->max_packet_size), function vmn_read, file src/pci_virtio_net_vmnet.c, line 337.
 ./xhyverun-windows.sh: line 19:  2066 Abort trap: 6   

Fix on bhyve: https://reviews.freebsd.org/D10581 Signed-off-by: mike-pt mike-pt@users.noreply.github.com

mike-pt commented 4 years ago

Any chance we can merge this? Can't boot windows guests without this