* [PATCH] docs: replace xm with xl in xen-tscmode
@ 2017-05-24 9:12 Olaf Hering
2017-05-24 9:12 ` [PATCH] docs: correct paragraph indention " Olaf Hering
0 siblings, 1 reply; 6+ messages in thread
From: Olaf Hering @ 2017-05-24 9:12 UTC (permalink / raw)
To: Ian Jackson, Wei Liu, xen-devel; +Cc: Olaf Hering
Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
docs/man/xen-tscmode.pod.7 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] docs: correct paragraph indention in xen-tscmode
@ 2017-05-24 9:12 ` Olaf Hering
2017-05-24 11:07 ` [PATCH for-4.9] docs: replace xm with xl in xen-tscmode [and 1 more messages] Ian Jackson
0 siblings, 1 reply; 6+ messages in thread
From: Olaf Hering @ 2017-05-24 9:12 UTC (permalink / raw)
To: Ian Jackson, Wei Liu, xen-devel; +Cc: Olaf Hering
Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
docs/man/xen-tscmode.pod.7 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/man/xen-tscmode.pod.7 b/docs/man/xen-tscmode.pod.7
index 0f9345358d..4e1858556c 100644
--- a/docs/man/xen-tscmode.pod.7
+++ b/docs/man/xen-tscmode.pod.7
@@ -96,11 +96,12 @@ the underlying hardware, and
=item *
whether or not the VM has been saved/restored/migrated
-To understand this in more detail, the rest of this document must
-be read.
=back
+To understand this in more detail, the rest of this document must
+be read.
+
=head1 DETERMINING RDTSC FREQUENCY
To determine the frequency of rdtsc instructions that are emulated,
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH for-4.9] docs: replace xm with xl in xen-tscmode [and 1 more messages]
2017-05-24 9:12 ` [PATCH] docs: correct paragraph indention " Olaf Hering
@ 2017-05-24 11:07 ` Ian Jackson
2017-05-25 7:20 ` Julien Grall
0 siblings, 1 reply; 6+ messages in thread
From: Ian Jackson @ 2017-05-24 11:07 UTC (permalink / raw)
To: Olaf Hering; +Cc: Julien Grall, Wei Liu, xen-devel
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.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH for-4.9] docs: replace xm with xl in xen-tscmode [and 1 more messages]
2017-05-24 11:07 ` [PATCH for-4.9] docs: replace xm with xl in xen-tscmode [and 1 more messages] Ian Jackson
@ 2017-05-25 7:20 ` Julien Grall
2017-07-24 9:11 ` Olaf Hering
0 siblings, 1 reply; 6+ messages in thread
From: Julien Grall @ 2017-05-25 7:20 UTC (permalink / raw)
To: Ian Jackson, Olaf Hering; +Cc: nd, Wei Liu, xen-devel
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,
--
Julien Grall
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH for-4.9] docs: replace xm with xl in xen-tscmode [and 1 more messages]
2017-05-25 7:20 ` Julien Grall
@ 2017-07-24 9:11 ` Olaf Hering
2017-07-24 9:14 ` Wei Liu
0 siblings, 1 reply; 6+ messages in thread
From: Olaf Hering @ 2017-07-24 9:11 UTC (permalink / raw)
To: Julien Grall; +Cc: Wei Liu, nd, Ian Jackson, xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 638 bytes --]
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
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
[-- Attachment #2: Type: text/plain, Size: 127 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH for-4.9] docs: replace xm with xl in xen-tscmode [and 1 more messages]
2017-07-24 9:11 ` Olaf Hering
@ 2017-07-24 9:14 ` Wei Liu
0 siblings, 0 replies; 6+ messages in thread
From: Wei Liu @ 2017-07-24 9:14 UTC (permalink / raw)
To: Olaf Hering; +Cc: Wei Liu, Julien Grall, nd, Ian Jackson, xen-devel
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.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-07-24 9:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-24 9:12 [PATCH] docs: replace xm with xl in xen-tscmode Olaf Hering
2017-05-24 9:12 ` [PATCH] docs: correct paragraph indention " Olaf Hering
2017-05-24 11:07 ` [PATCH for-4.9] docs: replace xm with xl in xen-tscmode [and 1 more messages] Ian Jackson
2017-05-25 7:20 ` Julien Grall
2017-07-24 9:11 ` Olaf Hering
2017-07-24 9:14 ` Wei Liu
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.