projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c21e35
)
virtio-blk: Constify VirtIOFeature feature_sizes[]
author
Philippe Mathieu-Daudé
<philmd@redhat.com>
Tue, 11 May 2021 10:41:56 +0000
(12:41 +0200)
committer
Michael S. Tsirkin
<mst@redhat.com>
Fri, 14 May 2021 12:12:09 +0000
(08:12 -0400)
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <
20210511104157
.
2880306
-3-philmd@redhat.com>
hw/block/virtio-blk.c
patch
|
blob
|
history
diff --git
a/hw/block/virtio-blk.c
b/hw/block/virtio-blk.c
index d28979efb8d72726be556fcee00da8ad3d0f2d16..f139cd7cc9cc3ae044829436222798c9da18fb30 100644
(file)
--- a/
hw/block/virtio-blk.c
+++ b/
hw/block/virtio-blk.c
@@
-40,7
+40,7
@@
* Starting from the discard feature, we can use this array to properly
* set the config size depending on the features enabled.
*/
-static VirtIOFeature feature_sizes[] = {
+static
const
VirtIOFeature feature_sizes[] = {
{.flags = 1ULL << VIRTIO_BLK_F_DISCARD,
.end = endof(struct virtio_blk_config, discard_sector_alignment)},
{.flags = 1ULL << VIRTIO_BLK_F_WRITE_ZEROES,