From: Zhao Liu <zhao1.liu@intel.com>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>
Cc: qemu-devel@nongnu.org, Anton Johansson <anjo@rev.ng>,
qemu-arm@nongnu.org,
Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
Paolo Bonzini <pbonzini@redhat.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
Artyom Tarasenko <atar4qemu@gmail.com>,
Peter Maydell <peter.maydell@linaro.org>,
David Hildenbrand <david@kernel.org>,
Peter Xu <peterx@redhat.com>
Subject: Re: [PATCH 01/14] target/i386: Remove x86_stl_phys_notdirty() leftover
Date: Thu, 18 Dec 2025 15:26:50 +0800 [thread overview]
Message-ID: <aUOsuvGfQbA61n26@intel.com> (raw)
In-Reply-To: <20251217143150.94463-2-philmd@linaro.org>
On Wed, Dec 17, 2025 at 03:31:37PM +0100, Philippe Mathieu-Daudé wrote:
> Date: Wed, 17 Dec 2025 15:31:37 +0100
> From: Philippe Mathieu-Daudé <philmd@linaro.org>
> Subject: [PATCH 01/14] target/i386: Remove x86_stl_phys_notdirty() leftover
> X-Mailer: git-send-email 2.52.0
>
> Last use of x86_stl_phys_notdirty() was removed in commit 4a1e9d4d11c
> ("target/i386: Use atomic operations for pte updates"), let's remove.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> target/i386/cpu.h | 1 -
> target/i386/helper.c | 10 ----------
> 2 files changed, 11 deletions(-)
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
next prev parent reply other threads:[~2025-12-18 7:02 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-17 14:31 [PATCH 00/14] system/memory: Clean ups around address_space_ldst() endian variants Philippe Mathieu-Daudé
2025-12-17 14:31 ` [PATCH 01/14] target/i386: Remove x86_stl_phys_notdirty() leftover Philippe Mathieu-Daudé
2025-12-17 18:38 ` Pierrick Bouvier
2025-12-17 18:59 ` Richard Henderson
2025-12-18 7:26 ` Zhao Liu [this message]
2025-12-17 14:31 ` [PATCH 02/14] target/sparc: Update MMU page table using stl_phys() Philippe Mathieu-Daudé
2025-12-17 18:39 ` Pierrick Bouvier
2025-12-17 19:03 ` Richard Henderson
2025-12-17 14:31 ` [PATCH 03/14] hw/arm: Update bootloader generated with '-kernel' " Philippe Mathieu-Daudé
2025-12-17 18:39 ` Pierrick Bouvier
2025-12-17 19:07 ` Richard Henderson
2025-12-17 14:31 ` [PATCH 04/14] system/memory: Remove address_space_stl_notdirty and stl_phys_notdirty Philippe Mathieu-Daudé
2025-12-17 18:39 ` Pierrick Bouvier
2025-12-17 19:08 ` Richard Henderson
2025-12-17 14:31 ` [PATCH 05/14] system/physmem: Inline and remove leul_to_cpu() Philippe Mathieu-Daudé
2025-12-17 18:42 ` Pierrick Bouvier
2025-12-17 19:09 ` Richard Henderson
2025-12-17 14:31 ` [PATCH 06/14] system/physmem: Use explicit endianness in subpage_ops::read/write() Philippe Mathieu-Daudé
2025-12-17 19:43 ` Richard Henderson
2025-12-17 14:31 ` [PATCH 07/14] system/memory: Split MemoryRegionCache API to 'memory_cached.h' Philippe Mathieu-Daudé
2025-12-17 18:43 ` Pierrick Bouvier
2025-12-17 19:44 ` Richard Henderson
2025-12-17 14:31 ` [PATCH 08/14] system/memory: Inline address_space_stq_internal() Philippe Mathieu-Daudé
2025-12-17 18:46 ` Pierrick Bouvier
2025-12-17 20:08 ` Richard Henderson
2025-12-17 14:31 ` [PATCH 09/14] system/memory: Define address_space_ldst[W] endian variants via template Philippe Mathieu-Daudé
2025-12-17 20:20 ` Richard Henderson
2025-12-17 14:31 ` [PATCH 10/14] system/memory: Define address_space_ldst[L] " Philippe Mathieu-Daudé
2025-12-17 20:22 ` Richard Henderson
2025-12-17 14:31 ` [PATCH 11/14] system/memory: Define address_space_ldst[Q] " Philippe Mathieu-Daudé
2025-12-17 20:22 ` Richard Henderson
2025-12-17 14:31 ` [PATCH 12/14] system/memory: Factor address_space_ldst[M]_internal() helper out Philippe Mathieu-Daudé
2025-12-17 20:29 ` Richard Henderson
2025-12-17 14:31 ` [PATCH 13/14] system/memory: Pass device_endian argument as MemOp bit Philippe Mathieu-Daudé
2025-12-17 20:31 ` Richard Henderson
2025-12-17 14:31 ` [PATCH 14/14] system/memory: Sort methods in memory_ldst.c.inc file Philippe Mathieu-Daudé
2025-12-17 20:32 ` Richard Henderson
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=aUOsuvGfQbA61n26@intel.com \
--to=zhao1.liu@intel.com \
--cc=anjo@rev.ng \
--cc=atar4qemu@gmail.com \
--cc=david@kernel.org \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=peterx@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-arm@nongnu.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.