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

Remote bookmarks #2375

Open
5 tasks
osy opened this issue Mar 12, 2021 · 2 comments
Open
5 tasks

Remote bookmarks #2375

osy opened this issue Mar 12, 2021 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@osy
Copy link
Contributor

osy commented Mar 12, 2021

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.

  • Enable LZ4 in SPICE
  • Integrate qemu-nbd code into UTM
  • Create utm-server CLI for Windows/Linux/Mac which is a wrapper for launching QEMU
  • Pass authentication information from client to server
  • Connect to non-localhost for QEMU monitor, SPICE, NBD, etc
@osy osy added the enhancement New feature or request label Mar 12, 2021
@osy osy added this to the v2.2 milestone Mar 12, 2021
@GavinPacini
Copy link

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

osy commented May 11, 2021

@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.

@osy osy modified the milestones: v2.2, v2.3 Aug 29, 2021
@osy osy modified the milestones: v2.3, v3.1 Oct 9, 2021
@osy osy modified the milestones: v3.1, v3.2 Feb 25, 2022
@osy osy modified the milestones: v3.2, v3.3 May 2, 2022
@osy osy modified the milestones: v4.0, Future Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants