utmapp / UTM

Virtual machines for iOS and macOS
https://getutm.app
Apache License 2.0
26.58k stars 1.33k forks source link

Remote bookmarks #2375

Open osy opened 3 years ago

osy commented 3 years ago

To be implemented after #132 which will take the form of bookmarks. Once that's done, it should be not too much work to enable "remote bookmarks", i.e. run QEMU binary on another machines (Windows/Linux/Mac) while having all the data hosted on the iOS device (qemu-nbd and SPICE). This effectively turns UTM into a terminal client powered by SPICE.

GavinPacini commented 3 years ago

Hi @osy, I'd like to help on this one, namely in the form of using your very nice CocoaSpice to connect to already running QEMU VMs. I'm helping add support for Apple Silicon to the whonix.org project, and as part of that I'm using QEMU as opposed to the currently recommended Virtual Box for Intel Macs.

I was thinking of adding this under the "File" menu, such that it's more for advanced users. i.e. "File" > "Connect to Virtual Machine". Would you be open to a PR in this direction? Thanks!

osy commented 3 years ago

@GavinPacini the idea here isn’t to connect to a running QEMU but rather to allow you to launch QEMU remotely (say on your MacBook or an AWS instance) while all your data is hosted locally (disk images, USB redirection, config settings, etc). It’s one way potentially of allowing the iOS app to work in the App Store. I think you may be interested in #2376 which will then let you import CocoaSpice into your own app which can do whatever.

The problem with connecting to an existing QEMU session is that unless you started with the right arguments, most of the GUI features won’t work.