mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
hw/virtio: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
d3eb6f73e1
commit
1577a9180f
38 changed files with 39 additions and 39 deletions
|
@ -249,7 +249,7 @@ static const VMStateDescription vmstate_virtio_rng = {
|
|||
},
|
||||
};
|
||||
|
||||
static Property virtio_rng_properties[] = {
|
||||
static const Property virtio_rng_properties[] = {
|
||||
/* Set a default rate limit of 2^47 bytes per minute or roughly 2TB/s. If
|
||||
* you have an entropy source capable of generating more entropy than this
|
||||
* and you can pass it through via virtio-rng, then hats off to you. Until
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue