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: QubesOS/qubes-core-admin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.25
Choose a base ref
...
head repository: QubesOS/qubes-core-admin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.26
Choose a head ref
  • 9 commits
  • 15 files changed
  • 2 contributors

Commits on Apr 12, 2025

  1. Configuration menu
    Copy the full SHA
    2d553d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. tests: add simple end-to-end test of remote qrexec calls

    Test vm1 -> relay -> vm2-remote call path. Do it on a single host by
    having relay service that transform names (source to source-remote and
    target-remote to target). For this to work, there need to be matching
    pairs of VMs with and without -remote suffix, and appropriate policy for
    both outgoing and incoming connections.
    
    For now put the test into 'misc' package, when there will be more
    qubes-air related tests, move it elsewhere.
    
    QubesOS/qubes-issues#9015
    marmarek committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    33dbde5 View commit details
    Browse the repository at this point in the history
  2. tests: fix cleanup code to handle RemoteVM too

    RemoteVM has much less attributes, so use getattr to handle this
    gracefully. At the same time, add also "relayvm" attribute too.
    
    QubesOS/qubes-issues#9015
    marmarek committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    e90249b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2025

  1. Fix handling larger root complex with PCI path

    Larger systems have multiple root buses, adjust handling appropriately.
    marmarek committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    c73115a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2025

  1. Merge branch 'remote-vm-test'

    * remote-vm-test:
      tests: fix cleanup code to handle RemoteVM too
      tests: add simple end-to-end test of remote qrexec calls
    marmarek committed Apr 27, 2025
    Configuration menu
    Copy the full SHA
    fc8d672 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/pr/673'

    * origin/pr/673:
      Assure paused domains prior to suspending remain paused
    marmarek committed Apr 27, 2025
    Configuration menu
    Copy the full SHA
    703dd60 View commit details
    Browse the repository at this point in the history
  3. Add free-form text to qube for notes, comments, ...

    Core and API part of adding free-form text to each qube for comments,
    notes, descriptions, remarks, reminders, etc.
    
    fixes: QubesOS/qubes-issues#899
    alimirjamali committed Apr 27, 2025
    Configuration menu
    Copy the full SHA
    96cc2ac View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Merge remote-tracking branch 'origin/pr/656'

    * origin/pr/656:
      Add free-form text to qube for notes, comments, ...
    marmarek committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    4b4a7fd View commit details
    Browse the repository at this point in the history
  2. version 4.3.26

    marmarek committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    e9becb4 View commit details
    Browse the repository at this point in the history
Loading