Hello, This series propagates M68kCPU arguments along the call chain in preparation for CPU_COMMON -> CPUState interrupt field movements and function changes.
It is based on my current qom-cpu-next queue: https://github.com/afaerber/qemu-cpu/commits/qom-cpu-next If there are no objections, I'll soon apply this to the qom-cpu-next queue. Regards, Andreas Andreas Färber (4): target-m68k: Return M68kCPU from cpu_m68k_init() mcf5206: Pass M68kCPU to mcf5206_init() mcf_intc: Pass M68kCPU to mcf_intc_init() target-m68k: Pass M68kCPU to m68k_set_irq_level() hw/an5206.c | 11 +++++++---- hw/mcf.h | 4 ++-- hw/mcf5206.c | 8 ++++---- hw/mcf5208.c | 11 +++++++---- hw/mcf_intc.c | 8 ++++---- target-m68k/cpu.h | 14 +++++++++++--- target-m68k/helper.c | 8 +++++--- 7 Dateien geändert, 40 Zeilen hinzugefügt(+), 24 Zeilen entfernt(-) -- 1.7.10.4