nixpkgs/pkgs
Eelco Dolstra 2ae0060bde * qemu-kvm: a quick hack to support connecting a Unix domain socket on
the host to a TCP port on the guest.  This will be useful for
  automated testing using QEMU virtual machines.  Using TCP ports on
  the host is insecure and hard to manage (since you need to pick an
  available host port).

  For example:

    $ qemu-system-x86_64 ... -redir tcp:65535::514

  creates a Unix domain socket `./65535.socket' on the host.  (There
  is no proper syntax yet, so as a hack all host "ports" above 0xff00
  are treated in this way.)  Connections to that socket are then
  forwarded to TCP port 514 on the guest.  So the guest can do

    $ nc -l -p 514 -e /bin/sh

  to execute a shell for incoming connections on port 514, and then
  the host can do

    $ socat stdio ./65535.socket

  to run a shell on the guest.

svn path=/nixpkgs/trunk/; revision=16593
2009-08-05 17:26:39 +00:00
..
applications pkgs/applications/editors/emacs-23/builder.sh: recognize path of 64-bit crt{1,i,n}.o files 2009-08-05 13:39:51 +00:00
build-support Adding fbida, framebuffer image viewer 2009-08-04 07:14:43 +00:00
configs/etc
data * docbook-xsl / docbook-xsl-ns: match the upstream package name. Also 2009-07-14 15:02:56 +00:00
desktops Update libsoup for WebKit update 2009-07-15 21:01:09 +00:00
development Update webkit 2009-08-05 04:32:01 +00:00
games GNU Ball and Paddle 0.8.1. 2009-07-16 21:38:30 +00:00
lib * findFirst is used by the LaTeX function. Forgot to commit. 2009-07-22 14:43:39 +00:00
misc Update LinuxWacom driver 2009-08-03 14:15:22 +00:00
os-specific/linux * qemu-kvm: a quick hack to support connecting a Unix domain socket on 2009-08-05 17:26:39 +00:00
servers Monetdb: enabling Java support 2009-07-27 16:05:39 +00:00
shells * tcsh: create a "csh" symlink. 2009-06-13 16:09:26 +00:00
stdenv I revert my changes to get nixpkgs working on armv5tel-linux. 2009-07-26 22:47:33 +00:00
test
tools Adding option to xlaunch to terminate X server after original client closes connection 2009-08-04 10:14:29 +00:00
top-level Update XNeur 2009-08-05 10:25:17 +00:00