From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v1 3/3] docs : documentation for the code Date: Thu, 12 Mar 2015 16:20:49 +0000 Message-ID: <5501BCE1.1080308@citrix.com> References: <20150312145909.GA8490@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150312145909.GA8490@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Uma Sharma , xen-devel@lists.xen.org Cc: dario.faggioli@citrix.com, George.Dunlap@citrix.com List-Id: xen-devel@lists.xenproject.org On 12/03/15 14:59, Uma Sharma wrote: > This patch inserts boot paramter documentation in xen-command-line.markdown. > > Signed-off-by: Uma Sharma This change should be in the same patch which introduced the option. ~Andrew > --- > docs/misc/xen-command-line.markdown | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/docs/misc/xen-command-line.markdown b/docs/misc/xen-command-line.markdown > index 63871cb..fec18a1 100644 > --- a/docs/misc/xen-command-line.markdown > +++ b/docs/misc/xen-command-line.markdown > @@ -460,6 +460,13 @@ combination with the `low_crashinfo` command line option. > ### credit2\_load\_window\_shift > > `= ` > > +### credit2\_runqueue > +> `= core | socket` > + > +> Default: `credit2_runqueue=core` > + > +Choose the credit2 runqueue. > + > ### dbgp > > `= ehci[ | @pci:. ]` >