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
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