hw/hppa: Split out machine creation
authorHelge Deller <deller@gmx.de>
Sat, 14 Oct 2023 05:41:18 +0000 (07:41 +0200)
committerHelge Deller <deller@gmx.de>
Thu, 19 Oct 2023 22:47:38 +0000 (00:47 +0200)
commit7df6f7511769af63c209d2fdcd6c7638f680e35a
treeca3868ec00425509d07ad726661f8a9924c653c7
parente2c41ee557f4389d577ad54b1c131d2e0b558558
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>
hw/hppa/machine.c