qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v6 00/40] accel: Move has_work() from CPUClass to AccelOpsClass
Date: Sat, 25 Sep 2021 16:20:56 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

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 arm_cpu_has_work as
     CPUClass:has_work
   target/arm: Restrict has_work() handler to sysemu and TCG

Apparently while reworking the target/arm patch I dropped the
target/alpha one, so I have to respin this properly.

(Note however I noticed that locally rebasing my branch on
the recent tcg-next merged tag, and this series did pass the
CI, so I wonder if qemu-alpha is built / tested in CI...
I'll look at it later).

   target/avr: Restrict has_work() handler to sysemu
   target/cris: Restrict has_work() handler to sysemu
   target/hexagon: Remove unused has_work() handler
   target/hppa: Restrict has_work() handler to sysemu
   target/i386: Restrict has_work() handler to sysemu and TCG
   target/m68k: Restrict has_work() handler to sysemu
   target/microblaze: Restrict has_work() handler to sysemu
   target/mips: Restrict has_work() handler to sysemu and TCG
   target/nios2: Restrict has_work() handler to sysemu
   target/openrisc: Restrict has_work() handler to sysemu
   target/ppc: Introduce PowerPCCPUClass::has_work()
   target/ppc: Restrict has_work() handlers to sysemu and TCG
   target/riscv: Restrict has_work() handler to sysemu and TCG
   target/rx: Restrict has_work() handler to sysemu
   target/s390x: Restrict has_work() handler to sysemu and TCG
   target/sh4: Restrict has_work() handler to sysemu
   target/sparc: Remove pointless use of CONFIG_TCG definition
   target/sparc: Restrict has_work() handler to sysemu
   target/tricore: Restrict has_work() handler to sysemu
   target/xtensa: Restrict has_work() handler to sysemu
   accel/tcg: Remove CPUClass::has_work()
   accel/tcg: Simplify tcg_cpu_has_work()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]