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

vmspawn: open dbus session in VM #32482

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    42dc3c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2be39d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bb7478 View commit details
    Browse the repository at this point in the history
  4. machined: add varlink interface for registering machines

    This commit adds the new varlink interface io.systemd.Machine at
    /run/systemd/machine/io.systemd.Machine with a single method Register
    
    It supports all combinations of RegisterMachine[WithSSH,WithNetwork] all
    under the same method.
    sam-leonard-ct committed May 8, 2024
    Configuration menu
    Copy the full SHA
    82fb74a View commit details
    Browse the repository at this point in the history
  5. machined: add GetMachineSSHInfo method

    Also adds three properties:
    - VsockCid: the VSOCK CID of the VM
    - SshAddress: the address of the VM in a format SSH can connect to
    - SshPrivateKeyPath: the path to the SSH private key to use to connect
      to the VM.
    
    GetMachineSSHInfo is essentially a convenience method to query both the
    SshAddress and SshPrivateKeyPath properties at once.
    sam-leonard-ct committed May 8, 2024
    Configuration menu
    Copy the full SHA
    22bc500 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37a0f6c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b40e6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    12de5f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    47ab03d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3be425e View commit details
    Browse the repository at this point in the history