summary refs log tree commit diff
path: root/pkgs/development/libraries/pmdk
Commit message (Collapse)AuthorAge
* Updates pmdk from 1.6.1 to 1.7Thiago Areias2019-10-05
|
* pmdk: 1.6 -> 1.6.1R. RyanTM2019-09-27
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pmdk/versions
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* pmdk: init at 1.6Austin Seipp2019-04-08
Intel is finally shipping real persistent memory, now that Optane DCPMMs are available with Cascade Lake processors. Therefore, programmers need a persistent memory programming API! In particular, pmdk is needed for QEMU features relating to persistent memory: by enabling pmdk as a dependency of QEMU, you can proxy NVDIMMs from the host system to virtual machines with the exact same consistency guarantees. (In the normal case, these host NVDIMMs can be used as a backend device for DAX-enabled filesystems, and the persistent memory given to the virtual machine can be represeted as objects in the filesystem, allowing granular distribution of non-volatile memory to clients.) Signed-off-by: Austin Seipp <aseipp@pobox.com>