nixpkgs/pkgs
Ambroz Bizjak 5bec9dc65b virtualbox: 5.2.28 -> 6.0.6
Quite some fixing was needed to get this to work.

Changes in VirtualBox and additions:

- VirtualBox is no longer officially supported on 32-bit hosts so i686-linux is removed from platforms
  for VirtualBox and the extension pack. 32-bit additions still work.

- There was a refactoring of kernel module makefiles and two resulting bugs affected us which had to be patched.
  These bugs were reported to the bug tracker (see comments near patches).

- The Qt5X11Extras makefile patch broke. Fixed it to apply again, making the libraries logic simpler
  and more correct (it just uses a different base path instead of always linking to Qt5X11Extras).

- Added a patch to remove "test1" and "test2" kernel messages due to forgotten debugging code.

- virtualbox-host NixOS module: the VirtualBoxVM executable should be setuid not VirtualBox.
  This matches how the official installer sets it up.

- Additions: replaced a for loop for installing kernel modules with just a "make install",
  which seems to work without any of the things done in the previous code.

- Additions: The package defined buildCommand which resulted in phases not running, including RUNPATH
  stripping in fixupPhase, and installPhase was defined which was not even run. Fixed this by
  refactoring using phases. Had to set dontStrip otherwise binaries were broken by stripping.
  The libdbus path had to be added later in fixupPhase because it is used via dlopen not directly linked.

- Additions: Added zlib and libc to patchelf, otherwise runtime library errors result from some binaries.
  For some reason the missing libc only manifested itself for mount.vboxsf when included in the initrd.

Changes in nixos/tests/virtualbox:

- Update the simple-gui test to send the right keys to start the VM. With VirtualBox 5
  it was enough to just send "return", but with 6 the Tools thing may be selected by
  default. Send "home" to reliably select Tools, "down" to move to the VM and "return"
  to start it.

- Disable the VirtualBox UART by default because it causes a crash due to a regression
  in VirtualBox (specific to software virtualization and serial port usage). It can
  still be enabled using an option but there is an assert that KVM nested virtualization
  is enabled, which works around the problem (see below).

- Add an option to enable nested KVM virtualization, allowing VirtualBox to use hardware
  virtualization. This works around the UART problem and also allows using 64-bit
  guests, but requires a kernel module parameter.

- Add an option to run 64-bit guests. Tested that the tests pass with that. As mentioned
  this requires KVM nested virtualization.
2019-05-09 23:36:57 +02:00
..
applications virtualbox: 5.2.28 -> 6.0.6 2019-05-09 23:36:57 +02:00
build-support Merge master into staging-next 2019-05-04 17:34:04 +02:00
common-updater common-updater: Fix syntax 2019-05-06 08:49:11 -04:00
data Merge pull request #61191 from romildo/upd.matcha-gtk-theme 2019-05-09 21:32:42 +02:00
desktops Merge pull request #60932 from c0bw3b/patches-cleanup 2019-05-07 23:34:04 +02:00
development Merge pull request #61119 from marsam/update-rubocop 2019-05-09 22:35:53 +02:00
games Merge pull request #60932 from c0bw3b/patches-cleanup 2019-05-07 23:34:04 +02:00
misc Merge pull request #61185 from basvandijk/elk-7.0.1 2019-05-09 15:50:03 +02:00
os-specific virtualbox: 5.2.28 -> 6.0.6 2019-05-09 23:36:57 +02:00
servers Merge pull request #61128 from deadloko/fix/LighttpdCrossCompilation 2019-05-09 13:11:25 -04:00
shells oh-my-zsh: 2019-05-08 -> 2019-05-09 2019-05-09 08:18:47 -04:00
stdenv Merge branch 'master' into update-ios-gnu-config 2019-05-07 14:25:33 -04:00
test all-packages/test: add gcc9Stdenv, cc-wrapper-gcc9 2019-05-07 17:21:31 -05:00
tools ubridge: 0.9.14 -> 0.9.15 2019-05-09 16:18:42 +02:00
top-level Merge pull request #61185 from basvandijk/elk-7.0.1 2019-05-09 15:50:03 +02:00