Fix unit of hw_rng:rate_period
Replace seconds with milliseconds in the description of hw_rng:rate_period[1]. [1]https://libvirt.org/formatdomain.html#elementsRng Change-Id: I53848359704d68dd84c5be8106f4e259937b8092 Related-Bug:#1843542
This commit is contained in:
parent
53fbfc8c63
commit
c11ebf46e7
@ -22,8 +22,8 @@
|
||||
},
|
||||
"hw_rng:rate_period": {
|
||||
"title": "Random number generator read period.",
|
||||
"description": "Duration of the read period in seconds.",
|
||||
"description": "Duration of the read period in milliseconds.",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user