foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.56k stars 1.14k forks source link

Create a variable containing all startup arguments to allow comments #573

Open ronylee11 opened 1 year ago

ronylee11 commented 1 year ago

This pr creates an args variable that contains all startup arguments that will be passed to qemu-system-x86_64.

This allows user to create comments on additional arguments that they may pass, and comment them out accordingly to make it more organizable.

notAperson535 commented 1 year ago

@ronylee11 this looks interesting. Could you make a PR on my repo? https://github.com/notAperson535/OneClick-macOS-Simple-KVM I don't think that any PR's here are going to be merged, because the last update was in 2020.

ronylee11 commented 1 year ago

sure do!