Re: [PATCH v2 0/5] Make the core disassembler functions target-independent

2023-05-09 Thread Thomas Huth
On 09/05/2023 18.33, Richard Henderson wrote: Merges Thomas' RFC patch set with part of my "build-tcg-once" patch set. The only real change from Thomas' is to use uint64_t instead of hwaddr. Thanks for integrating it! There's a minor nit in patch 5, but apart from that, I think this series is

[PATCH v2 0/5] Make the core disassembler functions target-independent

2023-05-09 Thread Richard Henderson
Merges Thomas' RFC patch set with part of my "build-tcg-once" patch set. The only real change from Thomas' is to use uint64_t instead of hwaddr. r~ Richard Henderson (3): disas: Move disas.c to disas/ disas: Remove target_ulong from the interface disas: Remove target-specific headers Tho