From 875826df959bf953609aa66d793793afa5ad618a Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Thu, 19 Sep 2019 16:38:25 +0900 Subject: [PATCH] Fix unit of hw_rng:rate_period Replace seconds with milliseconds in the description of hw_rng:rate_period. * https://libvirt.org/formatdomain.html#elementsRng Change-Id: I285f68c81b0587c6a197d4791b09234a1697f5e7 Closes-Bug: #1843542 (cherry picked from commit 976120cb20da46258df87b8fa43ba0f8ee6dc675) --- doc/source/user/flavors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user/flavors.rst b/doc/source/user/flavors.rst index 6ff65a4aae0f..3e24fc0072d9 100644 --- a/doc/source/user/flavors.rst +++ b/doc/source/user/flavors.rst @@ -371,7 +371,7 @@ Random-number generator - RATE-BYTES: (integer) Allowed amount of bytes that the guest can read from the host's entropy per period. - - RATE-PERIOD: (integer) Duration of the read period in seconds. + - RATE-PERIOD: (integer) Duration of the read period in milliseconds. .. _extra-specs-performance-monitoring-unit: