From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org
Cc: Richard Henderson <richard.henderson@linaro.org>
Subject: Re: [PATCH v3 00/24] cpus: Restrict CPU has_work() handlers to system emulation
Date: Sun, 9 Mar 2025 14:38:23 +0100 [thread overview]
Message-ID: <17d686cd-dee5-457f-8089-0ae92dfebd57@linaro.org> (raw)
In-Reply-To: <20250125170125.32855-1-philmd@linaro.org>
On 25/1/25 18:01, Philippe Mathieu-Daudé wrote:
> Philippe Mathieu-Daudé (24):
> cpus: Restrict cpu_has_work() to system emulation
> cpus: Un-inline cpu_has_work()
> cpus: Introduce SysemuCPUOps::has_work() handler
> target/alpha: Move has_work() from CPUClass to SysemuCPUOps
> target/arm: Move has_work() from CPUClass to SysemuCPUOps
> target/avr: Move has_work() from CPUClass to SysemuCPUOps
> target/hexagon: Remove CPUClass:has_work() handler
> target/hppa: Move has_work() from CPUClass to SysemuCPUOps
> target/i386: Move has_work() from CPUClass to SysemuCPUOps
> target/loongarch: Move has_work() from CPUClass to SysemuCPUOps
> target/m68k: Move has_work() from CPUClass to SysemuCPUOps
> target/microblaze: Move has_work() from CPUClass to SysemuCPUOps
> target/mips: Move has_work() from CPUClass to SysemuCPUOps
> target/openrisc: Move has_work() from CPUClass to SysemuCPUOps
> target/ppc: Move has_work() from CPUClass to SysemuCPUOps
> target/riscv: Move has_work() from CPUClass to SysemuCPUOps
> target/rx: Move has_work() from CPUClass to SysemuCPUOps
> target/s390x: Restrict I/O handler installers to system emulation
> target/s390x: Move has_work() from CPUClass to SysemuCPUOps
> target/sh4: Move has_work() from CPUClass to SysemuCPUOps
> target/sparc: Move has_work() from CPUClass to SysemuCPUOps
> target/tricore: Move has_work() from CPUClass to SysemuCPUOps
> target/xtensa: Move has_work() from CPUClass to SysemuCPUOps
> cpus: Remove CPUClass::has_work() handler
Series queued, thanks.
prev parent reply other threads:[~2025-03-09 13:39 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-25 17:01 [PATCH v3 00/24] cpus: Restrict CPU has_work() handlers to system emulation Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 01/24] cpus: Restrict cpu_has_work() " Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 02/24] cpus: Un-inline cpu_has_work() Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 03/24] cpus: Introduce SysemuCPUOps::has_work() handler Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 04/24] target/alpha: Move has_work() from CPUClass to SysemuCPUOps Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 05/24] target/arm: " Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 06/24] target/avr: " Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 07/24] target/hexagon: Remove CPUClass:has_work() handler Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 08/24] target/hppa: Move has_work() from CPUClass to SysemuCPUOps Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 09/24] target/i386: " Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 10/24] target/loongarch: " Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 11/24] target/m68k: " Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 12/24] target/microblaze: " Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 13/24] target/mips: " Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 14/24] target/openrisc: " Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 15/24] target/ppc: " Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 16/24] target/riscv: " Philippe Mathieu-Daudé
2025-01-26 12:29 ` Richard Henderson
2025-01-25 17:01 ` [PATCH v3 17/24] target/rx: " Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 18/24] target/s390x: Restrict I/O handler installers to system emulation Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 19/24] target/s390x: Move has_work() from CPUClass to SysemuCPUOps Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 20/24] target/sh4: " Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 21/24] target/sparc: " Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 22/24] target/tricore: " Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 23/24] target/xtensa: " Philippe Mathieu-Daudé
2025-01-25 17:01 ` [PATCH v3 24/24] cpus: Remove CPUClass::has_work() handler Philippe Mathieu-Daudé
2025-01-26 12:31 ` Richard Henderson
2025-01-27 7:50 ` Philippe Mathieu-Daudé
2025-02-10 21:36 ` Philippe Mathieu-Daudé
2025-02-10 21:38 ` Richard Henderson
2025-02-10 21:57 ` [PATCH v3 00/24] cpus: Restrict CPU has_work() handlers to system emulation Philippe Mathieu-Daudé
2025-03-09 13:38 ` Philippe Mathieu-Daudé [this message]
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=17d686cd-dee5-457f-8089-0ae92dfebd57@linaro.org \
--to=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).