|
|
22c213 |
From f01178897c8f5ff98692a22059dd65e35677eaa3 Mon Sep 17 00:00:00 2001
|
|
|
22c213 |
From: Andrew Jones <drjones@redhat.com>
|
|
|
22c213 |
Date: Mon, 10 Feb 2020 17:33:58 +0000
|
|
|
22c213 |
Subject: [PATCH 18/18] docs/arm-cpu-features: Make kvm-no-adjvtime comment
|
|
|
22c213 |
clearer
|
|
|
22c213 |
MIME-Version: 1.0
|
|
|
22c213 |
Content-Type: text/plain; charset=UTF-8
|
|
|
22c213 |
Content-Transfer-Encoding: 8bit
|
|
|
22c213 |
|
|
|
22c213 |
RH-Author: Andrew Jones <drjones@redhat.com>
|
|
|
22c213 |
Message-id: <20200210173358.16896-3-drjones@redhat.com>
|
|
|
22c213 |
Patchwork-id: 93772
|
|
|
22c213 |
O-Subject: [RHEL-AV-8.2.0 qemu-kvm PATCH 2/2] docs/arm-cpu-features: Make kvm-no-adjvtime comment clearer
|
|
|
22c213 |
Bugzilla: 1801320
|
|
|
22c213 |
RH-Acked-by: Auger Eric <eric.auger@redhat.com>
|
|
|
22c213 |
RH-Acked-by: Gavin Shan <gshan@redhat.com>
|
|
|
22c213 |
RH-Acked-by: Philippe Mathieu-Daudé <philmd@redhat.com>
|
|
|
22c213 |
|
|
|
22c213 |
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1801320
|
|
|
22c213 |
|
|
|
22c213 |
Author: Philippe Mathieu-Daudé <philmd@redhat.com>
|
|
|
22c213 |
Date: Fri, 07 Feb 2020 14:04:28 +0000
|
|
|
22c213 |
|
|
|
22c213 |
docs/arm-cpu-features: Make kvm-no-adjvtime comment clearer
|
|
|
22c213 |
|
|
|
22c213 |
The bold text sounds like 'knock knock'. Only bolding the
|
|
|
22c213 |
second 'not' makes it easier to read.
|
|
|
22c213 |
|
|
|
22c213 |
Fixes: dea101a1ae
|
|
|
22c213 |
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
|
|
|
22c213 |
Reviewed-by: Andrew Jones <drjones@redhat.com>
|
|
|
22c213 |
Message-id: 20200206225148.23923-1-philmd@redhat.com
|
|
|
22c213 |
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
|
|
|
22c213 |
|
|
|
22c213 |
(cherry picked from commit fa3236a970b6ea5be3fa3ad258f1a75920ca1ebb)
|
|
|
22c213 |
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
|
|
|
22c213 |
---
|
|
|
22c213 |
docs/arm-cpu-features.rst | 2 +-
|
|
|
22c213 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
22c213 |
|
|
|
22c213 |
diff --git a/docs/arm-cpu-features.rst b/docs/arm-cpu-features.rst
|
|
|
22c213 |
index 45d1eb6..48d5054 100644
|
|
|
22c213 |
--- a/docs/arm-cpu-features.rst
|
|
|
22c213 |
+++ b/docs/arm-cpu-features.rst
|
|
|
22c213 |
@@ -185,7 +185,7 @@ the list of KVM VCPU features and their descriptions.
|
|
|
22c213 |
|
|
|
22c213 |
kvm-no-adjvtime By default kvm-no-adjvtime is disabled. This
|
|
|
22c213 |
means that by default the virtual time
|
|
|
22c213 |
- adjustment is enabled (vtime is *not not*
|
|
|
22c213 |
+ adjustment is enabled (vtime is not *not*
|
|
|
22c213 |
adjusted).
|
|
|
22c213 |
|
|
|
22c213 |
When virtual time adjustment is enabled each
|
|
|
22c213 |
--
|
|
|
22c213 |
1.8.3.1
|
|
|
22c213 |
|