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

Support using UUIDs instead of VM names #574

Merged
merged 1 commit into from
Oct 10, 2024

Commits on Jun 28, 2024

  1. Support using UUIDs instead of VM names

    This supports using UUIDs (instead of VM names) in the Admin API.  It
    also provides the UUIDs to qrexec-policy-daemon, which will use them to
    support uuid:<UUID> syntax as an alternative way of naming a VM.
    
    All admin APIs now support UUIDs as source and destination.  Specific
    APIs changed include:
    
    - admin.vm.CreateDisposable: if the payload is "uuid" used, the VM UUID
      (with "uuid:" prefix) is returned instead of the name.
    - admin.vm.List: the UUID is included in the returned list.
    - internal.GetSystemInfo: the UUID is returned in the "uuid" key of each
      VM's JSON object.
    - A new stubdom_uuid property contains the UUID of the stubdomain.
    
    Fixes: QubesOS/qubes-issues#8862
    DemiMarie committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    8039442 View commit details
    Browse the repository at this point in the history