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