Home
last modified time | relevance | path

Searched hist:"7 df6f7511769af63c209d2fdcd6c7638f680e35a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/hppa/
H A Dmachine.cdiff 7df6f7511769af63c209d2fdcd6c7638f680e35a Sat Oct 14 00:41:18 CDT 2023 Helge Deller <deller@gmx.de> hw/hppa: Split out machine creation

This is a preparation patch to allow the creation of additional
hppa machine.

It splits out the creation of the machine into a
- machine_HP_common_init_cpus(), and a
- machine_HP_common_init_tail()
function.

This will allow to reuse the basic functions which are common to
all parisc machines.

Signed-off-by: Helge Deller <deller@gmx.de>