The HPPA machines uses a pair of variables for distinct meanings,
depending on kernel or firmware mode used. Replace by variables
per mode, allowing to use the proper type. This helps reviewing
the code. This cleanup allows removing unjustified target_ulong
uses.

Philippe Mathieu-Daudé (6):
  hw/hppa: Use the machine default boot order at reset
  hw/hppa: Convert type_init() -> DEFINE_TYPES()
  hw/hppa: Factor QOM HPPA_COMMON_MACHINE out
  hw/hppa: Introduce HppaMachineState::boot_info::firmware structure
  hw/hppa: Introduce HppaMachineState::boot_info::kernel structure
  hw/hppa: Move kernel addresses to HppaMachineState::boot_info
    structure

 target/hppa/cpu.h |   4 --
 hw/hppa/machine.c | 162 +++++++++++++++++++++++++++-------------------
 2 files changed, 94 insertions(+), 72 deletions(-)

-- 
2.51.0


Reply via email to