summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
Commit message (Expand)AuthorAgeFilesLines
* vm: Make the device node procedure a parameter....Ludovic Courtès2020-04-111-0/+12
* vm: 'qemu-image' can pass options to the 'mkfs' command....Ludovic Courtès2020-04-111-1/+4
* vm: 'qemu-image' accepts a list of extra populate directives....Ludovic Courtès2020-04-111-1/+6
* vm: Use virtio network driver....Marius Bakke2020-04-101-0/+1
* vm: 'system-disk-image' honors #:substitutable? for ISO9660 images....Ludovic Courtès2020-04-101-2/+5
* vm: Allow images to be marked as non-substitutable....Ludovic Courtès2020-04-081-8/+21
* vm: Distinguish between success and failure of the guest code....Ludovic Courtès2020-03-261-6/+9
* vm: Compute UUIDs truly deterministically....Ludovic Courtès2020-03-101-2/+3
* file-systems: Add a 'file-system-device->string' procedure....Maxim Cournoyer2020-03-021-7/+1
* gnu: Remove uses of deprecated Qemu network configuration....Marius Bakke2019-12-181-3/+2
* system: vm: Support cross-compilation....Mathieu Othacehe2019-12-011-5/+13
* system: vm: Add arm64 support....Mathieu Othacehe2019-11-221-6/+9
* vm: Honor the VOLATILE? parameter when producing a system disk image....Maxim Cournoyer2019-11-181-1/+1
* maint: Switch to Guile-JSON 3.x....Ludovic Courtès2019-07-251-1/+1
* vm: 'system-docker-image' builds in a UTF-8 locale....Ludovic Courtès2019-06-171-0/+5
* vm: Create installation media with MBR and HFS only, no GPT....Danny Milosavljevic2019-05-181-3/+8
* vm: 'system-docker-image' provides an entry point....Ludovic Courtès2019-05-151-2/+16
* vm: Auto-detect if inputs should be registered....Maxim Cournoyer2019-05-131-12/+18
* vm: Build ISOs and VM images in a UTF-8 environment....Ludovic Courtès2019-05-011-0/+10
* vm: 'system-disk-image' no longer requires the OS to define the "/" file system....Ludovic Courtès2019-04-251-5/+14
* vm: Do not mount /xchg with "cache=loose"....Ludovic Courtès2019-04-141-11/+8
* vm: Ask QEMU for more RAM in the VM that makes ISO9660 images....Ludovic Courtès2019-03-271-1/+4
* system: Add 'essential-services' field to <operating-system>....Ludovic Courtès2019-03-251-6/+7
* vm: 'virtualized-operating-system' inherits from the user's bootloader config....Ludovic Courtès2019-03-241-0/+1
* vm: 'system-docker-image' calls 'sync' before rebooting....Ludovic Courtès2019-03-221-1/+4
* vm: 'expression->derivation-in-linux-vm' leads to a kernel panic upon failure....Ludovic Courtès2019-03-171-2/+3
* Remove traces of "GuixSD"....Ludovic Courtès2019-03-131-3/+3
* pack, vm: Fix incorrect use of 'package-transitive-propagated-inputs'....Ludovic Courtès2019-02-111-2/+4
* vm: Remove unnecessary import....Ludovic Courtès2019-01-221-1/+0
* linux-initrd: 'expression->initrd' returns the complete file name....Ludovic Courtès2018-11-211-1/+1
* vm: Remove explicit calls to 'operating-system-derivation'....Ludovic Courtès2018-11-181-97/+94
* system: De-monadify 'operating-system-bootcfg'....Ludovic Courtès2018-11-181-5/+5
* linux-initrd: Return file-like objects instead of monadic values....Ludovic Courtès2018-11-181-8/+6
* system: Simplify kernel argument handling....Ludovic Courtès2018-11-181-3/+2
* vm: Use "cache=loose" for all 9p mounts....Ludovic Courtès2018-09-231-3/+10
* vm: Disable deduplication for 'guix system vm-image'....Ludovic Courtès2018-09-231-1/+6
* vm: Make UUID computation really deterministic....Ludovic Courtès2018-09-071-4/+29
* Switch to Guile-Gcrypt....Ludovic Courtès2018-09-041-29/+19
* 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