Commit graph

26 commits

Author SHA1 Message Date
Eelco Dolstra 210ba6316e * Urgh. Some files that had been deleted in the trunk came back
through the stdenv-updates merge (probably because they had been
  modified in the branch).

svn path=/nixpkgs/trunk/; revision=15403
2009-04-29 16:19:57 +00:00
Eelco Dolstra 3593b97d63 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14557
2009-03-16 12:45:27 +00:00
Eelco Dolstra 539239d66d * KVM 84. CIFS/Samba performance still broken.
* Kernel headers: KVM expects a include/linux/asm-x86 symlink, so
  provide it.

svn path=/nixpkgs/trunk/; revision=14113
2009-02-18 14:53:14 +00:00
Eelco Dolstra c1579d2e78 * stdenv branch: synced with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13785
2009-01-16 10:59:27 +00:00
Eelco Dolstra 1a3a6835c2 * KVM 82.
* Kernel headers for Linux 2.6.28.

svn path=/nixpkgs/trunk/; revision=13755
2009-01-13 12:40:58 +00:00
Eelco Dolstra e31341510d * Merged from the trunk. Let's see how well this works with
Subversion 1.5...

svn path=/nixpkgs/branches/stdenv-updates/; revision=13601
2008-12-10 09:59:21 +00:00
Eelco Dolstra 3d52d1593a * Revert to version 76, 77 gives strange hangs.
svn path=/nixpkgs/trunk/; revision=13338
2008-11-19 17:21:49 +00:00
Eelco Dolstra 340138cb4d * KVM 77.
svn path=/nixpkgs/trunk/; revision=13153
2008-10-29 15:44:08 +00:00
Eelco Dolstra bcf24b6683 * KVM 76.
svn path=/nixpkgs/trunk/; revision=13023
2008-10-09 13:33:29 +00:00
Eelco Dolstra 4b7521cd66 * Oops.
svn path=/nixpkgs/trunk/; revision=12769
2008-08-29 14:25:27 +00:00
Eelco Dolstra 74087918ff * KVM updated to version 74. This one finally has good performance
for userspace networking / Samba again.
* vmtools: use KVM 74 and Linux 2.6.26, and use virtio for networking
  / disk access.

svn path=/nixpkgs/trunk/; revision=12768
2008-08-29 14:08:54 +00:00
Eelco Dolstra f69b6b4d49 * Remove the QEMU_SMBD_COMMAND environment variable. Instead use
"smbd" from $PATH.

svn path=/nixpkgs/trunk/; revision=12718
2008-08-26 11:28:13 +00:00
Eelco Dolstra 73a050a804 * Create the smbd temporary directory properly (don't fail if it
already exists, but just try another name).  Should send this
  upstream...

svn path=/nixpkgs/trunk/; revision=12717
2008-08-26 11:16:41 +00:00
Eelco Dolstra f27856e3fa * KVM 73.
svn path=/nixpkgs/trunk/; revision=12689
2008-08-22 10:51:37 +00:00
Eelco Dolstra d4f7a93f31 * KVM 72, plus stable 2.6.26 kernel headers (needed for KVM).
svn path=/nixpkgs/trunk/; revision=12541
2008-08-08 11:49:06 +00:00
Eelco Dolstra 86564e26ed * Firefox 3.0.
* KVM 70.  Still doesn't fix the Samba regression though, so we can't
  use it in the build farm.

svn path=/nixpkgs/trunk/; revision=12136
2008-06-17 10:53:08 +00:00
Eelco Dolstra c955f608a2 * KVM 69. Seems to improve performance quite a bit. In particular it
implements the host support for virtio devices in Linux >= 2.6.25
  guests.  Network performance shows a huge improvement with
  virtio_net, which should be good for the build farm (which uses
  Samba/CIFS to mount the file system of the host).
* Kernel headers for 2.6.26-rc5 added to build KVM 69.  Also added the
  2.6.25 headers, which turned out to be too old for KVM 69.

svn path=/nixpkgs/trunk/; revision=11985
2008-06-05 10:59:41 +00:00
Eelco Dolstra 8c092a1940 * Support setting the path to smbd (we can't put it in /usr/sbin/smbd
on NixOS).

svn path=/nixpkgs/trunk/; revision=11061
2008-03-11 16:50:53 +00:00
Eelco Dolstra bc8eb14767 * Hack to get KVM to build again.
svn path=/nixpkgs/trunk/; revision=11038
2008-03-10 15:24:42 +00:00
Eelco Dolstra cde74730e8 * KVM 57. (Newer versions don't compile against the current kernel headers.)
svn path=/nixpkgs/trunk/; revision=10534
2008-02-07 09:02:28 +00:00
Eelco Dolstra 58873a9e3d * Latest KVM.
svn path=/nixpkgs/trunk/; revision=9566
2007-10-31 16:23:53 +00:00
Eelco Dolstra 607b0d3e80 * Rewrite all the SourceForge URLs to mirror://sourceforge/.
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done

svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Eelco Dolstra 4f12e0c849 * Assert that we're on Linux.
svn path=/nixpkgs/trunk/; revision=9060
2007-08-06 16:08:29 +00:00
Eelco Dolstra 5990a432d4 * KVM-17.
svn path=/nixpkgs/trunk/; revision=8839
2007-06-07 13:46:50 +00:00
Eelco Dolstra 5ddcfd16e0 * Don't use /bin/bash.
svn path=/nixpkgs/trunk/; revision=7895
2007-02-12 13:19:57 +00:00
Eelco Dolstra 9fdea6a917 * KVM (Kernel-based Virtual Machine). Requires KVM support in the
kernel for performance (and VT/AMD-V in the CPU), but also provides
  a working QEMU for non-KVM-enabled systems.

svn path=/nixpkgs/trunk/; revision=7889
2007-02-12 10:23:43 +00:00