diff options
author | Mark Cave-Ayland | 2021-06-25 18:35:54 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2021-07-02 17:35:08 +0200 |
commit | 8660df5ea25ea4e6ee94fca43559165fe7610199 (patch) | |
tree | 60dde782dfc37853bc983566fcbb20213c8bda2c /hw/net/dp8393x.c | |
parent | g364fb: use RAM memory region for framebuffer (diff) | |
download | qemu-8660df5ea25ea4e6ee94fca43559165fe7610199.tar.gz qemu-8660df5ea25ea4e6ee94fca43559165fe7610199.tar.xz qemu-8660df5ea25ea4e6ee94fca43559165fe7610199.zip |
g364fb: add VMStateDescription for G364SysBusState
Currently when QEMU attempts to migrate the MIPS magnum machine it crashes due
to a mistake in the g364fb VMStateDescription configuration which expects a
G364SysBusState and not a G364State.
Resolve the issue by adding a new VMStateDescription for G364SysBusState and
embedding the existing vmstate_g364fb VMStateDescription inside it using
VMSTATE_STRUCT.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fixes: 97a3f6ffbba ("g364fb: convert to qdev")
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210625163554.14879-3-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw/net/dp8393x.c')
0 files changed, 0 insertions, 0 deletions