From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Hervé Poussineau" <hpoussin@reactos.org>,
"Aleksandar Rikalo" <arikalo@gmail.com>,
"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
"Bernhard Beschow" <shentey@gmail.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Huacai Chen" <chenhuacai@kernel.org>,
"Aurelien Jarno" <aurelien@aurel32.net>
Subject: [PATCH 0/6] target/mips: Convert legacy qemu_allocate_irqs() to qemu_init_irq()
Date: Tue, 21 Jan 2025 17:18:11 +0100 [thread overview]
Message-ID: <20250121161817.33654-1-philmd@linaro.org> (raw)
IRQ cleanup in bonito64 in order to remove legacy qemu_allocate_irqs
call in target/mips/.
Philippe Mathieu-Daudé (6):
hw/pci-host/bonito: Expose output IRQ as QDev GPIO
target/mips: Create clock *after* accelerator vCPU is realized
target/mips: Initialize CPU-specific timer/IRQs once in DeviceRealize
target/mips: Pass env to cpu_mips_clock_init()
target/mips: Move CPU timer from hw/mips/ to target/mips/system/
target/mips: Allocate CPU IRQs within CPUMIPSState
include/hw/mips/mips.h | 2 +-
target/mips/cpu.h | 5 ++-
target/mips/internal.h | 3 ++
hw/intc/mips_gic.c | 4 +--
hw/mips/cps.c | 4 ---
hw/mips/fuloong2e.c | 8 ++---
hw/mips/jazz.c | 10 ++----
hw/mips/loongson3_virt.c | 8 ++---
hw/mips/malta.c | 8 ++---
hw/mips/mipssim.c | 8 ++---
hw/pci-host/bonito.c | 14 ++++----
target/mips/cpu.c | 33 +++++++++++--------
target/mips/system/cp0_timer.c | 8 ++---
.../mips/system/interrupts.c | 11 ++-----
hw/mips/meson.build | 2 +-
target/mips/system/meson.build | 1 +
16 files changed, 53 insertions(+), 76 deletions(-)
rename hw/mips/mips_int.c => target/mips/system/interrupts.c (90%)
--
2.47.1
next reply other threads:[~2025-01-21 16:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-21 16:18 Philippe Mathieu-Daudé [this message]
2025-01-21 16:18 ` [PATCH 1/6] hw/pci-host/bonito: Expose output IRQ as QDev GPIO Philippe Mathieu-Daudé
2025-01-21 16:18 ` [PATCH 2/6] target/mips: Create clock *after* accelerator vCPU is realized Philippe Mathieu-Daudé
2025-01-21 16:18 ` [PATCH 3/6] target/mips: Initialize CPU-specific timer/IRQs once in DeviceRealize Philippe Mathieu-Daudé
2025-01-21 23:07 ` Richard Henderson
2025-01-21 16:18 ` [PATCH 4/6] target/mips: Pass env to cpu_mips_clock_init() Philippe Mathieu-Daudé
2025-01-21 16:18 ` [PATCH 5/6] target/mips: Move CPU timer from hw/mips/ to target/mips/system/ Philippe Mathieu-Daudé
2025-01-21 23:08 ` Richard Henderson
2025-01-21 16:18 ` [PATCH 6/6] target/mips: Allocate CPU IRQs within CPUMIPSState Philippe Mathieu-Daudé
2025-01-21 16:20 ` Philippe Mathieu-Daudé
2025-01-21 23:12 ` Richard Henderson
2025-01-21 16:42 ` [PATCH 0/6] target/mips: Convert legacy qemu_allocate_irqs() to qemu_init_irq() Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250121161817.33654-1-philmd@linaro.org \
--to=philmd@linaro.org \
--cc=arikalo@gmail.com \
--cc=aurelien@aurel32.net \
--cc=chenhuacai@kernel.org \
--cc=hpoussin@reactos.org \
--cc=jiaxun.yang@flygoat.com \
--cc=qemu-devel@nongnu.org \
--cc=shentey@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.