[Bug 1884719] Re: Function not implemented when using libaio

2020-08-24 Thread Martin Grigorov
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

[Bug 1884719] Re: Function not implemented when using libaio

2020-07-15 Thread Martin Grigorov
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

[Bug 1884719] Re: Function not implemented when using libaio

2020-07-14 Thread Martin Grigorov
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

[Bug 1884719] Re: Function not implemented when using libaio

2020-07-13 Thread Martin Grigorov
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

[Bug 1884719] Re: Function not implemented when using libaio

2020-06-29 Thread Martin Grigorov
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

[Bug 1884719] [NEW] Function not implemented when using libaio

2020-06-23 Thread Martin Grigorov
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