qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH 0/2] Make the core disassembler functions target-independ


From: Richard Henderson
Subject: Re: [RFC PATCH 0/2] Make the core disassembler functions target-independent
Date: Mon, 8 May 2023 15:04:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 5/8/23 14:37, Thomas Huth wrote:
Move disas.c into the target-independent source set, so that we
only have to compile this code once instead multiple times (one
time for each target).

Marked as RFC since we have to replace the target_ulongs here
with hwaddr, and the TARGET_FMT_lx with HWADDR_FMT_plx, which is
a little bit ugly ... what's your opinion?

Thomas Huth (2):
   disas: Move softmmu specific code to separate file
   disas: Move disas.c into the target-independent source set

Patches 79-83 from

20230503072331.1747057-1-richard.henderson@linaro.org/">https://patchew.org/QEMU/20230503072331.1747057-1-richard.henderson@linaro.org/

do the same thing, using uint64_t instead of hwaddr (it's not).


r~




reply via email to

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