summaryrefslogtreecommitdiffstats
path: root/hw/arm/highbank.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-03-13 18:11:48 +0100
committerLaurent Vivier2021-05-02 17:24:50 +0200
commitcfa52e09c4ddf6698e3e7b590ab3b9e2a01977dd (patch)
treee7476bce1498d8669ef340cbec30169828886af9 /hw/arm/highbank.c
parentvmstate: Constify some VMStateDescriptions (diff)
downloadqemu-cfa52e09c4ddf6698e3e7b590ab3b9e2a01977dd.tar.gz
qemu-cfa52e09c4ddf6698e3e7b590ab3b9e2a01977dd.tar.xz
qemu-cfa52e09c4ddf6698e3e7b590ab3b9e2a01977dd.zip
hw/arm: Constify VMStateDescription
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210313171150.2122409-2-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/arm/highbank.c')
-rw-r--r--hw/arm/highbank.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/highbank.c b/hw/arm/highbank.c
index bf886268c5..5afdd28b35 100644
--- a/hw/arm/highbank.c
+++ b/hw/arm/highbank.c
@@ -170,7 +170,7 @@ struct HighbankRegsState {
uint32_t regs[NUM_REGS];
};
-static VMStateDescription vmstate_highbank_regs = {
+static const VMStateDescription vmstate_highbank_regs = {
.name = "highbank-regs",
.version_id = 0,
.minimum_version_id = 0,