Re: [PATCH 0/8] Start replacing target_ulong with vaddr

2023-04-24 Thread Anton Johansson via
On 4/23/23 12:59, Richard Henderson wrote: You may wish to browse my work in progress   https://gitlab.com/rth7680/qemu/-/commits/tcg-once/ to avoid duplication, as I have done some of these.  This tree is on top of my atomicity patch set; I'm working on upstreaming that now. I had a suspic

Re: [PATCH 0/8] Start replacing target_ulong with vaddr

2023-04-23 Thread Richard Henderson
On 4/20/23 22:28, Anton Johansson wrote: This is a first patchset in removing target_ulong from non-target/ directories. As use of target_ulong is spread accross the codebase we are attempting to target as few maintainers as possible with each patchset in order to ease reviewing. The following

[PATCH 0/8] Start replacing target_ulong with vaddr

2023-04-20 Thread Anton Johansson via
This is a first patchset in removing target_ulong from non-target/ directories. As use of target_ulong is spread accross the codebase we are attempting to target as few maintainers as possible with each patchset in order to ease reviewing. The following instances of target_ulong remain in accel/