[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 63/71] audio: Constify VMState
From: |
Richard Henderson |
Subject: |
[PULL 63/71] audio: Constify VMState |
Date: |
Sat, 30 Dec 2023 08:23:38 +1100 |
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231221031652.119827-64-richard.henderson@linaro.org>
---
audio/audio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/audio/audio.c b/audio/audio.c
index 8d1e4ad922..a1097bb016 100644
--- a/audio/audio.c
+++ b/audio/audio.c
@@ -1683,7 +1683,7 @@ static const VMStateDescription vmstate_audio = {
.version_id = 1,
.minimum_version_id = 1,
.needed = vmstate_audio_needed,
- .fields = (VMStateField[]) {
+ .fields = (const VMStateField[]) {
VMSTATE_END_OF_LIST()
}
};
--
2.34.1
- [PULL 57/71] hw/tpm: Constify VMState, (continued)
- [PULL 57/71] hw/tpm: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 62/71] hw/misc/macio: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 67/71] system: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 61/71] hw/watchdog: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 68/71] replay: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 65/71] cpu-target: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 66/71] migration: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 59/71] hw/vfio: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 60/71] hw/virtio: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 64/71] backends: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 63/71] audio: Constify VMState,
Richard Henderson <=
- [PULL 69/71] util/fifo8: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 70/71] tests/unit/test-vmstate: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 71/71] docs: Constify VMstate in examples, Richard Henderson, 2023/12/29