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

2005-06-03 Thread Manuel Reimer
Hello, I'm *very* interested in parallel port support. I've found several patches in this mailing list. Can someone tell me if one of those patches has made into the current stable version? I want to install Win98 SE under qemu to get my old mustek scanner (doesn't work with sane :-( )

[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

[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

[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

[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

[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

[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.

[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

[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 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

[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

[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

[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: