Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lxc/incus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.10.0
Choose a base ref
...
head repository: lxc/incus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.10.1
Choose a head ref
  • 19 commits
  • 13 files changed
  • 5 contributors

Commits on Feb 28, 2025

  1. incusd/network/bridge: Fix deletion of tunnels and dummy devices

    The previous code relied purely on the name of the device to decide if
    a device should be deleted which was not correct and could result in
    the deletion of unwanted devices. The new code ensures that the device
    is part of the bridge and that its kind is correct before deleting it.
    
    Signed-off-by: montag451 <montag451@laposte.net>
    montag451 committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    2c146c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1698 from montag451/fix-bridge-deletion

    incusd/network/bridge: Fix deletion of tunnels and dummy devices
    stgraber authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    abb732c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. incusd/device/disk: Include cluster name and config path in RBD string

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    20dff32 View commit details
    Browse the repository at this point in the history
  2. incusd/instance/qemu: Provide the RBD keyring to QEMU

    Closes #1708
    
    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    62b7ba1 View commit details
    Browse the repository at this point in the history
  3. Translated using Weblate (Chinese (Simplified Han script))

    Currently translated at 34.5% (629 of 1821 strings)
    
    Translation: Incus/CLI
    Translate-URL: https://hosted.weblate.org/projects/incus/cli/zh_Hans/
    Signed-off-by: Loge X <wazolm5643@163.com>
    Loge X authored and weblate committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    7a1418a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1710 from weblate/weblate-incus-cli

    Translations update from Hosted Weblate
    stgraber authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    40778e7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1709 from stgraber/main

    Provide the RBD keeyring to QEMU
    brauner authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    4905664 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. api: security_iommu

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    dd730f1 View commit details
    Browse the repository at this point in the history
  2. internal/instance: Add security.iommu

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    eafc41c View commit details
    Browse the repository at this point in the history
  3. doc: Update configs

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    4263d66 View commit details
    Browse the repository at this point in the history
  4. incusd/instance/qemu: Simplify Windows detection

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    20a2220 View commit details
    Browse the repository at this point in the history
  5. incusd/instance/qemu: Implement security.iommu

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    c768f1e View commit details
    Browse the repository at this point in the history
  6. incusd/instance/qemu: Add IOMMU for Windows

    There is no support for VirtIO IOMMU on Windows and based on
    documentation, there doesn't appear to be a path to add support as a
    driver.
    
    So for now, fake an Intel IOMMU on such systems.
    
    virtio-win/kvm-guest-drivers-windows#987
    
    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    87515e7 View commit details
    Browse the repository at this point in the history
  7. incusd/instance/qemu: Configure irqchip for split mode with IOMMU

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    f43bfa8 View commit details
    Browse the repository at this point in the history
  8. doc: Add passthrough and IOMMU to wordlist

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    9a76e51 View commit details
    Browse the repository at this point in the history
  9. incusd/storage/ceph: Re-introduce keyring parsing

    CLoses #1711
    
    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    7de13bd View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1716 from stgraber/ceph

    incusd/storage/ceph: Re-introduce keyring parsing
    hallyn authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    b393470 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1715 from stgraber/main

    Move IOMMU handling under configuration option
    hallyn authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    291b940 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. Release Incus 6.10.1

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    d7242ac View commit details
    Browse the repository at this point in the history
Loading