]> git.proxmox.com Git - mirror_qemu.git/commit
mos6522: fix vmstate_mos6522_timer version in vmstate_mos6522
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Thu, 7 Jun 2018 17:17:48 +0000 (18:17 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 12 Jun 2018 00:44:36 +0000 (10:44 +1000)
commit72ee08cf4f2d4443d198b4e9f7a6fa2beb06dd6b
tree5a27a1a722554ef4ae2df66940c12c4491efe3ed
parent5b64db9754bde0b8e0329ce77d3647a0a2f6da56
mos6522: fix vmstate_mos6522_timer version in vmstate_mos6522

This was accidentally introduced when extracting the 6522 VIA functionality
from the CUDA device, and prevents loadvm from completing successfully.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/misc/mos6522.c