All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joseph Glanville <joseph.glanville@orionvm.com.au>
To: Ian Campbell <Ian.Campbell@eu.citrix.com>
Cc: Daniel Castro <evil.dani@gmail.com>,
	"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
	Ian Jackson <Ian.Jackson@eu.citrix.com>,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Subject: Re: Xen document day (Oct 12 or 26)
Date: Thu, 29 Sep 2011 21:24:02 +1000	[thread overview]
Message-ID: <CAOzFzEhNZbnm0mr1-mSU+4em3Kd930qOjmApbAZQ+3MAhskhfw@mail.gmail.com> (raw)
In-Reply-To: <1317294104.26672.155.camel@zakaz.uk.xensource.com>


[-- Attachment #1.1: Type: text/plain, Size: 6413 bytes --]

Maybe the wiki frontpage etc needs abit of a restructure to highlight the
newer documentation and try steer people away from old stuff?
I am going to try do some tagging of the wiki pages tonight to mark what is
out of date.
Many of the pages I think just need simplification.. the current wiki is
somewhat of an information overload (which is fine but we shouldn't bombard
new users if we can avoid it)

On 29 September 2011 21:01, Ian Campbell <Ian.Campbell@eu.citrix.com> wrote:

> On Thu, 2011-09-29 at 11:53 +0100, Joseph Glanville wrote:
> > +1 for Markdown.
> >
> > In terms of making Xen more accessible I think it might be a good idea
> > to update/cleanup the distro support page.
> > http://wiki.xen.org/xenwiki/DistributionSupport
> >
> > I can probably do this.
>
> Excellent, it looks like it needs it...
>
> > Making it simple for people to get started with Xen on a distro they
> > are comfortable with is a good step forward.
>
> Agreed. In fact for many users this is probably the end goal, not just a
> step along the way.
>
> > I know distro specific guides could turn into a nightmare but I am
> > open to writing one for Debian 6 Squeeze,
>
> In cases such as this we should also consider updating the distro's wiki
> page. I'm not sure where the canonical guide should live (wiki.xen.org
> or wiki.debian.org) but they should certainly cross reference each
> other.
>

Yeah that's a tricky one, I guess we can start at wiki.xen.org and go from
there.
Seeing as Debian repackages Xen, wiki.debian.org should probably be the
final canonical location.


>
> >  there are also a few that exist already for RHEL/CentOS on the wiki.
> > This should get easier as more distros update to 3.0+ kernels that
> > support PVops out of the box...
> >
> > Next would be networking documentation as network-bridge script has
> > been deprecated.
> > http://wiki.xensource.com/xenwiki/XenNetworking
> > Once again I think alot of the documentation is going to be distro
> > specific to be newbie friendly but atleast a simple ip/brctl guide
> > would help.
> >
> > IMO knowing where to start and setting up networking were the biggest
> > barriers when I was picking up Xen a few years back.
>
> We now have
> http://wiki.xensource.com/xenwiki/HostConfiguration/Networking which
> could do with being made more discoverable.
>

That is -much- better and as you said should be much easier to find..

>
> There is also http://wiki.xensource.com/xenwiki/HostConfiguration but
> its looking pretty sad right now...
>

I can think of some stuff to fill that up.
eg. Howto enable live migration, local VM storage guide possibly


>
> >
> > I am also open to updating the blktap2 pages and README to reflect the
> > new tap-ctl userspace utilities and tips on driver development.
> >
> > <slightly off-topic but related>
> >
> > With jailtime.org(stacklet) now charging for subscription there is
> > nowhere to download pre-built clean Xen compatible images free of
> > charge etc.
> > I have pvgrub/pygrub capable images of Ubuntu/Debian/CentOS that I am
> > considering hosting for free.
> > Generally new users are confused on how to build new paravirt VMs, I
> > think prebuilt images are suboptimal but a good place to start for
> > beginners.
>
> There was discussion of Debian providing such a thing on debian-deval
> back in late July, I should chase that up really.
>
> Cheers,
> Ian.
>
> >
> > Joseph.
> >
> > On 29 September 2011 00:00, Ian Campbell <Ian.Campbell@eu.citrix.com>
> > wrote:
> >         On Wed, 2011-09-28 at 14:48 +0100, Konrad Rzeszutek Wilk
> >         wrote:
> >         > On Wed, Sep 28, 2011 at 02:26:31PM +0100, Ian Jackson wrote:
> >         > > Ian Campbell writes ("Re: [Xen-devel] Xen document day
> >         (Oct 12 or 26)"):
> >         > > > Since the guest APIs are stable there should be
> >         relatively little churn
> >         > > > so perhaps a wiki page (or even series of pages) would
> >         be appropriate
> >         > > > for this sort of thing?
> >         > >
> >         > > I want this to be in-tree.  If it's in-tree, we can refuse
> >         patches
> >         > > which do not update the documentation.
> >         > >
> >         > > > I think this would be good too and in fact even more
> >         important than the
> >         > > > interface documentation. Everyone needs to be able to
> >         build Xen to hack
> >         > > > on it but only a subset need to know any particular API.
> >         > > >
> >         > > > Also although we recommend that users consume Xen via
> >         their distro where
> >         > > > possible such a guide would also help any who would
> >         rather build from
> >         > > > scratch (e.g. because we've asked them to "try the
> >         latest version" or to
> >         > > > bisect a bug etc).
> >         > >
> >         > > This would be a good candidate for a wiki page, backed up
> >         by revisions
> >         > > of the in-tree README.
> >         >
> >         >
> >         > Any recommendations on what would be a good format to write
> >         these "interface"
> >         > pages in?
> >
> >
> >         For in-line (i.e. in xen/include/public/*.h) docs of APIs I
> >         played a
> >         little bit with integrating kernel-doc into the Xen build
> >         system but it
> >         is tied a little too closely to the kernel build
> >         infrastructure.
> >
> >         Doxygen seems like a plausible alternative with life outside
> >         the kernel
> >         etc. We actually appear to already have some doxygen stuff for
> >         the
> >         pytyhon stuff (judging from the Makefile, I've not actually
> >         noticed the
> >         structured code comments anywhere)
> >
> >         For non-inline docs I think we decided that markdown would be
> >         a good
> >         answer.
> >
> >         Ian.
> >
> >
> >
> >         _______________________________________________
> >         Xen-devel mailing list
> >         Xen-devel@lists.xensource.com
> >         http://lists.xensource.com/xen-devel
> >
> >
> >
> >
> > --
> > Founder | Director | VP Research
> >
> > Orion Virtualisation Solutions | www.orionvm.com.au | Phone: 1300 56
> > 99 52 | Mobile: 0428 754 846
>
>
>


-- 
*
Founder | Director | VP Research
Orion Virtualisation Solutions* | www.orionvm.com.au | Phone: 1300 56 99 52
| Mobile: 0428 754 846

[-- Attachment #1.2: Type: text/html, Size: 9555 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

  reply	other threads:[~2011-09-29 11:24 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-22 13:06 Xen document day (Oct 12 or 26) Konrad Rzeszutek Wilk
2011-09-22 16:32 ` George Dunlap
2011-09-22 17:40   ` Konrad Rzeszutek Wilk
2011-09-24  8:14     ` Ian Campbell
2011-09-26 18:15       ` Konrad Rzeszutek Wilk
2011-09-26 19:02         ` Ian Campbell
2011-09-26 20:24         ` Sander Eikelenboom
     [not found]     ` <20098.1097.824552.541924@mariner.uk.xensource.com>
2011-09-27 22:18       ` Daniel Castro
2011-09-28  7:40         ` Ian Campbell
2011-09-28 13:26           ` Ian Jackson
2011-09-28 13:48             ` Konrad Rzeszutek Wilk
2011-09-28 14:00               ` Ian Campbell
2011-09-29 10:53                 ` Joseph Glanville
2011-09-29 11:01                   ` Ian Campbell
2011-09-29 11:24                     ` Joseph Glanville [this message]
2011-09-29 11:29                       ` Ian Campbell
2011-09-29 11:35                         ` Joseph Glanville
2011-09-29 11:56                           ` Joseph Glanville
2011-09-29 11:59                   ` Sander Eikelenboom
2011-09-29 12:18                     ` Joseph Glanville
2011-09-28 13:58             ` Ian Campbell
2011-09-29 14:13 ` Pasi Kärkkäinen
2011-09-29 14:22   ` Joseph Glanville
2011-09-30 11:36     ` Lars Kurth
2011-09-30 14:20       ` Joseph Glanville
2011-09-30 16:33       ` [Xen-users] " Florian Heigl
2011-09-30 23:52         ` Pasi Kärkkäinen
2011-10-01 18:06           ` Florian Heigl
2011-10-02 11:12             ` Pasi Kärkkäinen
2011-10-03 18:53       ` Konrad Rzeszutek Wilk
2011-10-10 11:33         ` Lars Kurth
2011-10-10 16:04           ` Konrad Rzeszutek Wilk
2011-10-11 16:28             ` Lars Kurth
2011-10-12 18:44               ` Joseph Glanville
2011-10-13 18:02                 ` Konrad Rzeszutek Wilk
2011-10-14  3:43                   ` Re: [Xen-devel] " Andrew Bobulsky
2011-10-17 13:59                     ` [Xen-users] " Ian Campbell
2011-10-17 15:09                       ` Lars Kurth
2011-10-17 15:17                         ` Ian Campbell
2011-10-17 15:37                           ` Lars Kurth
2011-10-18 13:26                             ` Konrad Rzeszutek Wilk
2011-10-19  8:38                               ` Ian Campbell
2011-10-19 18:13                                 ` Lars Kurth
2011-10-21  3:44                                   ` Joseph Glanville
2011-10-21 15:28                                     ` Lars Kurth
2011-10-21 23:33                                       ` Joseph Glanville
2011-10-24 11:35                                         ` Lars Kurth
2011-10-24 14:59                                           ` Joseph Glanville
2011-10-26 19:55                             ` Konrad Rzeszutek Wilk
2011-10-27 10:30                               ` Lars Kurth
2011-10-27 20:23                                 ` Joseph Glanville
2011-10-28 12:47                                   ` Lars Kurth
2011-10-28 14:11                                     ` Joseph Glanville
2011-10-30 20:58                                     ` Florian Heigl
2011-10-31  9:31                                       ` Ian Campbell
2011-10-31  9:40                                         ` Fajar A. Nugraha
2011-11-01  2:17                                       ` Lars Kurth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAOzFzEhNZbnm0mr1-mSU+4em3Kd930qOjmApbAZQ+3MAhskhfw@mail.gmail.com \
    --to=joseph.glanville@orionvm.com.au \
    --cc=Ian.Campbell@eu.citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=evil.dani@gmail.com \
    --cc=konrad.wilk@oracle.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.