about summary refs log tree commit diff
path: root/pkgs/applications/virtualization
Commit message (Collapse)AuthorAge
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
|\ | | | | | | | | | | Comparison to master evaluations on Hydra: - 1255515 for nixos - 1255502 for nixpkgs
| * virtinst: Fix cherry-pick mergeFranz Pletz2016-04-10
| |
| * virt-manager: remove sqlalchemy from (transitive) dependenciesRobin Gloster2016-04-10
| | | | | | | | Is not used according to source code
* | Merge 'staging' into closure-sizeVladimír Čunát2016-04-07
|\| | | | | | | | | | | This is mainly to get the update of bootstrap tools. Otherwise there were mysterious segfaults: https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
| * Merge pull request #14110 from lancelotsix/clean_sqlalchemy_legacyFrederik Rietdijk2016-03-31
| |\ | | | | | | Clean sqlalchemy legacy
| | * virtinst: remove sqlalchemy7 dependencyLancelot SIX2016-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sqlalchemy is never used: ``` $ nix-shell default.nix -A virtinst $ unpackPhase && cd virtinst-* $ grep -r sqlalchemy . $ ```
| * | qemu: 2.5.0 -> 2.5.1Domen Kožar2016-03-30
| | | | | | | | | | | | Hopefully this also fixes installer tests on i686
* | | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\| | | | | | | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * | rkt: v1.1.0 -> v1.2.0Derek Gonyeo2016-03-22
| |/
| * docker: 1.10.0 -> 1.10.3Pierre Dal-Pra2016-03-18
| |
| * xen: remove unneeded depds now that stubdom is disabledDomen Kožar2016-03-09
| |
| * xen: disable stubdom due to #13590Domen Kožar2016-03-09
| |
| * Merge pull request #13561 from matthewbauer/qemu-macFranz Pletz2016-03-08
| |\ | | | | | | qemu: compile with cocoa for darwin support
| | * qemu: compile with cocoa for darwin supportMatthew Bauer2016-03-04
| | | | | | | | | | | | This uses the --enable-cocoa flag in qemu to build in Darwin.
* | | Merge master into closure-sizeVladimír Čunát2016-03-08
|\| | | | | | | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * | Merge pull request #13448 from lancelotsix/use_recent_sqlalchemy_as_defaultFrederik Rietdijk2016-03-05
| |\ \ | | |/ | |/| pythonPackages.sqlalchemy: follows upstream, use "sqlalchemy7" for lecagy
| | * pythonPackages.sqlalchemy: follows upstream, sqlalchemy7 for lecagyLancelot SIX2016-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes pythonPackages.sqlalchemy the most up to date revision (it was called sqlalchemy_1_0 before), and maintains the various “legacy” versions available as pythonPackages.sqlalchemyX for X in {7,8,9}. All derivations that required `sqlalchemy_1_0` now require `sqlalchemy` while those that required `sqlalchemy` now require `sqlalchemy7`. The derivations are not changed, only the attribute names they are bound to.
| * | spice-vdagentd service : initial at 0.16.0Adam Boseley2016-03-05
| | |
| * | pkgs/rkt: 1.0.0 -> 1.1.0Stefan Junker2016-03-03
| | |
| * | Merge pull request #13052 from @bendlasaszlig2016-03-01
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates VirtualBox from version 5.0.12 to 5.0.14. Upstream changes are (without bug IDs): * GUI: properly limit the number of VCPUs to the number of physical cores on Mac OS X * Audio: fixed a bug which prevented loading a saved state of a saved guests with HDA emulation (5.0.12 regression) * Audio: don't crash if the backend is unable to initialize * Audio: fixed audio capture on Mac OS X * Storage: fixed a possible crash when attaching the same ISO image multiple times to the same VM * BIOS: properly report if two floppy drives are attached * USB: fixed a problem with filters which would not capture the device under certain circumstances (5.0.10 regression) * ExtPack: black-list Extension Packs older than 4.3.30 due to incompatible changes not being properly handled in the past * Windows hosts: fixed a regression which caused robocopy to fail * Linux hosts: properly create the /sbin/rcvboxdrv symbolic link (5.0.12 regression) * Mac OS X hosts: several fixes for USB on El Capitan * Linux Additions: fixes for Linux 4.5 Full upstream changelog with bug IDs can be found at: https://www.virtualbox.org/wiki/Changelog The reason I was reluctant to merge this before were these symbol lookup errors: vboxsf: Unknown symbol VBoxGuest_RTMemTmpFree (err 0) vboxsf: Unknown symbol VBoxGuestIDCCall (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexRequest (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexRelease (err 0) vboxsf: Unknown symbol VBoxGuest_RTLogRelGetDefaultInstanceEx (err 0) vboxsf: Unknown symbol VBoxGuest_RTErrConvertToErrno (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexCreate (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexDestroy (err 0) vboxsf: Unknown symbol VBoxGuest_RTMemContFree (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemMutexRelease (err 0) vboxsf: Unknown symbol VBoxGuestIDCOpen (err 0) vboxsf: Unknown symbol VBoxGuest_RTAssertShouldPanic (err 0) vboxsf: Unknown symbol VBoxGuest_RTMemContAlloc (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemMutexRequest (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemMutexCreate (err 0) vboxsf: Unknown symbol VBoxGuest_RTMemTmpAllocTag (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemMutexDestroy (err 0) vboxsf: Unknown symbol VBoxGuest_RTAssertMsg1Weak (err 0) vboxsf: Unknown symbol VBoxGuestIDCClose (err 0) vboxsf: Unknown symbol VBoxGuest_RTAssertMsg2Weak (err 0) However, after testing it against 5.0.12, the same errors occur there as well, so it is likely related to our VM tests.
| | * | virtualbox: 5.0.12 -> 5.0.14Herwig Hochleitner2016-02-16
| | | |
| * | | use the sourceforge mirrors everywherezimbatm2016-02-28
| | | | | | | | | | | | | | | | | | | | find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
| * | | qemu: 2.4.1 -> 2.5.0 (multiple CVEs)Franz Pletz2016-02-27
| | |/ | |/| | | | | | | https://lwn.net/Vulnerabilities/666755/
| * | buildPythonApplication: use new function for Python applicationsFrederik Rietdijk2016-02-19
| |/
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
|\|
| * rkt: reset stage1 to rkt's recommended versionCole Mickens2016-02-05
| |
| * Merge pull request #12831 from colemickens/rkt-1.0.0Arseniy Seroka2016-02-05
| |\ | | | | | | rkt 0.15.0 -> 1.0.0 + trousers
| | * rkt 0.15.0 -> 1.0.0 + trousersCole Mickens2016-02-04
| | |
| * | docker 1.9.1 -> 1.10.0Cole Mickens2016-02-04
| |/
* | Merge #12779: Mass replace `pkg}/bin`-style stringsVladimír Čunát2016-02-03
|\ \ | | | | | | | | | ... to refer to correct outputs
| * | treewide: Mass replace 'xz}/bin' to refer the 'bin' outputTuomas Tynkkynen2016-02-01
| | |
| * | treewide: Mass replace 'openssl}/bin' to refer the 'bin' outputTuomas Tynkkynen2016-02-01
| | |
* | | Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
|\ \ \ | |/ / |/| / | |/ Let's get rid of those merge conflicts.
| * Add version attribute where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
| | | | | | | | | | | | | | This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
| * Merge branch 'staging'Vladimír Čunát2016-01-22
| |\
| * \ Merge pull request #12323 from kragniz/rkt-v0.15.0Domen Kožar2016-01-21
| |\ \ | | | | | | | | rkt: 0.14.0 -> 0.15.0
| | * | rkt: 0.14.0 -> 0.15.0Louis Taylor2016-01-15
| | | |
| * | | multipath_tools: Rename to multipath-toolsaszlig2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://nixos.org/nixpkgs/manual/#sec-package-naming I've added an alias for multipath_tools to make sure that we don't break existing configurations referencing the old name. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | virtualbox: 5.0.10 -> 5.0.12Tobias Geerinckx-Rice2016-01-18
| |/ / | | | | | | | | | | | | This is a maintenance release. Changes: https://www.virtualbox.org/wiki/Changelog.
* | | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\ \ \ | | |/ | |/|
| * | refactor to use autoreconfHook where possibleRobin Gloster2016-01-18
| |/ | | | | | | Close #12446.
| * Merge pull request #12373 from nathan7/docker-journaldFranz Pletz2016-01-15
| |\ | | | | | | docker: enable journald support
| | * docker: enable journald supportNathan Zadoks2016-01-14
| | |
| * | fixup! rkt: align stage1 information with upstream sourceStefan Junker2016-01-04
| |/
| * Revert "rkt: align stage1 information with upstream source"Arseniy Seroka2016-01-04
| |
| * Merge pull request #11946 from steveeJ/rktArseniy Seroka2016-01-04
| |\ | | | | | | rkt: align stage1 information with upstream source
| | * rkt: align stage1 information with upstream sourceStefan Junker2015-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | We rely on the upstream tests and hence should not change the constellation. See: https://github.com/coreos/rkt/blob/v0.14.0/stage1/usr_from_coreos/coreos-common.mk Additionally add the "fly" stage1.
| * | btrfsProgs -> canonical btrfs-progsTobias Geerinckx-Rice2016-01-03
| | |
* | | Merge branch 'master' into closure-sizeVladimír Čunát2015-12-31
|\| | | | | | | | | | | | | | TODO: there was more significant refactoring of qtbase and plasma 5.5 on master, and I'm deferring pointing to correct outputs to later.
| * | virt-viewer: fix build and clean upRobin Gloster2015-12-28
| | |