lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 19 Feb 2007 17:01:16 +0200
From:	Avi Kivity <avi@...ranet.com>
To:	kvm-devel <kvm-devel@...ts.sourceforge.net>
CC:	linux-kernel <linux-kernel@...r.kernel.org>
Subject: kvm development moving to git

kvm kernel code is now developed using git.  This was done for two reasons:
- with the paravirtualization work, we have code in the kernel beyond 
drivers/kvm/.  Subversion is not quite up to hosting an entire kernel 
tree efficiently.
- people have expressed interest in maintaining long-term branches of 
kvm.  This is something that git is quite good at, while with subversion 
this requires an account on our systems.

You can pull from my repository by issuing the command

  git pull git://kvm.qumranet.com/home/avi/kvm/linux-2.6

Please do not clone from this URL.  Instead, clone from git.kernel.org 
so that you clog their pipes instead of mine.  Then issue the pull 
command as described above.

The module source files have been removed from the subversion tree.  To 
compile an external module, first copy the files from a Linux tree:

  make LINUX=/path/to/linux/tree/that/has/pulled/from/the/kvm/repo sync
  make

-- 
error compiling committee.c: too many arguments to function

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ