Re: [PATCH v6 00/40] accel: Move has_work() from CPUClass to AccelOpsClass

2021-09-25 Thread Philippe Mathieu-Daudé
On 9/24/21 11:38, Philippe Mathieu-Daudé wrote: CPU has_work() is a per-accelerator handler. This series is organized in 2 parts: - Patches 1-15: Move has_work() from CPUClass to AccelOpsClass - Patches 16-40: Move remainging has_work() to TCGCPUOps target/arm: Explicit v7M cores use

[PATCH v6 00/40] accel: Move has_work() from CPUClass to AccelOpsClass

2021-09-24 Thread Philippe Mathieu-Daudé
Hi, CPU has_work() is a per-accelerator handler. This series is organized in 2 parts: - Patches 1-15: Move has_work() from CPUClass to AccelOpsClass - Patches 16-40: Move remainging has_work() to TCGCPUOps I prefer to send as a single big series to be sure it is merged at once, since the 2nd