summary refs log tree commit diff
path: root/pkgs/applications/virtualization
Commit message (Collapse)AuthorAge
* docker: 18.02 -> 18.03Tim Steinbach2018-03-23
|
* edk2, OVMF: Build on aarch64Tuomas Tynkkynen2018-03-21
| | | | | | | And also build in parallel. I don't understand why we manually tediously link every single directory from the source, but I don't want to investigate too much.
* OVMF: Reformat a bit for readabilityTuomas Tynkkynen2018-03-21
| | | | | | - Use 'somePkg == null' instead of 'somePkg == false' which is more conventional in rest of Nixpkgs - Use lib.optionalString where applicable
* Merge pull request #35687 from volth/libvirt-4.1.0Jörg Thalheim2018-03-19
|\ | | | | libvirt: 3.10.0 -> 4.1.0
| * libvirt: 3.10.0 -> 4.1.0volth2018-03-08
| |
* | lkl: 2017-11-10 -> 2018-03-10Yuriy Taraday2018-03-18
| | | | | | | | | | | | | | | | | | | | Bump lkl version to latest that includes merge of Linux 4.15 and fix for an issue where cptofs wasn't returning failure when image size was too small and file copying failed with: error writing file: No space left on device (see lkl/linux#427)
* | Merge pull request #36704 from ryantm/auto-update/tiniJoachim F2018-03-14
|\ \ | | | | | | tini: 0.16.1 -> 0.17.0
| * | tini: 0.16.1 -> 0.17.0Ryan Mulligan2018-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update. These checks were done: - built on NixOS - ran `/nix/store/p41wb0fqnvn4bx6jjs7hs98xlrzp8s79-tini-0.17.0/bin/tini -h` got 0 exit code - ran `/nix/store/p41wb0fqnvn4bx6jjs7hs98xlrzp8s79-tini-0.17.0/bin/tini --version` and found version 0.17.0 - ran `/nix/store/p41wb0fqnvn4bx6jjs7hs98xlrzp8s79-tini-0.17.0/bin/tini -h` and found version 0.17.0 - found 0.17.0 with grep in /nix/store/p41wb0fqnvn4bx6jjs7hs98xlrzp8s79-tini-0.17.0 - found 0.17.0 in filename of file in /nix/store/p41wb0fqnvn4bx6jjs7hs98xlrzp8s79-tini-0.17.0
* | | Merge pull request #36845 from jbedo/singularitylewo2018-03-14
|\ \ \ | | | | | | | | singularity: 2.4 -> 2.4.2
| * | | singularity: 2.4 -> 2.4.2Justin Bedo2018-03-12
| | | |
* | | | virtualbox: 5.2.6 -> 5.2.8Will Dietz2018-03-13
|/ / / | | | | | | | | | | | | | | | | | | Tested against all the VirtualBox VM tests. Signed-off-by: aszlig <aszlig@nix.build> Closes: #36127
* | | runc: 1.0.0rc4 -> 1.0.0rc5Will Dietz2018-03-11
| | | | | | | | | | | | https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc5
* | | xenPackages: deprecate Xen 4.5, security support endedJan Malakhovski2018-03-10
| |/ |/|
* | virtualbox: drop headless patch that no longer applies, fixed upstreamWill Dietz2018-03-07
| |
* | xen: add v 4.10xeji2018-03-07
| |
* | xen: fix broken version comparisonsxeji2018-03-07
|/ | | | string compare breaks with xen 4.10 (because "4.10" < "4.8")
* xen 4.8.3: fix qemu-xen hashxeji2018-03-06
|
* xen: 4.8.2 -> 4.8.3xeji2018-03-06
|
* xen 4.8: add xsa security patches 252-256xeji2018-03-06
|
* Merge pull request #36353 from xeji/xen-4-8Jörg Thalheim2018-03-05
|\ | | | | xen 4.8: fix gcc7-related build errors
| * xen 4.8: fix gcc7-related build errorsxeji2018-03-05
| |
* | virtmanager: 1.5.0 -> 1.5.1Franz Pletz2018-03-05
| |
* | Merge branch 'master'Vladimír Čunát2018-03-05
|\ \
| * | seabios: 1.9.3 -> 1.11.0Ryan Mulligan2018-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - found 1.11.0 with grep in /nix/store/m55my69q0dc6rbvf7sfz3mln7vca1d53-seabios-1.11.0 - found 1.11.0 in filename of file in /nix/store/m55my69q0dc6rbvf7sfz3mln7vca1d53-seabios-1.11.0 cc "@tstrobel"
| * | cbfstool: 4.5 -> 4.7, fixes buildTuomas Tynkkynen2018-03-03
| |/
| * remotebox: 2.2 -> 2.4Ryan Mulligan2018-03-01
| | | | | | | | | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - found 2.4 with grep in /nix/store/5p43l2r5y6m0sdpyxwcwiv381ycglami-remotebox-2.4 - found 2.4 in filename of file in /nix/store/5p43l2r5y6m0sdpyxwcwiv381ycglami-remotebox-2.4
| * Merge pull request #33066 from Mic92/rktJörg Thalheim2018-03-01
| |\ | | | | | | rkt: needs libacl in LD_LIBRARY_PATH at runtime
| | * rkt: needs libacl in LD_LIBRARY_PATH at runtimeJörg Thalheim2017-12-26
| | | | | | | | | | | | Rkt opens libacl at runtime to apply acls to the journal directory.
| * | docker: 17.12.0 -> 17.12.1Tim Steinbach2018-02-28
| | |
| * | containerd: 1.0.1 -> 1.0.2Tim Steinbach2018-02-25
| | |
| * | tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
| | |
* | | treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|/ /
* | Merge pull request #35151 from xeji/virtmanager-cleanupJörg Thalheim2018-02-23
|\ \ | | | | | | virtmanager: 1.4.3 -> 1.5.0, cleanup dependencies
| * | virtmanager: set platforms to linuxxeji2018-02-20
| | | | | | | | | | | | since dependency libvirt-glib currently doesn't build on Darwin
| * | virtmanager: 1.5.0: sha512->sha256 (readability)xeji2018-02-19
| | |
| * | virtmanager: 1.5.0: add gtk3 dependencyxeji2018-02-19
| | | | | | | | | | | | | | | otherwise virt-manager startup fails with Typelib file for namespace 'Pango', version '1.0' not found: Could not open display: :0
| * | virtmanager: 1.4.3 -> 1.5.0, cleanup dependenciesxeji2018-02-18
| | | | | | | | | | | | remove unneeded dependencies, see issue #34043
* | | virtmanager-qt: 0.48.79 -> 0.52.80Peter Hoeg2018-02-23
| | |
* | | qemu-riscv: Add initrd support patchShea Levy2018-02-20
| | |
* | | qemu: Fix statfs flag.Shea Levy2018-02-18
|/ / | | | | | | Compile-tested the right package this time...
* | Add missing filesShea Levy2018-02-18
| |
* | qemu: Add patch for statfs f_flags in Linux user mode.Shea Levy2018-02-18
| |
* | Merge pull request #35112 from oxij/pkgs/fix-xenJoachim F2018-02-18
|\ \ | | | | | | xen_4_8: fix build
| * | xenPackages.xen_4_8-vanilla: stop overriding ccJan Malakhovski2018-02-18
| | | | | | | | | | | | Nothing requires gcc49 in this version.
| * | xenPackages.xen_4_8-vanilla: fix build of qemu-xenJan Malakhovski2018-02-18
| | | | | | | | | | | | They merged that XSA and moved the tag.
* | | qemu-riscv: 2.11.50pre57991_713f2c1164 -> 2.11.50pre58771_af435b709dShea Levy2018-02-18
| | |
* | | qemu-riscv: Init at 2.11.50pre57991_713f2c1164.Shea Levy2018-02-17
|/ / | | | | | | Fixes #35087
* | qemu: 2.11.0 -> 2.11.1Shea Levy2018-02-17
| |
* | Merge pull request #33898 from oxij/nixos/related-packages-v5Graham Christensen2018-02-09
|\ \ | | | | | | nixos: doc: implement related packages in the manual (again)
| * | xen, qemu: passthru the path to qemu-system-i386Jan Malakhovski2018-02-09
| | |