All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "Philippe Mathieu-Daudé" <philmd@linaro.org>,
	qemu-devel@nongnu.org,
	"Richard Henderson" <richard.henderson@linaro.org>
Subject: Re: [PULL 00/59] target-arm queue
Date: Thu, 23 Apr 2026 13:49:04 -0400	[thread overview]
Message-ID: <20260423174904.GA574634@fedora> (raw)
In-Reply-To: <CAFEAcA_vFBVBiU=27h1j+hWLX4P_qMbSUzW0rLy8yJJGKpx=rA@mail.gmail.com>

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

On Thu, Apr 23, 2026 at 01:53:01PM +0100, Peter Maydell wrote:
> On Thu, 23 Apr 2026 at 13:37, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
> >
> > Stefan, there is a comment on #10 (a8af0fb24da) Richard'd rather
> > to be addressed.
> 
> I would prefer not to reroll the pullreq just for that -- it's a cleanup,
> that's all. Compilation is not broken by that #include line being missing.

Based on Phil's response in the #10 sub-thread there is agreement to
merge this pull request as-is.

Peter: Please send a follow-up to fix the missing #includes.

Thanks,
Stefan

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

  reply	other threads:[~2026-04-23 17:49 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-23 10:01 [PULL 00/59] target-arm queue Peter Maydell
2026-04-23 10:01 ` [PULL 01/59] target/arm/tcg: increase cache level for cpu=max Peter Maydell
2026-04-23 10:01 ` [PULL 02/59] hw/core/machine: topology functions capabilities added Peter Maydell
2026-04-23 10:01 ` [PULL 03/59] hw/arm/virt: add cache hierarchy to device tree Peter Maydell
2026-04-23 10:01 ` [PULL 04/59] bios-tables-test: prepare to change ARM ACPI virt PPTT Peter Maydell
2026-04-23 10:01 ` [PULL 05/59] acpi: Add parameters to pass cache descriptions to ACPI build_pptt() Peter Maydell
2026-04-23 10:01 ` [PULL 06/59] hw/acpi: add cache hierarchy to pptt table Peter Maydell
2026-04-23 10:01 ` [PULL 07/59] tests/qtest/bios-table-test: testing new ARM ACPI PPTT topology Peter Maydell
2026-04-23 10:01 ` [PULL 08/59] Update the ACPI tables based on new aml-build.c Peter Maydell
2026-04-23 10:01 ` [PULL 09/59] target/arm: Move OMAP CP15 register definitions to cpregs-omap.c Peter Maydell
2026-04-23 10:01 ` [PULL 10/59] include/tcg/tcg-op: extract memory operations to tcg-op-mem.h Peter Maydell
2026-04-23 12:35   ` Philippe Mathieu-Daudé
2026-04-23 12:52     ` Peter Maydell
2026-04-23 13:25       ` Philippe Mathieu-Daudé
2026-04-23 10:01 ` [PULL 11/59] target/arm/translate.h: remove tcg-op.h include Peter Maydell
2026-04-23 10:01 ` [PULL 12/59] target/arm/tcg/translate.h: remove tcg-op-gvec.h include Peter Maydell
2026-04-23 10:01 ` [PULL 13/59] target/arm/tcg/translate.h: remove TARGET_AARCH64 Peter Maydell
2026-04-23 10:01 ` [PULL 14/59] target/arm/tcg/translate-vfp.c: make compilation unit common Peter Maydell
2026-04-23 10:01 ` [PULL 15/59] target/arm/tcg/translate-neon.c: " Peter Maydell
2026-04-23 10:01 ` [PULL 16/59] target/arm/tcg/translate-mve.c: " Peter Maydell
2026-04-23 10:01 ` [PULL 17/59] target/arm/tcg/translate-m-nocp.c: " Peter Maydell
2026-04-23 10:01 ` [PULL 18/59] target/arm/tcg/op_helper.c: " Peter Maydell
2026-04-23 10:01 ` [PULL 19/59] target/arm/tcg/gengvec.c: " Peter Maydell
2026-04-23 10:01 ` [PULL 20/59] target/arm/tcg/translate.c: remove MO_TE usage Peter Maydell
2026-04-23 10:01 ` [PULL 21/59] target/arm/tcg/translate.c: replace target_ulong with uint32_t Peter Maydell
2026-04-23 10:01 ` [PULL 22/59] target/arm/tcg/translate.c: extract aarch64_translate_code() Peter Maydell
2026-04-23 10:01 ` [PULL 23/59] tcg/translator: add parameter to translator_loop for current addr type Peter Maydell
2026-04-23 10:01 ` [PULL 24/59] target/arm/tcg/translate.c: replace TCGv with TCGv_va Peter Maydell
2026-04-23 10:01 ` [PULL 25/59] target/arm/tcg/translate-a64.c: use translator_ldl_end instead of arm_ldl_code Peter Maydell
2026-04-23 10:01 ` [PULL 26/59] target/arm/tcg/arm_ldst.h: merge in translate.c Peter Maydell
2026-04-23 10:01 ` [PULL 27/59] target/arm/tcg/translate.c: replace translator_ldl_swap with translator_ldl_end Peter Maydell
2026-04-23 10:01 ` [PULL 28/59] target/arm/cpu.c: simplify endianness handling in arm_disas_set_info Peter Maydell
2026-04-23 10:01 ` [PULL 29/59] target/arm/tcg/translate.c: remove target_ulong Peter Maydell
2026-04-23 10:02 ` [PULL 30/59] target/arm/tcg/translate.c: make compilation unit common Peter Maydell
2026-04-23 10:02 ` [PULL 31/59] target/arm: Replace target_ulong -> vaddr in guarded_page_br() Peter Maydell
2026-04-23 10:02 ` [PULL 32/59] target/arm: Remove target_ulong use in hvf_handle_psci_call() Peter Maydell
2026-04-23 10:02 ` [PULL 33/59] MAINTAINERS: Remove Ahmed Karaman Peter Maydell
2026-04-23 10:02 ` [PULL 34/59] MAINTAINERS: Remove Anup Patel Peter Maydell
2026-04-23 10:02 ` [PULL 35/59] MAINTAINERS: Remove Beniamino Galvani Peter Maydell
2026-04-23 10:02 ` [PULL 36/59] MAINTAINERS: Remove Jeff Cody Peter Maydell
2026-04-23 10:02 ` [PULL 37/59] MAINTAINERS: Remove Coiby Xu Peter Maydell
2026-04-23 10:02 ` [PULL 38/59] MAINTAINERS: Remove Damien Hedde Peter Maydell
2026-04-23 10:02 ` [PULL 39/59] MAINTAINERS: Remove Ed Maste Peter Maydell
2026-04-23 10:02 ` [PULL 40/59] MAINTAINERS: Remove Dongjiu Geng Peter Maydell
2026-04-23 10:02 ` [PULL 41/59] MAINTAINERS: Remove Huai-Cheng Kuo Peter Maydell
2026-04-23 10:02 ` [PULL 42/59] MAINTAINERS: Remove Bastian Koppelmann Peter Maydell
2026-04-23 10:02 ` [PULL 43/59] MAINTAINERS: Remove Mahmoud Mandour Peter Maydell
2026-04-23 10:02 ` [PULL 44/59] MAINTAINERS: Remove Magnus Damm Peter Maydell
2026-04-23 10:02 ` [PULL 45/59] MAINTAINERS: Remove Marcel Apfelbaum Peter Maydell
2026-04-23 10:02 ` [PULL 46/59] MAINTAINERS: Remove Aarushi Mehta Peter Maydell
2026-04-23 10:02 ` [PULL 47/59] MAINTAINERS: Remove Paul Burton Peter Maydell
2026-04-23 10:02 ` [PULL 48/59] MAINTAINERS: Remove Jia Liu Peter Maydell
2026-04-23 10:02 ` [PULL 49/59] MAINTAINERS: Remove Qiuhao Li Peter Maydell
2026-04-23 10:02 ` [PULL 50/59] MAINTAINERS: Remove Luigi Rizzo Peter Maydell
2026-04-23 10:02 ` [PULL 51/59] MAINTAINERS: Remove Ronnie Sahlberg Peter Maydell
2026-04-23 10:02 ` [PULL 52/59] MAINTAINERS: Remove Ryo ONODERA Peter Maydell
2026-04-23 10:02 ` [PULL 53/59] MAINTAINERS: Remove Shannon Zhao Peter Maydell
2026-04-23 10:02 ` [PULL 54/59] MAINTAINERS: Remove Su Hang Peter Maydell
2026-04-23 10:02 ` [PULL 55/59] MAINTAINERS: Remove Vijai Kumar K Peter Maydell
2026-04-23 10:02 ` [PULL 56/59] MAINTAINERS: Remove Yanan Wang Peter Maydell
2026-04-23 10:02 ` [PULL 57/59] MAINTAINERS: Remove Wen Congyang Peter Maydell
2026-04-23 10:02 ` [PULL 58/59] MAINTAINERS: Remove Xiao Guangrong Peter Maydell
2026-04-23 10:02 ` [PULL 59/59] MAINTAINERS: Remove Xie Changlong Peter Maydell
2026-04-23 12:37 ` [PULL 00/59] target-arm queue Philippe Mathieu-Daudé
2026-04-23 12:53   ` Peter Maydell
2026-04-23 17:49     ` Stefan Hajnoczi [this message]
2026-04-23 21:34       ` Philippe Mathieu-Daudé
2026-04-25 12:30 ` Stefan Hajnoczi

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=20260423174904.GA574634@fedora \
    --to=stefanha@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=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 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.