summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
AgeCommit message (Expand)Author
2020-04-08vm: Allow images to be marked as non-substitutable.Ludovic Courtès
2020-03-26vm: Distinguish between success and failure of the guest code.Ludovic Courtès
2020-03-10vm: Compute UUIDs truly deterministically.Ludovic Courtès
2020-03-02file-systems: Add a 'file-system-device->string' procedure.Maxim Cournoyer
2019-12-18gnu: Remove uses of deprecated Qemu network configuration.Marius Bakke
2019-12-01system: vm: Support cross-compilation.Mathieu Othacehe
2019-11-22system: vm: Add arm64 support.Mathieu Othacehe
2019-11-18vm: Honor the VOLATILE? parameter when producing a system disk image.Maxim Cournoyer
2019-07-25maint: Switch to Guile-JSON 3.x.Ludovic Courtès
2019-06-17vm: 'system-docker-image' builds in a UTF-8 locale.Ludovic Courtès
2019-05-18vm: Create installation media with MBR and HFS only, no GPT.Danny Milosavljevic
2019-05-15vm: 'system-docker-image' provides an entry point.Ludovic Courtès
2019-05-13vm: Auto-detect if inputs should be registered.Maxim Cournoyer
2019-05-01vm: Build ISOs and VM images in a UTF-8 environment.Ludovic Courtès
2019-04-25vm: 'system-disk-image' no longer requires the OS to define the "/" file system.Ludovic Courtès
2019-04-14vm: Do not mount /xchg with "cache=loose".Ludovic Courtès
2019-03-27vm: Ask QEMU for more RAM in the VM that makes ISO9660 images.Ludovic Courtès
2019-03-25system: Add 'essential-services' field to <operating-system>.Ludovic Courtès
2019-03-24vm: 'virtualized-operating-system' inherits from the user's bootloader config.Ludovic Courtès
2019-03-22vm: 'system-docker-image' calls 'sync' before rebooting.Ludovic Courtès
2019-03-17vm: 'expression->derivation-in-linux-vm' leads to a kernel panic upon failure.Ludovic Courtès
2019-03-13Remove traces of "GuixSD".Ludovic Courtès
2019-02-11pack, vm: Fix incorrect use of 'package-transitive-propagated-inputs'.Ludovic Courtès
2019-01-22vm: Remove unnecessary import.Ludovic Courtès
2018-11-21linux-initrd: 'expression->initrd' returns the complete file name.Ludovic Courtès
2018-11-18vm: Remove explicit calls to 'operating-system-derivation'.Ludovic Courtès
2018-11-18system: De-monadify 'operating-system-bootcfg'.Ludovic Courtès
2018-11-18linux-initrd: Return file-like objects instead of monadic values.Ludovic Courtès
2018-11-18system: Simplify kernel argument handling.Ludovic Courtès
2018-09-23vm: Use "cache=loose" for all 9p mounts.Ludovic Courtès
2018-09-23vm: Disable deduplication for 'guix system vm-image'.Ludovic Courtès
2018-09-07vm: Make UUID computation really deterministic.Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès
2018-06-14install: Use (guix store database) instead of 'guix-register'.Ludovic Courtès
2018-06-14vm: 'expression->derivation-in-linux-vm' code can now use dlopen.Ludovic Courtès
2018-06-14store-copy: 'read-reference-graph' returns a list of records.Ludovic Courtès
2018-06-08vm: 'iso9660-image' uses a local /tmp.Ludovic Courtès
2018-06-08vm: 'expression->derivation-in-linux-vm' takes a #:file-systems parameter.Ludovic Courtès
2018-06-01vm: Use 'with-extensions'.Ludovic Courtès
2018-05-29vm: Remove unneeded dependency on Guile-JSON.Ludovic Courtès
2018-05-28system: Remove uses of the 'title' field of <file-system>.Ludovic Courtès
2018-05-28file-systems: Remove 'title' field and add <file-system-label>.Ludovic Courtès
2018-05-23vm: Use a deterministic file system UUID in shared-store VMs.Ludovic Courtès
2018-03-24system: Add "guix system docker-image" command.Chris Marusich
2018-03-24gnu: When building in a VM, share a temporary directory.Chris Marusich
2018-03-18vm: Display a backtrace upon error by default.Ludovic Courtès
2018-03-08vm: Use 9p mount tags below 32 chars.Ludovic Courtès
2018-03-03linux-initrd: Add virtio modules to '%base-initrd-modules'.Ludovic Courtès
2018-03-03vm: Add missing modules to the 'expression->derivation-in-linux-vm' initrd.Ludovic Courtès
2018-01-19gnu: Consistently Write ‘file system(s)’.Tobias Geerinckx-Rice