All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [PULL 00/31] Accelerators patches for 2025-07-04
Date: Fri, 4 Jul 2025 13:49:56 -0400	[thread overview]
Message-ID: <20250704174956.GA95170@fedora> (raw)
In-Reply-To: <20250704101433.8813-1-philmd@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 116 bytes --]

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/10.1 for any user-visible changes.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

      parent reply	other threads:[~2025-07-04 17:53 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-04 10:14 [PULL 00/31] Accelerators patches for 2025-07-04 Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 01/31] system/cpus: Assert interrupt handling is done with BQL locked Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 02/31] accel/kvm: Remove kvm_init_cpu_signals() stub Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 03/31] accel/kvm: Reduce kvm_create_vcpu() declaration scope Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 04/31] accel/tcg: Remove 'info opcount' and @x-query-opcount Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 05/31] accel/tcg: Remove profiler leftover Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 06/31] accel/tcg: Factor tcg_dump_flush_info() out Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 07/31] accel/tcg: Factor tcg_dump_stats() out for re-use Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 08/31] accel/hvf: Restrict internal declarations Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 09/31] accel/hvf: Move per-cpu method declarations to hvf-accel-ops.c Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 10/31] accel/hvf: Move generic method declarations to hvf-all.c Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 11/31] cpus: Document CPUState::vcpu_dirty field Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 12/31] accel/hvf: Replace @dirty field by generic " Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 13/31] accel/nvmm: " Philippe Mathieu-Daudé
2026-01-13 19:32   ` Thomas Huth
2026-01-13 20:30     ` Philippe Mathieu-Daudé
2026-01-13 20:36       ` Philippe Mathieu-Daudé
2026-01-14  7:38       ` Markus Armbruster
2026-01-14  9:19         ` Daniel P. Berrangé
2026-01-14  9:26           ` Paolo Bonzini
2026-01-14 10:45             ` Markus Armbruster
2026-01-14 10:54               ` Paolo Bonzini
2026-01-14 11:27                 ` Markus Armbruster
2026-01-14 11:28               ` Reinoud Zandijk
2026-01-14 12:09                 ` Paolo Bonzini
2026-01-14 12:17                 ` Paolo Bonzini
2026-01-15 10:29                   ` Reinoud Zandijk
2026-01-15 11:25                     ` Markus Armbruster
2026-01-15 16:43                       ` Alex Bennée
2026-01-15 19:41                         ` Philippe Mathieu-Daudé
2026-01-14 13:11                 ` Thomas Huth
2026-01-14 10:43           ` Policy regarding platforms / features with out CI coverage (was: [PULL 13/31] accel/nvmm: Replace @dirty field by generic CPUState::vcpu_dirty field) Markus Armbruster
2026-01-14  9:12       ` [PULL 13/31] accel/nvmm: Replace @dirty field by generic CPUState::vcpu_dirty field Daniel P. Berrangé
2025-07-04 10:14 ` [PULL 14/31] accel/whpx: " Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 15/31] accel/kvm: Remove kvm_cpu_synchronize_state() stub Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 16/31] accel/system: Document cpu_synchronize_state() Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 17/31] accel/system: Document cpu_synchronize_state_post_init/reset() Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 18/31] accel/nvmm: Expose nvmm_enabled() to common code Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 19/31] accel/whpx: Expose whpx_enabled() " Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 20/31] accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h' Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 21/31] accel: Expose and register generic_handle_interrupt() Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 22/31] accel: Keep reference to AccelOpsClass in AccelClass Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 23/31] accel: Propagate AccelState to AccelClass::init_machine() Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 24/31] accel/tcg: Prefer local AccelState over global current_accel() Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 25/31] accel/kvm: Prefer local AccelState over global MachineState::accel Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 26/31] accel/kvm: Directly pass KVMState argument to do_kvm_create_vm() Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 27/31] accel: Directly pass AccelState argument to AccelClass::has_memory() Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 28/31] accel: Remove unused MachineState argument of AccelClass::setup_post() Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 29/31] accel: Pass AccelState argument to gdbstub_supported_sstep_flags() Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 30/31] MAINTAINERS: Add me as reviewer of overall accelerators section Philippe Mathieu-Daudé
2025-07-04 10:14 ` [PULL 31/31] hmp-cmds-target.c: add CPU_DUMP_VPU in hmp_info_registers() Philippe Mathieu-Daudé
2025-07-04 17:49 ` Stefan Hajnoczi [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=20250704174956.GA95170@fedora \
    --to=stefanha@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.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 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.