Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to add advanced qemu arguments to a VM #31

Open
yllwfsh opened this issue Feb 4, 2021 · 4 comments
Open

Ability to add advanced qemu arguments to a VM #31

yllwfsh opened this issue Feb 4, 2021 · 4 comments

Comments

@yllwfsh
Copy link

yllwfsh commented Feb 4, 2021

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
Copy link

joske commented Feb 11, 2021

The code is already there, but not released.

@yllwfsh
Copy link
Author

yllwfsh commented Feb 11, 2021

Fantastic! Waiting patiently then :)

@joske
Copy link

joske commented Feb 11, 2021

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
Copy link
Author

yllwfsh commented Feb 11, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants