summary refs log tree commit diff
path: root/modules/virtualisation/qemu-vm.nix
Commit message (Expand)AuthorAge
* * enableWLAN -> wireless.enable.Eelco Dolstra2012-03-04
* * aufs2 -> aufs.Eelco Dolstra2011-11-08
* Reverting revisions 30103-30106: "always set nixpkgs.config.{state,store}Dir"...Peter Simons2011-10-30
* find modules | fgrep .nix | fgrep -v .svn | fgrep -v nixpkgs.nix | xargs sed ...Shea Levy2011-10-29
* * Recent kernels need some more modules in the initrd to be able to doEelco Dolstra2011-10-27
* strip trailing whitespace; no functional changePeter Simons2011-09-14
* The VM did not want to mount the CIFS without these two modules available in ...Lluís Batlle i Rossell2011-08-31
* * Fix the permissions on /tmp.Eelco Dolstra2011-08-09
* * For security, don't mount the entire host filesystem.Eelco Dolstra2011-08-09
* * Use the VESA driver. It seems to work better now. In particular,Eelco Dolstra2011-08-08
* * Make virtualisation.qemu.options a list.Eelco Dolstra2011-08-02
* * Handle the case where networking.hostName is empty.Eelco Dolstra2011-06-21
* * Use QEMU/KVM's paravirtualised console device for the backdoor.Eelco Dolstra2011-03-18
* * Replace ifconfig by ip in the initrd of VM tests.Eelco Dolstra2011-03-11
* * Fix `nixos-rebuild build-vm-with-bootloader': QEMU now requires theEelco Dolstra2011-03-10
* * Drop the unnecessary boot=on flag.Eelco Dolstra2011-02-24
* Removed the backdoor, because it does not work anymore and it has also become...Sander van der Burg2011-01-17
* * Remove tabs because this causes the shell script to be misindented.Eelco Dolstra2011-01-12
* * Using hpet no longer seems necessary. Maybe upstream fixed it.Eelco Dolstra2011-01-10
* * Run smbd in its own session / process group (setsid) because smbdEelco Dolstra2010-12-06
* - Added nixos-build-vms command, which builds a virtual network from a networ...Sander van der Burg2010-10-21
* * Substitute the path of the system derivation directly in the stage 2Eelco Dolstra2010-09-13
* * Fix the tests.Eelco Dolstra2010-09-13
* * Doh.Eelco Dolstra2010-09-13
* * Added a command `nixos-rebuild build-vm-with-bootloader'. This isEelco Dolstra2010-09-13
* * mkOverrideTemplate -> mkOverride.Eelco Dolstra2010-09-13
* Replace mkOverride by its alias mkOverrideTemplate to remove the unusedNicolas Pierron2010-09-03
* * Move support for writable Nix stores to qemu-vm.nix.Eelco Dolstra2010-08-24
* qemu virtualiztion: do not pass username on guest cifs mount, use sec=none in...Rob Vermaas2010-08-19
* * In QEMU, set a higher refresh rate in xorg.conf so that resolutionsEelco Dolstra2010-08-09
* * To establish the connection to the root shell in the guest, let theEelco Dolstra2010-06-18
* * Don't use -smb and -no-kvm-irqchip. Maybe this makes VM builds moreEelco Dolstra2010-06-15
* * Use writeback caching for virtual disks instead of writethroughEelco Dolstra2010-06-13
* * Don't use the "kvm-clock" clock source because it's unreliable.Eelco Dolstra2010-06-09
* * Put the hostname of the VM in the window title.Eelco Dolstra2010-06-09
* * Bind mounts should have filesystem type "none" to prevent anEelco Dolstra2010-06-07
* * Don't use klibc in the initrd. It's simpler (and slightly smaller)Eelco Dolstra2010-06-01
* * Allow more complex network topologies in distributed tests. EachEelco Dolstra2010-05-20
* * It should not be necessary to run ntpd in the guest.Eelco Dolstra2010-05-20
* added virtualisation.diskSize option to specify default image size of disk in...Rob Vermaas2010-04-29
* virtualisation/qemu-kvm.nix: use noacl option for hostfs mountRob Vermaas2010-04-16
* revert previous commitRob Vermaas2010-04-16
* virtualisation: add option to switch off readonly host fs in vmRob Vermaas2010-04-16
* * When QEMU encounters a "disk full" condition on the host filesystem,Eelco Dolstra2010-01-27
* * Make the Nix store in the guest writable.Eelco Dolstra2010-01-10
* * Panic on out-of-memory.Eelco Dolstra2010-01-04
* Adding a virtualisation option: run qemu without graphics.Lluís Batlle i Rossell2009-12-15
* * Added an option `boot.initrd.availableKernelModules' that specifiesEelco Dolstra2009-12-15
* * Obsoleted boot.initrd.extraKernelModules (useEelco Dolstra2009-12-15
* * virtualisation.memorySize option to set memory size of virtual machineRob Vermaas2009-12-14