blob: 66179aff4ace366612abb83da58f519e452dd4b1 (
plain) (
blame)
1
2
3
|
syscall
The issue described in the bug report involves an error occurring with the `setsockopt` function call using `SOL_IP` and `IP_OPTIONS`. This indicates a problem related to system calls, specifically within the QEMU implementation. The discrepancy between behavior on x64 Linux and RISC-V QEMU further points to this being a syscall-related issue, as it involves handling of options that are not implemented in the QEMU path for the given architecture.
|