mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
hw/usb: Constify VMStateDescription
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210313171150.2122409-4-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
54cbf294d3
commit
db2dc7d8df
2 changed files with 5 additions and 5 deletions
|
@ -374,7 +374,7 @@ static void passthru_realize(CCIDCardState *base, Error **errp)
|
|||
card->atr_length = sizeof(DEFAULT_ATR);
|
||||
}
|
||||
|
||||
static VMStateDescription passthru_vmstate = {
|
||||
static const VMStateDescription passthru_vmstate = {
|
||||
.name = "ccid-card-passthru",
|
||||
.version_id = 1,
|
||||
.minimum_version_id = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue