Skip to content

Conversation

@lifeix
Copy link
Contributor

@lifeix lifeix commented Oct 23, 2025

dump hypervisor image load address delta for risc-v.

Note: using the riscv64-linux-gnu-addr2line to parse the Host Call Trace may not accurate when the complier using O2 to build the hypervisor. In this case, it'd better to use riscv64-linux-gnu-objdump to disassemble -D acrn.out to parse the Host Call Trace manually to change the complier to use O1 to build the hypervisor.

Tracked-On: #8805

Reviewed-by: Jian Jun Chen [email protected]

@lifeix
Copy link
Contributor Author

lifeix commented Oct 23, 2025

@ywan170 Please help to review

dump hypervisor image load address delta for risc-v.

Note: using the riscv64-linux-gnu-addr2line to parse the `Host Call Trace` may
not accurate when the complier using `O2` to build the hypervisor. In this case,
it'd better to use riscv64-linux-gnu-objdump to `disassemble -D acrn.out` to
parse the `Host Call Trace` manually to change the complier to use `O1` to build
the hypervisor.

Tracked-On: projectacrn#8805
Signed-off-by: Fei Li <[email protected]>
Reviewed-by: Jian Jun Chen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants