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-mgmt-salt-dom0-virtual-machines
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.16
Choose a base ref
...
head repository: QubesOS/qubes-mgmt-salt-dom0-virtual-machines
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.17
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 13, 2024

  1. Increase sys-net default memory size

    There were several reports that some network drivers fail with "page
    allocation failure" with 400MB sys-net. Increase default size to 425MB
    which seems to be enough to fix at least some of those issues. More
    long-term solution would be reducing amount of software running in
    sys-net.
    
    Fixes QubesOS/qubes-issues#9333
    Fixes QubesOS/qubes-issues#3008
    marmarek committed Sep 13, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8410b02 View commit details

Commits on Sep 16, 2024

  1. version 4.2.17

    marmarek committed Sep 16, 2024
    Copy the full SHA
    9cd211c View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 FORMULA
  2. +1 −1 qvm/sys-net.sls
  3. +1 −1 version
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

package-name: qubes-mgmt-salt-dom0-virtual-machines
saltenv: base
version: 4.2.15
version: 4.2.16
release: 1
name: virtual-machines-formula
top_level_dir: qvm
2 changes: 1 addition & 1 deletion qvm/sys-net.sls
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ prefs:
- virt_mode: hvm
- autostart: true
- provides-network: true
- memory: 400
- memory: 425
- pcidevs: {{ salt['grains.get']('pci_net_devs', [])|yaml }}
service:
- enable:
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.16
4.2.17