OSDN Git Service

mac_via: introduce new VMStateDescription for q800 VIA1 and VIA2
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mon, 30 Aug 2021 10:24:36 +0000 (11:24 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 8 Sep 2021 13:37:39 +0000 (15:37 +0200)
commit17de3d578710368381b897654e1b7b77f43be875
tree0f39280d3821cc541c2302541b4127ba4b04367d
parentabf7aee72ea66944a62962603e4c2381f5e473e7
mac_via: introduce new VMStateDescription for q800 VIA1 and VIA2

Move the parent mos6522 objects from vmstate_mac_via into the new VMStateDescription
structures to begin the process of splitting MacVIAState into separate VIA1 and
VIA2 devices.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20210830102447.10806-2-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/misc/mac_via.c