]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/sparc/sun4m: Factor out sun4m_machine_class_init()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 3 May 2021 17:13:00 +0000 (19:13 +0200)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Tue, 4 May 2021 21:45:28 +0000 (22:45 +0100)
commitf55e8977ec54e8272f6209e7376a9ca153a74121
tree1354ea8424e0b870e6f6f0d9126200c6b902847d
parent95bc47dec8385e78d6a92c64f25c9f380d95e669
hw/sparc/sun4m: Factor out sun4m_machine_class_init()

Factor out the class_init code common to all machines
to sun4m_machine_class_init().

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <20210503171303.822501-4-f4bug@amsat.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/sparc/sun4m.c