Hi Laurent,
I know it must be more complex, but it worked for our case so I wanted
to share it anyway as we did not find support for this in latest git,
but forgot to check mailing list.
With this small patch + some others in Linux kernel we were able to
execute Intel XL710 network adapter N
Hi,
if of interest to anyone...
we were able to successfully upgrade firmware of Intel XL710 on aarch64
platform.
Two major items were required:
- small qemu change:
https://lists.gnu.org/archive/html/qemu-devel/2021-01/msg00553.html
- hack in Linux kernel /dev/mem driver in mmap function to ca
Handling of ETHTOOL ioctl was not implemented.
Signed-off-by: Matevz Langus
---
linux-user/ioctls.h | 1 +
linux-user/syscall_defs.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/linux-user/ioctls.h b/linux-user/ioctls.h
index 661b5daa9f..3e5c220199 100644
--- a/linux-user