All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: Fabio Fantoni <fabio.fantoni@m2r.biz>
Cc: xen-devel@lists.xensource.com, wei.liu2@citrix.com,
	Stefano.Stabellini@eu.citrix.com, George.Dunlap@eu.citrix.com,
	Ian.Jackson@eu.citrix.com, Paul.Durrant@citrix.com,
	anthony.perard@citrix.com
Subject: Re: [PATCH v4] libxl: Add AHCI support for upstream qemu
Date: Thu, 9 Jul 2015 12:09:08 +0100	[thread overview]
Message-ID: <1436440148.23508.109.camel@citrix.com> (raw)
In-Reply-To: <1436365865-4545-1-git-send-email-fabio.fantoni@m2r.biz>

On Wed, 2015-07-08 at 16:31 +0200, Fabio Fantoni wrote:
> diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5
> index a3e0e2e..ef7d558 100644
> --- a/docs/man/xl.cfg.pod.5
> +++ b/docs/man/xl.cfg.pod.5
> @@ -904,6 +904,16 @@ default is B<cd>.
>  
>  =back
>  
> +=item B<hdtype="STRING">
> +
> +Select the hd disk type (ide|ahci).
> +If hdtype=ahci adds ich9 disk controller in AHCI mode and uses it with
> +upstream qemu to emulate disks instead of IDE. It decreases boot time
> +but may not be supported by default in Windows xp and older Windows.
> +The default is ide.
> +
> +=back

While applying one of my test architectures (arm32) complained:
man/xl.cfg.pod.5 around line 885: '=item' outside of any '=over'
POD document had syntax errors at /usr/bin/pod2man line 71.


I'm going to add this little fixup:
diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5
index 6ab9a6e..ded3f78 100644
--- a/docs/man/xl.cfg.pod.5
+++ b/docs/man/xl.cfg.pod.5
@@ -882,6 +882,10 @@ default is B<cd>.
 
 =back
 
+=head 3 Emulated disk controller type
+
+=over 4
+
 =item B<hdtype="STRING">
 
 Select the hd disk type (ide|ahci).

Ian.

      parent reply	other threads:[~2015-07-09 11:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-08 14:31 [PATCH v4] libxl: Add AHCI support for upstream qemu Fabio Fantoni
2015-07-09 10:26 ` Ian Campbell
2015-07-09 10:36   ` Fabio Fantoni
2015-07-09 10:43     ` Ian Campbell
2015-07-09 11:55     ` Ian Campbell
2015-07-09 11:09 ` Ian Campbell [this message]

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=1436440148.23508.109.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=George.Dunlap@eu.citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=Paul.Durrant@citrix.com \
    --cc=Stefano.Stabellini@eu.citrix.com \
    --cc=anthony.perard@citrix.com \
    --cc=fabio.fantoni@m2r.biz \
    --cc=wei.liu2@citrix.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.