summary refs log tree commit diff
path: root/pkgs/applications/virtualization
Commit message (Collapse)AuthorAge
* looking-glass-client: init at a10Kevin Liu2018-02-02
|
* virtualbox: 5.2.4 -> 5.2.6aszlig2018-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changes without issue IDs: * GUI: fixed occasional screen corruption when host screen resolution is changed * User interface: increase proposed disk size when creating new VMs for Windows 7 and newer * User interface: various improvements for high resolution screens * VMM: Fixed problems using 256MB VRAM in raw-mode VMs * Audio: implemented support for audio playback and recording for macOS guests * Audio: further timing improvements for Windows 10 guests * Linux hosts: fixed problem accessing mini-toolbar under XFCE The full changelog including issue IDs can be found at: https://www.virtualbox.org/wiki/Changelog#v6 What was not mentioned in the changelog is that this release fixes compiling the VirtualBox modules against kernel 4.15, which was added in commit 61043ad4d1425af2d2b5cb3af8b3740fdd90e3ad. Tested this by running all of the tests in nixos/tests/virtualbox.nix. Signed-off-by: aszlig <aszlig@nix.build> Cc: @flokli, @svanderburg
* Merge pull request #33746 from NeQuissimus/docker_18_01Tim Steinbach2018-01-30
|\ | | | | docker-edge: 17.12.0 -> 18.01.0
| * docker-edge: 17.12.0 -> 18.01.0Tim Steinbach2018-01-11
| |
* | virt-viewer: 5.0 -> 6.0Franz Pletz2018-01-28
| |
* | docker: Fix build after containerd updateTim Steinbach2018-01-19
| |
* | Merge pull request #29300 from vdemeester/update-containerd-1Tim Steinbach2018-01-18
|\ \ | | | | | | containerd: 0.2.9 -> 1.0.1
| * | containerd: 0.2.9 -> 1.0.1Vincent Demeester2018-01-18
| | | | | | | | | | | | | | | | | | Update containerd to its latest release ! Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* | | Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
|/ / | | | | | | Goodbye, and thanks for all the Nix...
* / virt-manager: add gobjectIntrospection to nativeBuildInputsAndrey Golovizin2018-01-14
|/
* virtmanager-qt: 0.45.75 -> 0.48.79Peter Hoeg2018-01-06
|
* treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-05
|
* docker: 17.{09,11} -> 17.12Tim Steinbach2018-01-02
|
* kernel 4.14 require libelf to compile modules.David Guibert2017-12-29
| | | | | | | | | | [...] make modules -C /nix/store/h1vzl6bq4wif3m8dd1bw2p3fv4shjg3n-linux-4.14.9-dev/lib/modules/4.14.9/build EXTRA_CFLAGS=-Werror-implicit-function-declaration M=/tmp/nix-build-spl-kernel-2017-11-16-4.14.9.drv-0/source/build /nix/store/h1vzl6bq4wif3m8dd1bw2p3fv4shjg3n-linux-4.14.9-dev/lib/modules/4.14.9/source/Makefile:939: *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel". Stop. This patch introduces kernel.moduleBuildDependencies to avoid the logic "stdenv.lib.optional (stdenv.lib.versionAtLeast kernel.version "4.14") libelf" in multiple places. [dezgeg did some minor tweaks on top]
* Merge pull request #32916 from jbedo/singularity-2.4Joachim F2017-12-25
|\ | | | | singularity: 2.2 -> 2.4
| * singularity: 2.2 -> 2.4Justin Bedo2017-12-21
| |
* | Merge pull request #32983 from flokli/virtualbox-5.2.4Orivej Desh2017-12-23
|\ \ | | | | | | virtualbox: 5.2.2 -> 5.2.4
| * | virtualbox: add licenseFlorian Klink2017-12-23
| | |
| * | virtualbox: add flokli as maintainerFlorian Klink2017-12-23
| | |
| * | virtualbox: 5.2.2 -> 5.2.4Florian Klink2017-12-23
| | |
* | | Revert "nixos: doc: implement related packages in the manual"Graham Christensen2017-12-23
|/ /
* | Merge pull request #32424 from oxij/nixos/related-packagesArseniy Seroka2017-12-23
|\ \ | |/ |/| nixos: doc: implement related packages in the manual
| * xen, qemu: passthru the path to qemu-system-i386Jan Malakhovski2017-12-07
| |
* | qemu: fix bin/qemu-kvm on aarch64 + minor fixesvolth2017-12-19
| | | | | | | | | | * $out/bin/qemu-kvm should point to qemu-system-aarch64 on aarch64, libvirt expect it * makeWrapper codes are separated as some architectures might require additional command flags (https://github.com/NixOS/nixpkgs/issues/31606#issuecomment-349675127) * x86_64-on-i686 is not a native emulation and not supported by KVM, so it is removed from the list
* | Merge pull request #32703 from volth/patch-80Orivej Desh2017-12-17
|\ \ | | | | | | qemu: 2.10.1 -> 2.11.0
| * | qemu: 2.10.1 -> 2.11.0volth2017-12-15
| | |
* | | neutron: ripmakefu2017-12-15
| | | | | | | | | | | | part of openstack cleanup
* | | glance: ripmakefu2017-12-15
| | | | | | | | | | | | part of openstack cleanup
* | | keystone: ripmakefu2017-12-15
| | | | | | | | | | | | part of openstack cleanup
* | | nova: ripmakefu2017-12-13
|/ / | | | | | | part of openstack cleanup
* | xen: Added patches for XSA-248, XSA-249, XSA-250, XSA-251Andreas Rammhold2017-12-12
| |
* | xen: apply patches for XSA-246 & XSA-247 (CVE-2017-{17044,17045})Andreas Rammhold2017-12-12
| |
* | libvirt: remove xen dependency on aarch64John Doe2017-12-11
| |
* | docker: 17.09.0 -> 17.09.1Tim Steinbach2017-12-10
| |
* | Merge pull request #32394 from flokli/virtualbox-headlessJörg Thalheim2017-12-09
|\ \ | | | | | | virtualboxHeadless: fix build, cleanup buildInputs
| * | virtualbox: add docbook_xsl, docbook_xml_dtd_43Florian Klink2017-12-07
| | | | | | | | | | | | | | | | | | These threw warnings when building man pages. Also move some buildInputs to nativeBuildInputs.
| * | virtualbox: patch HostServices/SharedClipboard/x11-stub.cpp to use RT_NOREFFlorian Klink2017-12-07
| |/ | | | | | | Signed-off-by: Florian Klink <flokli@flokli.de>
* | Merge pull request #32070 from adisbladis/virt-manager-1_4_3Frederik Rietdijk2017-12-05
|\ \ | | | | | | virt-manager: 1.4.2 -> 1.4.3
| * | virt-manager: 1.4.2 -> 1.4.3adisbladis2017-11-26
| | |
* | | qemu: apply patch for CVE-2017-17381Andreas Rammhold2017-12-05
| |/ |/| | | | | | | | | More details at [1]. [1] http://www.openwall.com/lists/oss-security/2017/12/05/2
* | virtualbox: Broken on non-x86Tuomas Tynkkynen2017-12-03
| | | | | | | | https://hydra.nixos.org/build/65212946
* | open-vm-tools: Broken on non-x86Tuomas Tynkkynen2017-12-03
| | | | | | | | https://hydra.nixos.org/build/65049444
* | qemu: fix CVE-2017-15118Antoine Eiche2017-11-29
| | | | | | | | See https://lists.gnu.org/archive/html/qemu-devel/2017-11/msg05045.html
* | qemu: Rename x86Only option to hostCpuOnlyTuomas Tynkkynen2017-11-26
| | | | | | | | And also make it work on ARM and Aarch64.
* | qemu: Disable numactl on ARMTuomas Tynkkynen2017-11-26
|/ | | | 32-bit ARM doesn't do numa.
* virtualbox: 5.2.0 -> 5.2.2aszlig2017-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changes without issue IDs: * User interface: various improvements for high resolution screens * User interface: added functionality to duplicate optical and floppy images * User interface: various improvements for the virtual media manager * VMM: fixed emulation so that Plan 9 guests can start once more (5.1.0 regression) * Storage: fixed regression breaking iSCSI * Audio: added HDA support for more exotic guests (e.g. Haiku) * Serial: fixed hanging I/O when using named pipes on Windows (5.2.0 regression) * Serial: fixed broken communication with certain devices on Linux hosts * USB/OHCI: improved behavior so that the controller state after a VM reset is closer to the initial state after VM start * EFI: fixed HFS+ driver which in rare cases failed to access most files on a volume * Shared clipboard: fixed hang with OS X host and Linux guest * Linux hosts: fixed kernel module compilation and start failures with Linux kernel 4.14 * X11 hosts: better handle WM_CLASS setting * Linux guests: fixed kernel module compilation and other problems with Linux kernel 4.14 * Linux guests: fixed various 5.2.0 regressions * Bridged networking: fixed duplicate EtherType in VLAN/priority tags on Linux (5.2.0 regression) The full changelog including issue IDs can be found at: https://www.virtualbox.org/wiki/Changelog Aside from just bumping the version number I also had to strip 3 levels of the paths included in the guest-additions patches, because the version was hardcoded in there and the patches still apply as-is. I've re-added the stripped path using patchFlags and the -d option of the patch utility. Tested this by running all of the tests in the "virtualbox" NixOS VM test module, here is the URL to the finished evaluation on my Hydra: https://headcounter.org/hydra/eval/380191 Signed-off-by: aszlig <aszlig@nix.build> Cc: @NeQuissimus, @orivej, @etu, @vcunat Issue: https://github.com/NixOS/nixpkgs/issues/31640 Issue: https://github.com/NixOS/nixpkgs/pull/31037
* Merge pull request #31899 from NeQuissimus/docker_17_11Tim Steinbach2017-11-22
|\ | | | | docker-edge: 17.10 -> 17.11
| * docker-edge: 17.10 -> 17.11Tim Steinbach2017-11-21
| |
* | lkl: Supports aarch64Tuomas Tynkkynen2017-11-22
|/ | | | ARMv6 and ARMv7 didn't work when I tried.
* fixup! docker-cli: enable darwin supportPeriklis Tsirakidis2017-11-20
|