On Mon, Feb 22, 2021 at 04:22:06PM +0100, BALATON Zoltan wrote:
The Marvell Discovery II aka. MV64361 is a PowerPC system controller
chip that is used on the pegasos2 PPC board. This adds emulation of it
that models the device enough to boot guests on this board. The
mv643xx.h header with register definitions is taken from Linux 4.15.10
only fixing end of line white space errors and removing not needed
parts, it's otherwise keeps Linux formatting.
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
This needs to go before the previous patch to avoid bisect breakage,
doesn't it?