[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] hw/ppc/prep_systemio: Remove &first_cpu and fix IRQ use
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 0/2] hw/ppc/prep_systemio: Remove &first_cpu and fix IRQ use |
Date: |
Fri, 10 Jan 2025 18:32:15 +0100 |
- Pass the CPU from machine as LINK property and remove
one &first_cpu use.
- Call qemu_set_irq() in ResetExit handler, not in Realize.
Philippe Mathieu-Daudé (2):
hw/ppc/prep_systemio: Use link property to remove &first_cpu
hw/ppc/prep_systemio: Set IOMap IRQ in ResetExit() handler
hw/ppc/prep.c | 2 ++
hw/ppc/prep_systemio.c | 20 +++++++++++++++-----
2 files changed, 17 insertions(+), 5 deletions(-)
--
2.47.1
- [PATCH 0/2] hw/ppc/prep_systemio: Remove &first_cpu and fix IRQ use,
Philippe Mathieu-Daudé <=