ubenmackin / ACVM

GUI frontend for qemu for Apple Silicon based Macs
GNU General Public License v2.0
150 stars 17 forks source link

Ability to add advanced qemu arguments to a VM #31

Open yllwfsh opened 3 years ago

yllwfsh commented 3 years ago

First of all, thanks for the awesome improvements you made to ACVM! It's so easy to manage a few dev VMs right now!

Is there maybe a possibility to add a tab/box for advanced qemu CLI startup arguments to be added for those who are used to qemu (e.g. to add usb passthrough)?

Currently I do this by using custom launch scripts for my VMs but it would be awesome if it could be integrated in ACVM.

For example to pass through a (currently unsupported by macOS) CH340 USB Serial chip to Ubuntu VM:

-device piix3-usb-uhci,id=usb \
-usb -device usb-host,productid=0x7523,vendorid=0x1a86 \
joske commented 3 years ago

The code is already there, but not released.

yllwfsh commented 3 years ago

Fantastic! Waiting patiently then :)

joske commented 3 years ago

you can try to build the code yourself from the vm-manager branch ;). I can build it, but I don't have Ben's key to sign the app.

yllwfsh commented 3 years ago

Okay I might give that a shot if I find the time!