commit | bfec6c83077cd784fb049abbe2c5ff32629a7498 | [log] [tgz] |
---|---|---|
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | Fri Sep 11 22:35:07 2020 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Oct 21 10:34:08 2020 -0400 |
tree | 0c4bd42aa9ee3e3144b98d2c017569b3c79404b3 | |
parent | 36b02df2d204da9f7a571f16ed9e91a4d083f207 [diff] |
virtio-balloon: Constify id_table id_table is not modified, so make it const to allow the compiler to put it in read-only memory. Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Link: https://lore.kernel.org/r/20200911203509.26505-2-rikard.falkeborn@gmail.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: David Hildenbrand <david@redhat.com>