qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH v3 14/29] target/i386: Prefer fast cpu_env() over slower CPU


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 14/29] target/i386: Prefer fast cpu_env() over slower CPU QOM cast macro
Date: Mon, 29 Jan 2024 17:50:13 +0100
User-agent: Mozilla Thunderbird

On 29/1/24 17:44, Philippe Mathieu-Daudé wrote:
Mechanical patch produced running the command documented
in scripts/coccinelle/cpu_env.cocci_template header.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
  target/i386/hvf/vmx.h                | 13 ++-------
  hw/i386/fw_cfg.c                     |  3 +-
  hw/i386/vmmouse.c                    |  6 ++--
  hw/i386/xen/xen-hvm.c                |  3 +-
  target/i386/arch_dump.c              | 11 ++------
  target/i386/arch_memory_mapping.c    |  3 +-
  target/i386/cpu-dump.c               |  3 +-
  target/i386/cpu.c                    | 37 ++++++++----------------
  target/i386/helper.c                 | 42 ++++++++--------------------
  target/i386/hvf/hvf.c                |  8 ++----
  target/i386/hvf/x86.c                |  4 +--
  target/i386/hvf/x86_emu.c            |  6 ++--
  target/i386/hvf/x86_task.c           | 10 ++-----
  target/i386/hvf/x86hvf.c             |  9 ++----
  target/i386/kvm/kvm.c                |  6 ++--
  target/i386/kvm/xen-emu.c            | 32 +++++++--------------
  target/i386/tcg/sysemu/bpt_helper.c  |  3 +-
  target/i386/tcg/sysemu/excp_helper.c |  3 +-
  target/i386/tcg/tcg-cpu.c            | 14 +++-------
  target/i386/tcg/user/excp_helper.c   |  6 ++--
  target/i386/tcg/user/seg_helper.c    |  3 +-
  21 files changed, 67 insertions(+), 158 deletions(-)

Actually this one had:

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>

But since I addressed Zhao's suggestion in patch 1
("bulk: Access existing variables initialized to &S->F when available")
which added more changes to this patch, I dropped the tags.



reply via email to

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