index
:
software/guix
master
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
system
/
vm.scm
Commit message (
Expand
)
Author
Age
Files
Lines
*
install: Use (guix store database) instead of 'guix-register'.
...
Ludovic Courtès
2018-06-14
1
-175
/
+216
*
vm: 'expression->derivation-in-linux-vm' code can now use dlopen.
...
Ludovic Courtès
2018-06-14
1
-23
/
+20
*
store-copy: 'read-reference-graph' returns a list of records.
...
Ludovic Courtès
2018-06-14
1
-2
/
+4
*
vm: 'iso9660-image' uses a local /tmp.
...
Ludovic Courtès
2018-06-08
1
-0
/
+8
*
vm: 'expression->derivation-in-linux-vm' takes a #:file-systems parameter.
...
Ludovic Courtès
2018-06-08
1
-3
/
+6
*
vm: Use 'with-extensions'.
...
Ludovic Courtès
2018-06-01
1
-48
/
+47
*
vm: Remove unneeded dependency on Guile-JSON.
...
Ludovic Courtès
2018-05-29
1
-1
/
+0
*
system: Remove uses of the 'title' field of <file-system>.
...
Ludovic Courtès
2018-05-28
1
-2
/
+0
*
file-systems: Remove 'title' field and add <file-system-label>.
...
Ludovic Courtès
2018-05-28
1
-3
/
+2
*
vm: Use a deterministic file system UUID in shared-store VMs.
...
Ludovic Courtès
2018-05-23
1
-0
/
+5
*
system: Add "guix system docker-image" command.
...
Chris Marusich
2018-03-24
1
-0
/
+105
*
gnu: When building in a VM, share a temporary directory.
...
Chris Marusich
2018-03-24
1
-2
/
+10
*
vm: Display a backtrace upon error by default.
...
Ludovic Courtès
2018-03-18
1
-0
/
+1
*
vm: Use 9p mount tags below 32 chars.
...
Ludovic Courtès
2018-03-08
1
-6
/
+8
*
linux-initrd: Add virtio modules to '%base-initrd-modules'.
...
Ludovic Courtès
2018-03-03
1
-8
/
+1
*
vm: Add missing modules to the 'expression->derivation-in-linux-vm' initrd.
...
Ludovic Courtès
2018-03-03
1
-0
/
+1
*
gnu: Consistently Write ‘file system(s)’.
...
Tobias Geerinckx-Rice
2018-01-19
1
-1
/
+1
*
vm: 'vm-image' images refer to the root file system by UUID.
...
Ludovic Courtès
2018-01-07
1
-3
/
+15
*
vm: Pass the host's /dev/urandom to the guest at /dev/hwrng.
...
Leo Famulari
2017-12-18
1
-1
/
+3
*
gnu: system: vm: Use loose cache for 9p file system.
...
Christopher Baines
2017-12-17
1
-1
/
+1
*
bootloader: Factorize write-file-on-device.
...
Mathieu Othacehe
2017-12-15
1
-2
/
+4
*
vm: Adapt qemu command to ARM.
...
Mathieu Othacehe
2017-12-15
1
-0
/
+4
*
bootloader: extlinux: Stop using dd binary.
...
Mathieu Othacehe
2017-12-04
1
-1
/
+2
*
system: vm: Fix typo in comment.
...
Mathieu Othacehe
2017-12-02
1
-1
/
+1
*
system: vm: Do not add EFI partition on ARM system.
...
Mathieu Othacehe
2017-12-01
1
-20
/
+30
*
vm: Filter out file systems that refer to UUIDs or labels.
...
Ludovic Courtès
2017-11-30
1
-1
/
+7
*
vm: Use os-defined initrd intead of base-initrd.
...
Mathieu Othacehe
2017-11-26
1
-3
/
+6
*
system: vm: Use 2^32 - 1 as hash size.
...
Mathieu Othacehe
2017-11-06
1
-4
/
+4
*
vm: Always use GRUB/i386.
...
Ludovic Courtès
2017-10-19
1
-1
/
+9
*
vm: Add disk-image-size to <virtual-machine>.
...
Christopher Baines
2017-10-04
1
-3
/
+10
*
vm: Add a minimum root size.
...
Christopher Baines
2017-10-04
1
-3
/
+6
*
vm: Generate a UUID to identify the root file system.
...
Ludovic Courtès
2017-09-11
1
-6
/
+45
*
vm: Allow users to specify a UUID for the root partition.
...
Ludovic Courtès
2017-09-11
1
-1
/
+7
*
system: Introduce a disjoint UUID type.
...
Ludovic Courtès
2017-09-11
1
-1
/
+3
*
vm: Call iso9660-image with #:register-closures? as #t.
...
Christopher Baines
2017-09-06
1
-0
/
+1
*
vm: Add support for registering closures to iso9660-image.
...
Christopher Baines
2017-09-06
1
-1
/
+9
*
vm: Remove redundant conditional in system-disk-image.
...
Christopher Baines
2017-09-04
1
-4
/
+1
*
vm: Use grub-hybrid's grub-mkrescue.
...
Danny Milosavljevic
2017-08-03
1
-0
/
+7
*
vm: Add a <virtual-machine> type and associated gexp compiler.
...
Ludovic Courtès
2017-07-20
1
-3
/
+67
*
vm: 'iso9660-image' produces a single-file output.
...
Ludovic Courtès
2017-07-18
1
-4
/
+9
*
build, vm: Use a less common label.
...
Tobias Geerinckx-Rice
2017-07-17
1
-1
/
+1
*
gnu: Rename (gnu packages qemu) to (gnu packages virtualization).
...
宋文武
2017-07-15
1
-1
/
+1
*
build, vm: Use "GuixSD" or "GUIXSD" as volume label.
...
Danny Milosavljevic
2017-07-10
1
-1
/
+7
*
guix system: Add file system label and uuid to iso9660-image.
...
Danny Milosavljevic
2017-07-07
1
-1
/
+7
*
build: Add iso9660 system image generator.
...
Danny Milosavljevic
2017-07-03
1
-13
/
+67
*
vm: Estimate the disk size by default.
...
Ludovic Courtès
2017-06-30
1
-17
/
+27
*
tests: Allow setting of qemu memory-size for system tests.
...
Jan Nieuwenhuizen
2017-06-16
1
-4
/
+6
*
vm: Increase default disk size to account for ESP partition.
...
Marius Bakke
2017-05-21
1
-1
/
+1
*
vm: Add UEFI loader to disk images.
...
Marius Bakke
2017-05-19
1
-2
/
+16
*
vm: Support creating FAT partitions.
...
Marius Bakke
2017-05-19
1
-1
/
+1
[next]