qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for-8.0 0/7] main-loop: Introduce QEMU_IOTHREAD_LOCK_GUARD


From: Paolo Bonzini
Subject: Re: [PATCH for-8.0 0/7] main-loop: Introduce QEMU_IOTHREAD_LOCK_GUARD
Date: Fri, 18 Nov 2022 10:36:13 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1

On 11/18/22 10:18, Richard Henderson wrote:
Simplify the usage of qemu_mutex_lock_iothread.
Split out for ease of review.

Doesn't actually depend on anything, but patchew only handles a single
dependency, so I need to thread the dependency through the patch sets.

Based-on: 20221111074101.2069454-1-richard.henderson@linaro.org
("tcg: Support for Int128 with helpers")

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>


r~


Richard Henderson (7):
   qemu/main-loop: Introduce QEMU_IOTHREAD_LOCK_GUARD
   hw/mips: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_mips_irq_request
   target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interrupt
   target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_interrupt_exittb
   target/riscv: Use QEMU_IOTHREAD_LOCK_GUARD in riscv_cpu_update_mip
   hw/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_set_irq
   accel/tcg: Use QEMU_IOTHREAD_LOCK_GUARD in io_readx/io_writex

  include/qemu/main-loop.h  | 29 +++++++++++++++++++++++++++++
  accel/tcg/cputlb.c        | 25 ++++++++-----------------
  hw/mips/mips_int.c        | 11 +----------
  hw/ppc/ppc.c              | 10 +---------
  target/ppc/excp_helper.c  | 11 +----------
  target/ppc/helper_regs.c  | 14 ++++----------
  target/riscv/cpu_helper.c | 10 +---------
  7 files changed, 45 insertions(+), 65 deletions(-)





reply via email to

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