Re: [PATCH v4 00/17] make system memory API available for common code

2025-03-13 Thread Pierrick Bouvier
Hi, patch 12 (adding xen stubs, so would need someone from hw/xen) and 15 are missing reviews. Thanks, Pierrick On 3/13/25 09:38, Pierrick Bouvier wrote: The main goal of this series is to be able to call any memory ld/st function from code that is *not* target dependent. As a positive side

[PATCH v4 00/17] make system memory API available for common code

2025-03-13 Thread Pierrick Bouvier
The main goal of this series is to be able to call any memory ld/st function from code that is *not* target dependent. As a positive side effect, we can turn related system compilation units into common code. The first 5 patches remove dependency of memory API to cpu headers and remove dependency