summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
AgeCommit message (Expand)Author
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
2018-01-07vm: 'vm-image' images refer to the root file system by UUID.Ludovic Courtès
2017-12-18vm: Pass the host's /dev/urandom to the guest at /dev/hwrng.Leo Famulari
2017-12-17gnu: system: vm: Use loose cache for 9p file system.Christopher Baines
2017-12-15bootloader: Factorize write-file-on-device.Mathieu Othacehe
2017-12-15vm: Adapt qemu command to ARM.Mathieu Othacehe
2017-12-04bootloader: extlinux: Stop using dd binary.Mathieu Othacehe
2017-12-02system: vm: Fix typo in comment.Mathieu Othacehe
2017-12-01system: vm: Do not add EFI partition on ARM system.Mathieu Othacehe
2017-11-30vm: Filter out file systems that refer to UUIDs or labels.Ludovic Courtès
2017-11-26vm: Use os-defined initrd intead of base-initrd.Mathieu Othacehe
2017-11-06system: vm: Use 2^32 - 1 as hash size.Mathieu Othacehe
2017-10-19vm: Always use GRUB/i386.Ludovic Courtès
2017-10-04vm: Add disk-image-size to <virtual-machine>.Christopher Baines
2017-10-04vm: Add a minimum root size.Christopher Baines
2017-09-11vm: Generate a UUID to identify the root file system.Ludovic Courtès
2017-09-11vm: Allow users to specify a UUID for the root partition.Ludovic Courtès
2017-09-11system: Introduce a disjoint UUID type.Ludovic Courtès
2017-09-06vm: Call iso9660-image with #:register-closures? as #t.Christopher Baines
2017-09-06vm: Add support for registering closures to iso9660-image.Christopher Baines
2017-09-04vm: Remove redundant conditional in system-disk-image.Christopher Baines
2017-08-03vm: Use grub-hybrid's grub-mkrescue.Danny Milosavljevic
2017-07-20vm: Add a <virtual-machine> type and associated gexp compiler.Ludovic Courtès
2017-07-18vm: 'iso9660-image' produces a single-file output.Ludovic Courtès
2017-07-17build, vm: Use a less common label.Tobias Geerinckx-Rice
2017-07-15gnu: Rename (gnu packages qemu) to (gnu packages virtualization).宋文武
2017-07-10build, vm: Use "GuixSD" or "GUIXSD" as volume label.Danny Milosavljevic
2017-07-07guix system: Add file system label and uuid to iso9660-image.Danny Milosavljevic
2017-07-03build: Add iso9660 system image generator.Danny Milosavljevic
2017-06-30vm: Estimate the disk size by default.Ludovic Courtès
2017-06-16tests: Allow setting of qemu memory-size for system tests.Jan Nieuwenhuizen
2017-05-21vm: Increase default disk size to account for ESP partition.Marius Bakke
2017-05-19vm: Add UEFI loader to disk images.Marius Bakke