qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Anton Johansson <anjo@rev.ng>, qemu-devel@nongnu.org
Subject: Re: [PATCH 0/9] Replace remaining target_ulong in system-mode accel
Date: Tue, 8 Aug 2023 17:03:55 -0700	[thread overview]
Message-ID: <e871da82-dcaf-b7da-d299-99e8911d1e9b@linaro.org> (raw)
In-Reply-To: <20230807155706.9580-1-anjo@rev.ng>

On 8/7/23 08:56, Anton Johansson wrote:
> This patchset replaces the remaining uses of target_ulong in the accel/
> directory.  Specifically, the address type of a few kvm/hvf functions
> is widened to vaddr, and the address type of the cpu_[st|ld]*()
> functions is changed to abi_ptr (which is re-typedef'd to vaddr in
> system mode).
> 
> As a starting point, my goal is to be able to build cputlb.c once for
> system mode, and this is a step in that direction by reducing the
> target-dependence of accel/.
> 
> * Changes in v2:
>      - Removed explicit target_ulong casts from 3rd and 4th patches.

Queued to for 8.2.


r~


  parent reply	other threads:[~2023-08-09  0:04 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-07 15:56 [PATCH 0/9] Replace remaining target_ulong in system-mode accel Anton Johansson via
2023-08-07 15:56 ` [PATCH v2 1/9] accel/kvm: Widen pc/saved_insn for kvm_sw_breakpoint Anton Johansson via
2023-08-07 15:56 ` [PATCH v2 2/9] accel/hvf: Widen pc/saved_insn for hvf_sw_breakpoint Anton Johansson via
2023-08-07 15:57 ` [PATCH v2 3/9] target: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint Anton Johansson via
2023-08-08 23:52   ` Richard Henderson
2023-08-07 15:57 ` [PATCH v2 4/9] target: Use vaddr for hvf_arch_[insert|remove]_hw_breakpoint Anton Johansson via
2023-08-08 23:52   ` Richard Henderson
2023-08-07 15:57 ` [PATCH v2 5/9] Replace target_ulong with abi_ptr in cpu_[st|ld]*() Anton Johansson via
2023-08-07 15:57 ` [PATCH v2 6/9] include/exec: typedef abi_ptr to vaddr in softmmu Anton Johansson via
2023-08-07 15:57 ` [PATCH v2 7/9] include/exec: Widen tlb_hit/tlb_hit_page() Anton Johansson via
2023-08-07 15:57 ` [PATCH v2 8/9] accel/tcg: Widen address arg. in tlb_compare_set() Anton Johansson via
2023-08-07 15:57 ` [PATCH v2 9/9] accel/tcg: Update run_on_cpu_data static assert Anton Johansson via
2023-08-09  0:03 ` Richard Henderson [this message]
2023-09-21 19:03 ` [PATCH 0/9] Replace remaining target_ulong in system-mode accel Michael Tokarev
2023-09-22 10:45   ` Anton Johansson via
2023-09-23  4:51     ` Michael Tokarev
2023-09-25 11:41       ` Anton Johansson via
  -- strict thread matches above, loose matches on Subject: below --
2023-08-22 19:02 timothee.cocault
2023-08-22 19:33 ` Michael Tokarev
2023-08-22 19:44   ` Michael Tokarev
2023-07-21 20:58 Anton Johansson via

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=e871da82-dcaf-b7da-d299-99e8911d1e9b@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=anjo@rev.ng \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).