Commit Graph

3908 Commits

Author SHA1 Message Date
Pol Dellaiera
129adc97c5
Merge pull request #267890 from vifino/vmware-workstation-17.5.0
vmware-workstation: 17.0.2 -> 17.5.1
2024-03-08 17:15:26 +01:00
Weijia Wang
e10ebb3886
Merge pull request #293937 from r-ryantm/auto-update/docker-compose
docker-compose: 2.24.6 -> 2.24.7
2024-03-08 16:18:37 +01:00
Weijia Wang
90714b18a0
Merge pull request #291961 from r-ryantm/auto-update/ecs-agent
ecs-agent: 1.81.0 -> 1.82.0
2024-03-07 12:06:22 +01:00
Weijia Wang
ef93599575
Merge pull request #286860 from r-ryantm/auto-update/kraft
kraft: 0.7.3 -> 0.7.5
2024-03-07 10:20:31 +01:00
Adrian Pistol
3d1f0b5af0 vmware-workstation: 17.0.2 -> 17.5.1 2024-03-07 08:54:30 +01:00
Weijia Wang
9bad663312
Merge pull request #293635 from r-ryantm/auto-update/docker-buildx
docker-buildx: 0.12.1 -> 0.13.0
2024-03-07 07:12:07 +01:00
R. Ryantm
6c70b1e486 ecs-agent: 1.81.0 -> 1.82.0 2024-03-07 05:10:40 +00:00
R. Ryantm
7cd0b67524 docker-compose: 2.24.6 -> 2.24.7 2024-03-07 02:14:48 +00:00
Pol Dellaiera
30126419ac
Merge pull request #293594 from trofi/qemu-update
qemu: 8.2.1 -> 8.2.2
2024-03-06 21:58:46 +01:00
R. Ryantm
e5279cf7f4 docker-buildx: 0.12.1 -> 0.13.0 2024-03-06 02:48:56 +00:00
Sergei Trofimovich
cc1d2f5bf5 qemu: 8.2.1 -> 8.2.2
Changes: https://lore.kernel.org/all/1709577077.783602.1474596.nullmailer@tls.msk.ru/T/
2024-03-05 21:37:06 +00:00
adisbladis
5cdb38bb16
Merge pull request #288579 from blitz/vbox-kvm-2
virtualboxKvm: init
2024-03-05 18:58:57 +13:00
Julian Stecklina
c9f940be78 virtualboxKvm: assert KVM variant incompatibilities 2024-03-04 22:19:48 +01:00
nikstur
b6401f808a
Merge pull request #292636 from RaitoBezarius/smm-works-for-something-else-than-x86-actually
OVMF: remove invalid `assert` on SMM
2024-03-02 21:04:12 +01:00
Pol Dellaiera
339af2d37a
Merge pull request #290805 from Elserjo/vbox
virtualbox: add disable update patch
2024-03-02 10:22:24 +01:00
Raito Bezarius
99cf2d1e88 OVMF: remove invalid assert on SMM
Someone seems to believe that SMM implies x86, this is wrong.
aarch64 supports SMM too, see upstream QEMU code.

The proper way to do this is to signal support via QEMU itself, this is something
we cannot do because we have no way to communicate QEMU support itself (yet?).

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-01 23:40:36 +01:00
R. Ryantm
a1cda20192 crun: 1.14.3 -> 1.14.4 2024-02-29 18:10:10 +00:00
Julian Stecklina
7dd125e9a0 virtualboxKvm: init at 20240226 2024-02-28 17:36:22 +01:00
Nick Cao
d729e1a861
Merge pull request #292050 from r-ryantm/auto-update/lima-bin
lima-bin: 0.19.1 -> 0.20.1
2024-02-28 11:02:48 -05:00
Adam C. Stephens
ec4764b25f
Merge pull request #291963 from adamcstephens/ovmf/deletecsm
OVMF: remove CSM support
2024-02-28 09:09:24 -05:00
R. Ryantm
7d133525d3 lima-bin: 0.19.1 -> 0.20.1 2024-02-28 10:21:08 +00:00
K900
d53c203739
Merge pull request #291544 from K900/ovmf-oof
nixos/tests: drop LegacyStartCommand
2024-02-28 09:32:26 +03:00
Nick Cao
c7238a47bd
Merge pull request #282861 from r-ryantm/auto-update/lima
lima: 0.19.1 -> 0.20.1
2024-02-27 22:25:52 -05:00
Adam Stephens
4631f2e1ed
OVMF: remove CSM support
Upstream removed this support in edk2 202402
2024-02-27 20:39:11 -05:00
K900
a15aa7a3f3 treewide: clean up misc OVMF.fd references
We have passthru attributes, use them.
2024-02-27 23:15:59 +03:00
Antoine du Hamel
b9652c73ed
tart: 2.4.3 -> 2.6.0 (#279648) 2024-02-27 16:44:35 +01:00
Emily
4eb3a709fd
Merge pull request #278607 from jmbaur/docker-25
docker_25: init at 25.0.3
2024-02-26 15:46:14 +01:00
Shea Levy
6edee624d0
OVMF: Restore installation of OVMF.fd.
I accidentally removed this in f6fc51d (I missed the leading comma on
line 160), which was merged as part of #284874

This should be removed eventually, but it should be done intentionally
with proper release notes.
2024-02-26 07:55:55 -05:00
Adam C. Stephens
af810fc67e
Merge pull request #284874 from shlevy/ovmf-ms
Enable MS-compatible secure boot with OVMF
2024-02-25 22:34:05 -05:00
yellowhat
50f953be9b cri-o: 1.29.1 -> 1.29.2
Update pkgs/applications/virtualization/cri-o/default.nix

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2024-02-24 11:03:11 +01:00
Serg
d5decf6e96 virtualbox: add disable update patch 2024-02-24 09:46:12 +03:00
Sandro
032162631d
Merge pull request #284981 from Elserjo/vbox 2024-02-22 21:17:06 +01:00
Someone
ee3923ed7d
Merge pull request #284507 from ereslibre/containers-cdi
NixOS: Add support for CDI
2024-02-22 13:03:18 +00:00
Rafael Fernández López
6ac6aab199 nvidia-container-toolkit: move to by-name structure 2024-02-21 22:17:11 +01:00
Rafael Fernández López
8ba61ebb8a services/hardware: add nvidia-container-toolkit 2024-02-21 22:17:07 +01:00
R. Ryantm
3d618df321 nixpacks: 1.21.1 -> 1.21.2 2024-02-20 23:30:35 +00:00
R. Ryantm
a650fd355c crun: 1.14.2 -> 1.14.3 2024-02-20 03:48:46 +00:00
maxine
3e228e2c8d
Merge pull request #289346 from r-ryantm/auto-update/crun
crun: 1.14.1 -> 1.14.2
2024-02-19 19:07:57 +01:00
Mario Rodas
c236474482
Merge pull request #288241 from r-ryantm/auto-update/ddev
ddev: 1.22.6 -> 1.22.7
2024-02-17 17:48:05 -05:00
Pol Dellaiera
571716ebca
Merge pull request #289195 from r-ryantm/auto-update/docker-compose
docker-compose: 2.24.5 -> 2.24.6
2024-02-16 23:57:24 +01:00
Alyssa Ross
8f5ce99540 cloud-hypervisor: 37.0 -> 38.0 2024-02-16 23:14:54 +01:00
R. Ryantm
829a6c33b6 crun: 1.14.1 -> 1.14.2 2024-02-16 18:14:02 +00:00
Shea Levy
88a1349dfe
OVMF: Enable bundling the MS secure boot variables on aarch64. 2024-02-16 08:27:37 -05:00
Shea Levy
f6fc51dc9f
OVMF: Clean up platform-specific code. 2024-02-16 06:58:39 -05:00
QJoly
cc681d5dc6 firecracker: 1.5.0 -> 1.6.0 2024-02-16 09:21:01 +01:00
R. Ryantm
ac02aacc4e docker-compose: 2.24.5 -> 2.24.6 2024-02-16 02:23:19 +00:00
Weijia Wang
b2b6f1febe
Merge pull request #289011 from wegank/spike-gcc-13
spike: unpin gcc12
2024-02-15 20:42:40 +01:00
Alyssa Ross
893ac59261 crosvm: 120.0 -> 121.3 2024-02-15 20:37:24 +01:00
Shea Levy
9188bb5186
OVMF: Add test with secure boot enabled
Co-authored-by: Arthur Gautier <arthur.gautier@arista.com>
2024-02-15 12:13:05 -05:00
Shea Levy
4673ad7254
OVMF: Enable building an NVRAM variables template with MSFT keys. 2024-02-15 12:12:54 -05:00