ipaqmaster / vfio

A script for easy pci and usb passthrough along with disks, iso's and other useful flags for quick tinkering with less of a headache. I use it for VM gaming and other PCI/LiveCD/PXE/VM/RawImage testing given the script's accessibility.
GNU General Public License v3.0
189 stars 11 forks source link

Parsing of -pci returns Unknown argument #17

Closed redeven closed 10 months ago

redeven commented 10 months ago

When attempting to do PCI passthrough, specifying anything after -pci will throw Unknown argument.

image image

ipaqmaster commented 10 months ago

Sorry for the inconvenience - I'm out at the moment I'll fix this tonight. It is most likely just an error in the argument case switch loop.

This also serves as a good reminder for me to set up bats tests for testing and tagging commits automatically already.

ipaqmaster commented 10 months ago

I think this is now repaired on master. Please let me know.

redeven commented 10 months ago

Seems to be working now. Thanks!