mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/pci: Constify VMState
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231221031652.119827-45-richard.henderson@linaro.org>
This commit is contained in:
parent
be555ec413
commit
8e5e0890b7
6 changed files with 11 additions and 11 deletions
|
@ -736,7 +736,7 @@ static int shpc_load(QEMUFile *f, void *pv, size_t size,
|
|||
return 0;
|
||||
}
|
||||
|
||||
VMStateInfo shpc_vmstate_info = {
|
||||
const VMStateInfo shpc_vmstate_info = {
|
||||
.name = "shpc",
|
||||
.get = shpc_load,
|
||||
.put = shpc_save,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue