summaryrefslogtreecommitdiff
path: root/gnu/system
Commit message (Collapse)AuthorAge
* vm: Use more keyword parameters for `expression->derivation-in-linux-vm'.Ludovic Courtès2013-08-28
| | | | | | * gnu/system/vm.scm (expression->derivation-in-linux-vm): Turn `system' and `inputs' into keyword parameters. (qemu-image, example1): Adjust accordingly.
* gnu: Have `qemu-image' explicitly reboot when done.Ludovic Courtès2013-08-23
| | | | | * gnu/system/vm.scm (qemu-image): Call `reboot' when we're done. Change `menuentry' title.
* gnu: Remove QEMU-KVM, which is no longer needed.Ludovic Courtès2013-08-16
| | | | | | | | | * gnu/packages/qemu.scm (qemu-kvm): Remove. (qemu): Incorporate parts of QEMU-KVM that used to be inherited. (qemu-kvm/smb-shares): Rename to... (qemu/smb-shares): ... this. * gnu/system/vm.scm (expression->derivation-in-linux-vm): Adjust accordingly.
* Add (gnu system vm).Ludovic Courtès2013-02-16
* gnu/system/vm.scm: New file. * Makefile.am (MODULES): Add it.