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