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