Hey Laurent!
I know it is the summer holidays season!
I just wanted to ask you whether I should test your branch or you have more
planned work ?
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1884719
Thank you for working on this, Laurent!
Just let me know and I will test your changes!
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1884719
Title:
Function not implemented when using libaio
Statu
Laurent,
I am not familiar with the internals of QEMU but if you point me to the
source code of similar functionality I could try!
Thanks!
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1884719
Titl
Could I help somehow to resolve this issue ?
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1884719
Title:
Function not implemented when using libaio
Status in QEMU:
New
Bug description:
Hello
Executing `QEMU_STRACE= ./out` here gives:
259 brk(NULL) = 0x00421000
259 uname(0x40008003d8) = 0
259 faccessat(AT_FDCWD,"/etc/ld.so.preload",R_OK,AT_SYMLINK_NOFOLLOW|0x50) = -1
errno=2 (No such file or directory)
259 openat(AT_FDCWD,"/etc/ld.so.cache",O_RDONLY|O_CLOEXEC) = 3
259 fstat(3
Public bug reported:
Hello
I experience "Function not implemented" errors when trying to use Linux
libaio library in foreign architecture, e.g. aarch64.
I've faced this problem while using
https://github.com/multiarch/qemu-user-static, i.e. Docker+QEMU.
I understand that I do not use plain QEM