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

qemu: use 9p by default #1953

Merged
merged 3 commits into from
Oct 8, 2024
Merged

Commits on Oct 8, 2024

  1. qemu: 9p: graduate from experimental

    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    75d79f5 View commit details
    Browse the repository at this point in the history
  2. default.yaml: stop discouraging writable mounts (for 9p and virtiofs)

    Setting `writable: true` is still discouraged for reverse-sshfs due to
    potential connectivity issues, but it should be fine for 9p (virtio-9p-pci)
    and virtiofs.
    
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    882fe69 View commit details
    Browse the repository at this point in the history
  3. qemu: use 9p by default

    Templates for the following distro are updated to continue using reverse-sshfs,
    as 9p is not available on them.
    - AlmaLinux
    - CentOS Stream
    - Debian
    - openSUSE
    - Oracle Linux
    - Rocky Linux
    
    Close issue 971
    
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8d217c4 View commit details
    Browse the repository at this point in the history