43 lines
1.7 KiB
Diff
43 lines
1.7 KiB
Diff
From 5cef3caf8b82a15405eb7d08c96c346451cab7f7 Mon Sep 17 00:00:00 2001
|
|
Message-Id: <5cef3caf8b82a15405eb7d08c96c346451cab7f7@dist-git>
|
|
From: Andrea Bolognani <abologna@redhat.com>
|
|
Date: Fri, 14 Feb 2020 14:50:34 +0100
|
|
Subject: [PATCH] docs: List the armvtimer timer among all others
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
|
|
Reviewed-by: Ján Tomko <jtomko@redhat.com>
|
|
(cherry picked from commit 1d742a8772848a72667e1e5e0fa0841abf0af647)
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1762634
|
|
|
|
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
|
|
Message-Id: <20200214135034.719753-1-abologna@redhat.com>
|
|
Reviewed-by: Ján Tomko <jtomko@redhat.com>
|
|
---
|
|
docs/formatdomain.html.in | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
|
|
index 98a811bd09..2b6a3fb921 100644
|
|
--- a/docs/formatdomain.html.in
|
|
+++ b/docs/formatdomain.html.in
|
|
@@ -2466,9 +2466,9 @@
|
|
"platform" (currently unsupported),
|
|
"hpet" (libxl, xen, qemu), "kvmclock" (qemu),
|
|
"pit" (qemu), "rtc" (qemu), "tsc" (libxl, qemu -
|
|
- <span class="since">since 3.2.0</span>)
|
|
- or "hypervclock"
|
|
- (qemu - <span class="since">since 1.2.2</span>).
|
|
+ <span class="since">since 3.2.0</span>), "hypervclock"
|
|
+ (qemu - <span class="since">since 1.2.2</span>) or
|
|
+ "armvtimer" (qemu - <span class="since">since 6.1.0</span>).
|
|
|
|
The <code>hypervclock</code> timer adds support for the
|
|
reference time counter and the reference page for iTSC
|
|
--
|
|
2.25.0
|
|
|