summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
Commit message (Expand)AuthorAgeFilesLines
* install: Use (guix store database) instead of 'guix-register'....Ludovic Courtès2018-06-141-175/+216
* vm: 'expression->derivation-in-linux-vm' code can now use dlopen....Ludovic Courtès2018-06-141-23/+20
* store-copy: 'read-reference-graph' returns a list of records....Ludovic Courtès2018-06-141-2/+4
* vm: 'iso9660-image' uses a local /tmp....Ludovic Courtès2018-06-081-0/+8
* vm: 'expression->derivation-in-linux-vm' takes a #:file-systems parameter....Ludovic Courtès2018-06-081-3/+6
* vm: Use 'with-extensions'....Ludovic Courtès2018-06-011-48/+47
* vm: Remove unneeded dependency on Guile-JSON....Ludovic Courtès2018-05-291-1/+0
* system: Remove uses of the 'title' field of <file-system>....Ludovic Courtès2018-05-281-2/+0
* file-systems: Remove 'title' field and add <file-system-label>....Ludovic Courtès2018-05-281-3/+2
* vm: Use a deterministic file system UUID in shared-store VMs....Ludovic Courtès2018-05-231-0/+5
* system: Add "guix system docker-image" command....Chris Marusich2018-03-241-0/+105
* gnu: When building in a VM, share a temporary directory....Chris Marusich2018-03-241-2/+10
* vm: Display a backtrace upon error by default....Ludovic Courtès2018-03-181-0/+1
* vm: Use 9p mount tags below 32 chars....Ludovic Courtès2018-03-081-6/+8
* linux-initrd: Add virtio modules to '%base-initrd-modules'....Ludovic Courtès2018-03-031-8/+1
* vm: Add missing modules to the 'expression->derivation-in-linux-vm' initrd....Ludovic Courtès2018-03-031-0/+1
* gnu: Consistently Write ‘file system(s)’....Tobias Geerinckx-Rice2018-01-191-1/+1
* vm: 'vm-image' images refer to the root file system by UUID....Ludovic Courtès2018-01-071-3/+15
* vm: Pass the host's /dev/urandom to the guest at /dev/hwrng....Leo Famulari2017-12-181-1/+3
* gnu: system: vm: Use loose cache for 9p file system....Christopher Baines2017-12-171-1/+1
* bootloader: Factorize write-file-on-device....Mathieu Othacehe2017-12-151-2/+4
* vm: Adapt qemu command to ARM....Mathieu Othacehe2017-12-151-0/+4
* bootloader: extlinux: Stop using dd binary....Mathieu Othacehe2017-12-041-1/+2
* system: vm: Fix typo in comment....Mathieu Othacehe2017-12-021-1/+1
* system: vm: Do not add EFI partition on ARM system....Mathieu Othacehe2017-12-011-20/+30
* vm: Filter out file systems that refer to UUIDs or labels....Ludovic Courtès2017-11-301-1/+7
* vm: Use os-defined initrd intead of base-initrd....Mathieu Othacehe2017-11-261-3/+6
* system: vm: Use 2^32 - 1 as hash size....Mathieu Othacehe2017-11-061-4/+4
* vm: Always use GRUB/i386....Ludovic Courtès2017-10-191-1/+9
* vm: Add disk-image-size to <virtual-machine>....Christopher Baines2017-10-041-3/+10
* vm: Add a minimum root size....Christopher Baines2017-10-041-3/+6
* vm: Generate a UUID to identify the root file system....Ludovic Courtès2017-09-111-6/+45
* vm: Allow users to specify a UUID for the root partition....Ludovic Courtès2017-09-111-1/+7
* system: Introduce a disjoint UUID type....Ludovic Courtès2017-09-111-1/+3
* vm: Call iso9660-image with #:register-closures? as #t....Christopher Baines2017-09-061-0/+1
* vm: Add support for registering closures to iso9660-image....Christopher Baines2017-09-061-1/+9
* vm: Remove redundant conditional in system-disk-image....Christopher Baines2017-09-041-4/+1
* vm: Use grub-hybrid's grub-mkrescue....Danny Milosavljevic2017-08-031-0/+7
* vm: Add a <virtual-machine> type and associated gexp compiler....Ludovic Courtès2017-07-201-3/+67
* vm: 'iso9660-image' produces a single-file output....Ludovic Courtès2017-07-181-4/+9
* build, vm: Use a less common label....Tobias Geerinckx-Rice2017-07-171-1/+1
* gnu: Rename (gnu packages qemu) to (gnu packages virtualization)....宋文武2017-07-151-1/+1
* build, vm: Use "GuixSD" or "GUIXSD" as volume label....Danny Milosavljevic2017-07-101-1/+7
* guix system: Add file system label and uuid to iso9660-image....Danny Milosavljevic2017-07-071-1/+7
* build: Add iso9660 system image generator....Danny Milosavljevic2017-07-031-13/+67
* vm: Estimate the disk size by default....Ludovic Courtès2017-06-301-17/+27
* tests: Allow setting of qemu memory-size for system tests....Jan Nieuwenhuizen2017-06-161-4/+6
* vm: Increase default disk size to account for ESP partition....Marius Bakke2017-05-211-1/+1
* vm: Add UEFI loader to disk images....Marius Bakke2017-05-191-2/+16
* vm: Support creating FAT partitions....Marius Bakke2017-05-191-1/+1