[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 63/71] audio: Constify VMState
|
From: |
Richard Henderson |
|
Subject: |
[PATCH 63/71] audio: Constify VMState |
|
Date: |
Sun, 5 Nov 2023 22:58:19 -0800 |
Signed-off-by: Richard Henderson <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 f91e05b72c..efb6cc0a01 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
- [PATCH 61/71] hw/watchdog: Constify VMState, (continued)
- [PATCH 61/71] hw/watchdog: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 68/71] replay: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 67/71] system: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 56/71] hw/timer: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 54/71] hw/sparc: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 69/71] util/fifo8: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 45/71] hw/pci-bridge: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 58/71] hw/usb: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 63/71] audio: Constify VMState,
Richard Henderson <=
- [PATCH 65/71] cpu-target: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 71/71] docs: Constify VMstate in examples, Richard Henderson, 2023/11/06