[Bug 1876568] [NEW] "semtimedop" implementation missing in qemu?

2020-05-03 Thread Manuel Reimer
Public bug reported: I was trying to do an ARMv6 cross compile with qemu-user-static when I ran into this: https://travis-ci.com/github/VDR4Arch/vdr4arch/jobs/326884620#L1596 I was close to giving up when I found the following: https://github.com/osrf/multiarch-docker-image-generation/issues/36

Re: [PATCH] hostmem: don't use mbind() if host-nodes is epmty

2020-05-01 Thread Manuel Hohmann
rovided memory-pinning is required user still has to white-list mbind() in container configuration. Reported-by: Manuel Hohmann Signed-off-by: Igor Mammedov --- CC: berra...@redhat.com CC: ehabk...@redhat.com CC: pbonz...@redhat.com CC: mhohm...@physnet.uni-hamburg.de CC: qemu-sta...@nongnu.org

Error "cannot bind memory to host NUMA nodes: Operation not permitted" running inside docker

2020-04-29 Thread Manuel Hohmann
ode ? backend->host_nodes : NULL, maxnode + 1, flags)) { + maxnode ? backend->host_nodes : NULL, 0, flags)) { if (backend->policy != MPOL_DEFAULT || errno != ENOSYS) { But no success, the same error occurs. Best regards, xenos1984 / Manuel Hohmann sig

Error "cannot bind memory to host NUMA nodes: Operation not permitted" running inside docker

2020-04-29 Thread Manuel Hohmann
MPOL_DEFAULT || errno != ENOSYS) { But no success, the same error occurs. It happens only within docker - the same command runs fine on my desktop (also Ubuntu 20.04) system. Best regards, xenos1984 / Manuel Hohmann PS: I apologize if this mail is sent / received more than once; there was a pr

[Bug 1869782] Re: qemu-arm-static crashes "segmentation fault" when running "svn checkout"

2020-03-31 Thread Manuel Reimer
Managed to get a coredump. Coredumps usually tell me nothing but maybe someone here can find something useful in there... ** Attachment added: "core.1001.13055.1585661762.bz2" https://bugs.launchpad.net/qemu/+bug/1869782/+attachment/5343797/+files/core.1001.13055.1585661762.bz2 -- You receiv

[Bug 1869782] Re: qemu-arm-static crashes "segmentation fault" when running "svn checkout"

2020-03-31 Thread Manuel Reimer
This is a "Ubuntu Bionic" thing. I've tried again on a VM with up-to-date Ubuntu Bionic and get the same segfault. For comparison I've placed the Debian build of qemu-user-static version 4.2 to my Arch Linux VM and have no crash there. So either the kernel version or some kernel configuration. N

[Bug 1869782] Re: qemu-arm-static crashes "segmentation fault" when running "svn checkout"

2020-03-30 Thread Manuel Reimer
Here we go: https://travis-ci.com/github/VDR4Arch/vdr4arch/jobs/309187889#L332 Created with this commit: https://github.com/VDR4Arch/vdr4arch/commit/29ec2197483bf15102c889eef2749bb0cffc0839 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to Q

[Bug 1869782] Re: qemu-arm-static crashes "segmentation fault" when running "svn checkout"

2020-03-30 Thread Manuel Reimer
I could run an "qemu... --version" in the chroot to get it into log. But I'm close to 100% sure it is version 4.2 as the VM is set up from scratch for every build and the chroot is also set up from scratch. -- You received this bug notification because you are a member of qemu- devel-ml, which i

[Bug 1869782] Re: qemu-arm-static crashes "segmentation fault" when running "svn checkout"

2020-03-30 Thread Manuel Reimer
** Description changed: I'm not actually sure how far I can help as I so far failed to reproduce the issue on my local VM but I get it on Travis CI every time. I even went through the hassle of hacking a Debian repository into their Ubuntu Bionic VM to get qemu 4.2 as I hoped a new version

[Bug 1869782] [NEW] qemu-arm-static crashes "segmentation fault" when running "svn checkout"

2020-03-30 Thread Manuel Reimer
Public bug reported: I'm not actually sure how far I can help as I so far failed to reproduce the issue on my local VM but I get it on Travis CI every time. I even went through the hassle of hacking a Debian repository into their Ubuntu Bionic VM to get qemu 4.2 as I hoped a new version could fix

[Bug 1805913] Re: readdir() returns NULL (errno=EOVERFLOW) for 32-bit user-static qemu on 64-bit host

2020-03-27 Thread Manuel Reimer
I seem to have found another workaround. Knowing now what causes this my guess was: If I make the qemu-arm-static on the host a 32 bit binary and get "multilib" running to make my 64 bit Linux installation run this, then in theory this incompatibility should not happen. If it would, then 32 bit x86

[Bug 1869241] [NEW] svn checkout fails with E000075 "Value too large for defined data type"

2020-03-26 Thread Manuel Reimer
Public bug reported: I try to autobuild for ARM7 with qemu-arm-static. Part of this is downloading source via SVN. Whenever I try to download a SVN repository I get the following output: svn: E75: Can't read directory '...': Value too large for defined data type This is the repository I

[Bug 1869073] Re: qemu-arm-static crashes "segmentation fault" when running "git clone -s"

2020-03-26 Thread Manuel Reimer
Actually this one magically went good. I'm testing in Virtual Box as my ARM64 host. Maybe something went wrong there. After rebooting the whole machine today "git" works well. Will reopen if it happens again... ** Changed in: qemu Status: New => Incomplete -- You received this bug notifi

[Bug 1869073] [NEW] qemu-arm-static crashes "segmentation fault" when running "git clone -s"

2020-03-25 Thread Manuel Reimer
Public bug reported: I want to use qemu-arm-static to cross-compile software. The compiler itself is a native cross-compiler connected via "distcc". The problem is that a script tries to do some stuff with "git" and with a "git clone -s" command the whole story reproducibly stops with a "segmenta

[Qemu-devel] [Bug 1832281] Re: tcg bug master / 4.0.0 v8 operation >>> and |=

2019-08-06 Thread manuel baesler
node/issues/19348#issuecomment-500465502 I need further assistance to track down the cause of the bug. Kind regards Manuel To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1832281/+subscriptions

[Qemu-devel] [Bug 1832281] Re: tcg bug master / 4.0.0 v8 operation >>> and |=

2019-08-06 Thread manuel baesler
ing qemu-system- x86_64 was used. Node.js is compiled on the vm guest (v12.4.0 / master) see also https://github.com/nodejs/node/issues/19348#issuecomment-500465502 I need further assistance to track down the cause of the bug. Kind regards Manuel To manage notifications a

[Qemu-devel] [Bug 1832281] [NEW] tcg bug master / 4.0.0 v8 operation >>> and |=

2019-06-10 Thread manuel baesler
is compiled on the vm guest (v12.4.0 / master) see also https://github.com/nodejs/node/issues/19348#issuecomment-500465502 I need further assistance to track down the cause of the bug. Kind regards Manuel ** Affects: qemu Importance: Undecided Status: New ** Description changed

[Qemu-devel] [Bug 1771948] Re: aarch64 msr CNTFRQ_EL0

2018-09-05 Thread manuel
Thank you for your reply. Sorry to take so long (was on vacations). Your comment seems correct to me. I tried with the ELF file instead of the binary file and it worked perfectly (and all the cores were running instead of just core 0). >From my point of view, this bug can be marked as invalid. T

[Qemu-devel] [Bug 1771948] [NEW] aarch64 msr CNTFRQ_EL0

2018-05-17 Thread manuel
Public bug reported: Hello, I'm running qemu 2.12 on a raspberry pi 3 with the command: qemu-system-aarch64 -M raspi3 -serial stdio -kernel executable.bin On my start file (right in the beginning with the highest EL), the following instructions: ldr x0 , =1920 msr CNTFRQ_EL0, x0 and qemu

[Qemu-devel] [Bug 1687270] [NEW] Can't write to 9p shared folder with qemu 2.9.0

2017-04-30 Thread Manuel Reimer
Public bug reported: When running a virtual machine with qemu 2.9.0 with this parameter for sharing a folder: -virtfs local,id=fsdev1,path=$HOME/git,security_model=none,mount_tag=git then the folder is shared to the VM but in some subfolders I can't delete files. The guest system then reports th

[Qemu-devel] [Bug 1574327] [NEW] qemu-system-x86_64 -net nic, model=help outputs to stderr instead of std

2016-04-24 Thread Manuel Baesler
Public bug reported: qemu-system-x86_64 -net nic,model=help output comes to stderr instead of std qemu-system-x86_64 -net nic,model=help -> stdout qemu-system-x86_64 -machine help -> stdout qemu-system-x86_64 -cpu help -> stdout as of https://github.com/qemu/qemu/blob/044d65525f6ac2093042ae18

[Qemu-devel] [Bug 1455254] [NEW] Segmentation fault. __memcmp_sse4_1 () at ../sysdeps/x86_64/multiarch/memcmp-sse4.S:69

2015-05-14 Thread Manuel Baesler
Public bug reported: compiled qemu at commit 1eeace9c237a729d11c7acd7c0338ab4562af637 with ./configure --enable-debug --enable-vnc --target- list=x86_64-softmmu gdb --args ./qemu-system-x86_64 -nographic -parallel none -serial none -nodefconfig -nodefaults -machine accel=kvm -enable-kvm -m 102

[Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest

2014-02-12 Thread Manuel Baesler
RIght, with '-usb' qemu creates then 'piix3-usb-uhci' device: 00:01.2 USB controller: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] (rev 01) -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/685

[Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest

2014-02-01 Thread Manuel Baesler
followup: my understanding is there are a bunch of usb interfaces: uhci is usb 1.0 ehci is usb 2.0 xhci is usb 3.0 … -device piix3-usb-uhci will create an usb 1.0 interface. I guess usb 1.0 is insufficent for modern usb devices so windows errors with code 10. ehci have enough to bring full suppo

[Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest

2014-02-01 Thread Manuel Baesler
Hi, I had the same problem. Tested a lot. My solution to passthrough usb devices to a windows 7 x64 guest: parameter part: -device usb-ehci,id=usb,bus=pci.0,addr=0x4 -device usb- host,vendorid=0x{},productid=0x{},id=hostdev0,bus=usb.0 I also tried the device piix4-usb-uhci instead of usb-ehci

[Qemu-devel] [Bug 824074] [NEW] Provide runtime option to expose the supported list of keymaps for vnc

2011-08-10 Thread Jorge Manuel B. S. Vicetto
Public bug reported: As discussed in the ganeti group[1], I'm opening this bug to request that qemu provides a runtime command or switch to list the supported keymaps for vnc. [1] - http://groups.google.com/group/ganeti/browse_thread/thread/dd524f5311d8d79e ** Affects: qemu Importance: Und

[Qemu-devel] Can someone give me a hint about parallel port support?

2005-06-03 Thread Manuel Reimer
I also have an old Win95 license if Win98 is too "heavy". If this also doesn't work then my scanner also has an Win3.1 driver ;-) Thank you very much for any answer! CU Manuel ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel