]> git.ipfire.org Git - thirdparty/qemu.git/commit
macio: add missing registers to VMStateDescription
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sat, 30 Sep 2017 16:49:35 +0000 (17:49 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 16 Oct 2017 23:34:00 +0000 (10:34 +1100)
commitc2a0125a8331ed92adbaaea5f43a71fda678c9b9
tree824a07c811ed1144d22ea60dd89e1f752e632504
parentc5bbcaa4b7c0f8a322bebe9ec563560178a68b55
macio: add missing registers to VMStateDescription

Commit 4f7265f "ppc/ide/macio: Add missing registers" added two extra macio
registers but forgot to add them to the corresponding VMStateDescription.

The version number is bumped accordingly, although this will have little
effect given that the Mac machines are practically unmigratable.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: John Snow <jsnow@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ide/macio.c