Re: [PATCH v7 00/49] single-binary: compile target/arm twice

2025-05-12 Thread Pierrick Bouvier
On 5/12/25 10:05 AM, Peter Maydell wrote: I had a go, but it seems to depend on some other patch or series that isn't in upstream git yet. Specifically, the changes to include/system/hvf.h assume it has an include of "cpu.h": you can see it in the context in patch 2: https://lore.kernel.org/qemu

Re: [PATCH v7 00/49] single-binary: compile target/arm twice

2025-05-12 Thread Peter Maydell
On Mon, 12 May 2025 at 17:53, Pierrick Bouvier wrote: > > Hi Peter, > > On 5/11/25 6:40 AM, Peter Maydell wrote: > > On Thu, 8 May 2025 at 00:42, Pierrick Bouvier > > wrote: > >> > >> More work toward single-binary. > >> > >> Some files have external dependencies for the single-binary: > >> - tar

Re: [PATCH v7 00/49] single-binary: compile target/arm twice

2025-05-12 Thread Pierrick Bouvier
Hi Peter, On 5/11/25 6:40 AM, Peter Maydell wrote: On Thu, 8 May 2025 at 00:42, Pierrick Bouvier wrote: More work toward single-binary. Some files have external dependencies for the single-binary: - target/arm/gdbstub.c: gdbhelpers - target/arm/arm-qmp-cmds.c: qapi - target/arm/tcg/translate

Re: [PATCH v7 00/49] single-binary: compile target/arm twice

2025-05-11 Thread Peter Maydell
On Thu, 8 May 2025 at 00:42, Pierrick Bouvier wrote: > > More work toward single-binary. > > Some files have external dependencies for the single-binary: > - target/arm/gdbstub.c: gdbhelpers > - target/arm/arm-qmp-cmds.c: qapi > - target/arm/tcg/translate*: need deep cleanup in include/tcg > - tar

[PATCH v7 00/49] single-binary: compile target/arm twice

2025-05-07 Thread Pierrick Bouvier
More work toward single-binary. Some files have external dependencies for the single-binary: - target/arm/gdbstub.c: gdbhelpers - target/arm/arm-qmp-cmds.c: qapi - target/arm/tcg/translate*: need deep cleanup in include/tcg - target/arm/tcg/cpu*: need TargetInfo implemented for arm/aarch64 - targe