Re: [PATCH] linux-user: Add ETHTOOL ioctl

2021-01-05 Thread Matevz Langus
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

[Bug 1779634] Re: qemu-x86_64 on aarch64 reports "Synchronous External Abort"

2021-01-05 Thread Matevz Langus
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

[PATCH] linux-user: Add ETHTOOL ioctl

2021-01-05 Thread Matevz Langus
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