diff mbox

docs: replace xm with xl in xen-tscmode

Message ID 20170524091224.6972-1-olaf@aepfle.de (mailing list archive)
State New, archived
Headers show

Commit Message

Olaf Hering May 24, 2017, 9:12 a.m. UTC
Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 docs/man/xen-tscmode.pod.7 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ian Jackson May 24, 2017, 11:07 a.m. UTC | #1
Olaf Hering writes ("[PATCH] docs: replace xm with xl in xen-tscmode"):
> Signed-off-by: Olaf Hering <olaf@aepfle.de>

Olaf Hering writes ("[PATCH] docs: correct paragraph indention in xen-tscmode"):
> Signed-off-by: Olaf Hering <olaf@aepfle.de>

Both:

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

I think these good for 4.9 and are covered by Julien's exception for
docs.  So Wei or I will commit them soon.

Thanks,
Ian.
Julien Grall May 25, 2017, 7:20 a.m. UTC | #2
Hi Ian,

On 24/05/2017 12:07, Ian Jackson wrote:
> Olaf Hering writes ("[PATCH] docs: replace xm with xl in xen-tscmode"):
>> Signed-off-by: Olaf Hering <olaf@aepfle.de>
>
> Olaf Hering writes ("[PATCH] docs: correct paragraph indention in xen-tscmode"):
>> Signed-off-by: Olaf Hering <olaf@aepfle.de>
>
> Both:
>
> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
>
> I think these good for 4.9 and are covered by Julien's exception for
> docs.  So Wei or I will commit them soon.

Yes that's correct.

Cheers,
Olaf Hering July 24, 2017, 9:11 a.m. UTC | #3
On Thu, May 25, Julien Grall wrote:

> Hi Ian,
> 
> On 24/05/2017 12:07, Ian Jackson wrote:
> > Olaf Hering writes ("[PATCH] docs: replace xm with xl in xen-tscmode"):
> > > Signed-off-by: Olaf Hering <olaf@aepfle.de>
> > Olaf Hering writes ("[PATCH] docs: correct paragraph indention in xen-tscmode"):
> > > Signed-off-by: Olaf Hering <olaf@aepfle.de>
> > Both:
> > Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
> > 
> > I think these good for 4.9 and are covered by Julien's exception for
> > docs.  So Wei or I will commit them soon.
> Yes that's correct.

Both missed the 4.9 release. Please apply now.


Olaf
Wei Liu July 24, 2017, 9:14 a.m. UTC | #4
On Mon, Jul 24, 2017 at 11:11:36AM +0200, Olaf Hering wrote:
> On Thu, May 25, Julien Grall wrote:
> 
> > Hi Ian,
> > 
> > On 24/05/2017 12:07, Ian Jackson wrote:
> > > Olaf Hering writes ("[PATCH] docs: replace xm with xl in xen-tscmode"):
> > > > Signed-off-by: Olaf Hering <olaf@aepfle.de>
> > > Olaf Hering writes ("[PATCH] docs: correct paragraph indention in xen-tscmode"):
> > > > Signed-off-by: Olaf Hering <olaf@aepfle.de>
> > > Both:
> > > Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
> > > 
> > > I think these good for 4.9 and are covered by Julien's exception for
> > > docs.  So Wei or I will commit them soon.
> > Yes that's correct.
> 
> Both missed the 4.9 release. Please apply now.
> 

Queued. Missed this one, sorry.
diff mbox

Patch

diff --git a/docs/man/xen-tscmode.pod.7 b/docs/man/xen-tscmode.pod.7
index 4e1858556c..3bbc96f201 100644
--- a/docs/man/xen-tscmode.pod.7
+++ b/docs/man/xen-tscmode.pod.7
@@ -105,10 +105,10 @@  be read.
 =head1 DETERMINING RDTSC FREQUENCY
 
 To determine the frequency of rdtsc instructions that are emulated,
-an "xm" command can be used by a privileged user of domain0.  The
+an "xl" command can be used by a privileged user of domain0.  The
 command:
 
-    # xm debug-key s; xm dmesg | tail
+    # xl debug-key s; xl dmesg | tail
 
 provides information about TSC usage in each domain where TSC
 emulation is currently enabled.