Assistance needed, GitLab #677 and #1360

2022-12-18 Thread Adam Baxter
Hi, I've been looking into #677 and #1360 over on the GitLab issue tracker but I need some help to either get a full patch (I think the one in #677 is just a workaround?) and/or to understand what's happening better. It's really tricky to debug in that environment (needs a mingw64 gdb, but to

Re: Cross compiling 6.2.0 aarch64-softmmu for aarch64 host with musl, struct redefiniton errors

2022-01-23 Thread Adam Baxter
Hi Peter I realise this might be a bit offtopic for this mailing list, but might help others searching for the same error message > I think this must be a musl problem. Quoting the full error > message: Turns out this is actually related to the kernel (headers?) version - fixed in 4.20

Cross compiling 6.2.0 aarch64-softmmu for aarch64 host with musl, struct redefiniton errors

2022-01-23 Thread Adam Baxter
Hi, I'm trying to compile qemu 6.2.0 using musl-cross. I am getting the following errors on make: /output/aarch64-linux-musl/include/asm/sigcontext.h:83:8: error: redefinition of 'struct esr_context' /output/aarch64-linux-musl/include/asm/sigcontext.h:116:8: error: redefinition of 'struct

[Bug 1882497] [NEW] Missing 'cmp' utility makes build take 10 times as long

2020-06-08 Thread Adam Baxter
Public bug reported: I have been doing some work cross compiling qemu for Windows using a minimal Fedora container. Recently I started hitting some timeouts on the CI service and noticed a build of all targets was going over 1 hour. It seems like the 'cmp' utility from diffutils is used

[Bug 1759522] Re: windows qemu-img create vpc/vhdx error

2019-10-27 Thread Adam Baxter
Can confirm this is still an issue with 4.1.0. ?field.comment=Can confirm this is still an issue with 4.1.0. ** Attachment added: "Files created on Windows and Debian" https://bugs.launchpad.net/qemu/+bug/1759522/+attachment/5300530/+files/vhdx_comparison.7z -- You received this bug

qemu-img still misbehaving on Windows

2019-10-27 Thread Adam Baxter
Hi, I've attached some example files to https://bugs.launchpad.net/qemu/+bug/1759522 - the bug still exists in qemu 4.1.0. Thanks, Adam

Re: [Qemu-devel] NSIS - including DLL dependencies for Windows

2019-01-31 Thread Adam Baxter
| grep '\.dll' | sort -u | xargs -I{} readlink -e /usr/x86_64-w64-mingw32/sys-root/mingw/bin/{}; done) echo $FIRST $SECOND $THIRD | sed 's/ /\n/g' | sort -u | xargs -I{} cp -v {} $STAGING --Adam On Thu, 31 Jan 2019 at 21:49, Daniel P. Berrangé wrote: > > On Thu, Jan 31, 2019 at 02:45:13PM +1100

[Qemu-devel] NSIS - including DLL dependencies for Windows

2019-01-30 Thread Adam Baxter
Hi, How do I gather and include the required DLLs (SDL, zlib etc) in the NSIS installer? (and also in a standalone build to be zipped up, but that's less important) I noticed the wiki doesn't really mention bundling dependencies anywhere. The official unofficial windows builds are documented at

[Qemu-devel] Building nsis installer - cross compile for Windows

2019-01-28 Thread Adam Baxter
I'm getting stuck trying to build the NSIS installer for Windows export CFLAGS="-Wno-stringop-truncation" ./configure --python=$(command -v python3) --cross-prefix=x86_64-w64-mingw32- --enable-docs echo 3.99.99 > VERSION make -j`nproc` make -j`nproc` installer results in: make[1]: Leaving

[Qemu-devel] qemu crash running FASM/FreeDOS

2014-05-31 Thread Adam Baxter
Hi, qemu crashes when running FASM inside of FreeDOS 1.1, but only when assembling a file with a syntax error! QEMU emulator version 2.0.0 (Debian 2.0.0+dfsg-6), Copyright (c) 2003-2008 Fabrice Bellard Host is Debian sid on an Intel 2600k with VT enabled. I have a 768MB disk image which is 25MB

Re: [Qemu-devel] qemu crash running FASM/FreeDOS

2014-05-31 Thread Adam Baxter
Sorry. FASM 1.66 (included as a FreeDOS package) crashes as described, but FASM 1.71.21 works as expected. --Adam