git.samba.org - sfrench/cifs-2.6.git/atom - Documentation/lguest/lguest.txt history Unnamed repository; edit this file 'description' to name the repository. http://git.samba.org/samba.git/?p=sfrench/cifs-2.6.git Steve French //www.samba.org/samba/style/2010/grey/favicon.ico //www.samba.org/samba/style/2010/samba_2010_logo_transparent_151x27.png 2011-05-06T16:22:02Z gitweb Move kvm, uml, and lguest subdirectories under a common "virtual" directory, I.E: 2011-05-06T16:22:02Z Rob Landley rlandley@parallels.com Randy Dunlap randy.dunlap@oracle.com 2011-05-06T16:22:02Z http://git.samba.org/samba.git/?p=sfrench/cifs-2.6.git;a=commitdiff;h=ed16648eb5b86917f0b90bdcdbc857202da72f90
Move kvm, uml, and lguest subdirectories under a common "virtual" directory, I.E:

  cd Documentation
  mkdir virtual
  git mv kvm uml lguest virtual

Signed-off-by: Rob Landley <rlandley@parallels.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
  • [D] Documentation/lguest/lguest.txt
lguest: document --rng in example Launcher 2011-01-21T03:37:29Z Philip Sanderson philip.k.sanderson@gmail.com Rusty Russell rusty@rustcorp.com.au 2011-01-21T03:37:29Z http://git.samba.org/samba.git/?p=sfrench/cifs-2.6.git;a=commitdiff;h=85c0647275b60380e19542d43420184e86418d86
lguest: document --rng in example Launcher

Rusty Russell wrote:
> Ah, it will appear as /dev/hwrng.  It's a weirdness of Linux that our actual
> hardware number generators are not wired up to /dev/random...

Reflected this in the documentation, thanks :-)

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • [D] Documentation/lguest/lguest.txt
Docs/Kconfig: Update: osdl.org -> linuxfoundation.org 2010-11-15T19:55:34Z Michael Witten mfwitten@gmail.com Jiri Kosina jkosina@suse.cz 2010-11-15T19:55:34Z http://git.samba.org/samba.git/?p=sfrench/cifs-2.6.git;a=commitdiff;h=c996d8b9a8f37bd1b4dd7823abc42780b20998f8
Docs/Kconfig: Update: osdl.org -> linuxfoundation.org

Some of the documentation refers to web pages under
the domain `osdl.org'. However, `osdl.org' now
redirects to `linuxfoundation.org'.

Rather than rely on redirections, this patch updates
the addresses appropriately; for the most part, only
documentation that is meant to be current has been
updated.

The patch should be pretty quick to scan and check;
each new web-page url was gotten by trying out the
original URL in a browser and then simply copying the
the redirected URL (formatting as necessary).

There is some conflict as to which one of these domain
names is preferred:

  linuxfoundation.org
  linux-foundation.org

So, I wrote:

  info@linuxfoundation.org

and got this reply:

  Message-ID: <4CE17EE6.9040807@linuxfoundation.org>
  Date: Mon, 15 Nov 2010 10:41:42 -0800
  From: David Ames <david@linuxfoundation.org>

  ...

  linuxfoundation.org is preferred. The canonical name for our web site is
  www.linuxfoundation.org. Our list site is actually
  lists.linux-foundation.org.

  Regarding email linuxfoundation.org is preferred there are a few people
  who choose to use linux-foundation.org for their own reasons.

Consequently, I used `linuxfoundation.org' for web pages and
`lists.linux-foundation.org' for mailing-list web pages and email addresses;
the only personal email address I updated from `@osdl.org' was that of
Andrew Morton, who prefers `linux-foundation.org' according `git log'.

Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • [D] Documentation/lguest/lguest.txt
lguest: PAE support 2009-06-13T04:27:07Z Matias Zabaljauregui zabaljauregui@gmail.com Rusty Russell rusty@rustcorp.com.au 2009-06-13T04:27:07Z http://git.samba.org/samba.git/?p=sfrench/cifs-2.6.git;a=commitdiff;h=acdd0b6292b282c4511897ac2691a47befbf1c6a
lguest: PAE support

This version requires that host and guest have the same PAE status.
NX cap is not offered to the guest, yet.

Signed-off-by: Matias Zabaljauregui <zabaljauregui@gmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • [D] Documentation/lguest/lguest.txt
lguest: document 32-bit and PAE requirements 2009-04-20T05:14:02Z Rusty Russell rusty@rustcorp.com.au Rusty Russell rusty@rustcorp.com.au 2009-04-20T05:14:02Z http://git.samba.org/samba.git/?p=sfrench/cifs-2.6.git;a=commitdiff;h=38cfe968040250b89c3554a17219a9fda45b9665
lguest: document 32-bit and PAE requirements

Robert noted that we don't actually document that lguest is 32-bit only,
nor that PAE must be off (CONFIG_PAE is now prompted for if HIGHMEM is
set to "off).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: lguest@ozlabs.org
Cc: "Robert P. J. Day" <rpjday@crashcourse.ca>
  • [D] Documentation/lguest/lguest.txt
lguest: lguest.txt documentation fix 2008-03-11T12:36:14Z Paul Bolle pebolle@tiscali.nl Rusty Russell rusty@rustcorp.com.au 2008-03-11T12:36:14Z http://git.samba.org/samba.git/?p=sfrench/cifs-2.6.git;a=commitdiff;h=9b7a448e2b23101a776ddf639c9037d47244f7ab
lguest: lguest.txt documentation fix

Mention the config options for the Virtio drivers and move the Virtualization
menu to the toplevel.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • [D] Documentation/lguest/lguest.txt
lguest: Add puppies which where previously missing. 2008-02-11T07:43:42Z Tim Ansell mithro@mithis.com Rusty Russell rusty@rustcorp.com.au 2008-02-11T07:43:42Z http://git.samba.org/samba.git/?p=sfrench/cifs-2.6.git;a=commitdiff;h=b488f22d70f1c2451618b9991b9665d2c6b31e2b
lguest: Add puppies which where previously missing.

lguest doesn't have features, it has puppies!

Signed-off-by: Timothy R Ansell <mithro@mithis.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • [D] Documentation/lguest/lguest.txt
Fix lguest documentation 2007-12-18T00:19:53Z Sheela sheela.sequeira@gmail.com Linus Torvalds torvalds@woody.linux-foundation.org 2007-12-18T00:19:53Z http://git.samba.org/samba.git/?p=sfrench/cifs-2.6.git;a=commitdiff;h=2e12a7fb0d79d011ff9e0b09b53ca4438e5604de
Fix lguest documentation

Share net is not supported, Rusty is an "idiot" .

Signed-off-by: Sheela Sequeira <sheela.sequeira@gmail.com>
Reviewed-by: James Morris <jmorris@namei.org>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • [D] Documentation/lguest/lguest.txt
Update lguest documentation to reflect the new virtual block device name. 2007-10-22T01:27:54Z Chris Malley mail@chrismalley.co.uk Rusty Russell rusty@rustcorp.com.au 2007-10-22T01:27:54Z http://git.samba.org/samba.git/?p=sfrench/cifs-2.6.git;a=commitdiff;h=1f5a29022ac66bc90cbe2a2162f56e9cd7b393ef
Update lguest documentation to reflect the new virtual block device name.

Signed-off-by: Chris Malley <mail@chrismalley.co.uk>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • [D] Documentation/lguest/lguest.txt
lguest.txt update 2007-10-22T00:56:23Z Rusty Russell rusty@rustcorp.com.au Rusty Russell rusty@rustcorp.com.au 2007-10-22T00:56:23Z http://git.samba.org/samba.git/?p=sfrench/cifs-2.6.git;a=commitdiff;h=9653c4aff94e43de5f4ef918d47e00018beb4105
lguest.txt update

o Describe the new split configurations
o Highlight code documentation in drivers/lguest/README
o Point out necessity of having a getty on /dev/hvc0
o Remove gratuitous "m" in example
o Don't discuss I/O model here, stick to user documentation.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • [D] Documentation/lguest/lguest.txt
lguest: the documentation, example launcher 2007-07-19T08:49:29Z Rusty Russell rusty@rustcorp.com.au Linus Torvalds torvalds@woody.linux-foundation.org 2007-07-19T08:49:29Z http://git.samba.org/samba.git/?p=sfrench/cifs-2.6.git;a=commitdiff;h=8ca47e00690914a9e5e6c734baa37c829a2f2fa1
lguest: the documentation, example launcher

A brief document describing how to use lguest.  Because lguest doesn't have an
ABI we also include an example launcher in the Documentation directory.

[jmorris@namei.org: Fix up nat example in documentation]
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: James Morris <jmorris@namei.org>
Cc: Matias Zabaljauregui <matias.zabaljauregui@cern.ch>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • [D] Documentation/lguest/lguest.txt