aboutsummaryrefslogtreecommitdiff
path: root/nix/libutil
ModeNameSize
-rw-r--r--affinity.cc1112logplainabout
-rw-r--r--affinity.hh111logplainabout
-rw-r--r--archive.cc8431logplainabout
-rw-r--r--archive.hh1798logplainabout
-rw-r--r--hash.cc7536logplainabout
-rw-r--r--hash.hh2889logplainabout
-rw-r--r--serialise.cc6452logplainabout
-rw-r--r--serialise.hh3287logplainabout
-rw-r--r--types.hh2214logplainabout
-rw-r--r--util.cc29263logplainabout
-rw-r--r--util.hh9666logplainabout
6cca03ecb5cf56'>vm: Add ‘date’ field to <virtual-machine>.Ludovic Courtès * gnu/system/vm.scm (<virtual-machine>)[date]: New field. (virtual-machine-compiler): Honor it. Change-Id: Idab1c152466d57cbc6784c031a99fdfd37080bcb 2023-10-29system: vm: Include the cirrus driver in the initrd.Tobias Geerinckx-Rice This is Ludo's suggestion at <https://issues.guix.gnu.org/36069#26>, with an added guard against duplicates and a tweaked comment. * gnu/system/vm.scm (virtualized-operating-system): Add "cirrus" to the list of INITRD-MODULES. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I1a86286586eee0b8c39706544778c7911a86da33 2023-10-01system: vm: Remove unused variable.Ludovic Courtès This is a followup to 05a9d1f378e2e13e8f759be926ea368358afc27c, which removed its sole user. * gnu/system/vm.scm (%linux-vm-file-systems): Remove. (mapping->file-system): Add comment about “cache=loose”. 2022-12-06system: vm: Non-volatile 'run-vm.sh' creates a CoW image.Ludovic Courtès Previously, copying the image would consume a lot of space and was I/O-intensive, to the point that the marionette connection timeout of 20s could be reached when running tests like "docker-system". * gnu/system/vm.scm (common-qemu-options): Pass 'format=' for each '-drive' option. (system-qemu-image/shared-store-script)[copy-image]: New variable. [builder]: Use it when VOLATILE? is false.