[PATCH v2 00/30] single-binary: start make hw/arm/ common

2025-03-20 Thread Pierrick Bouvier
This series focuses on removing compilation units duplication in hw/arm. We start with this architecture because it should not be too hard to transform it, and should give us some good hints on the difficulties we'll meet later. We first start by making changes in global headers to be able to not

Re: [PATCH v2 00/30] single-binary: start make hw/arm/ common

2025-03-20 Thread Pierrick Bouvier
On 3/20/25 15:29, Pierrick Bouvier wrote: This series focuses on removing compilation units duplication in hw/arm. We start with this architecture because it should not be too hard to transform it, and should give us some good hints on the difficulties we'll meet later. We first start by making