I'm using v5.0.50 from the github repository.

See attached config.status

Il 15/06/2020 11:03, Dario Ciriminna ha scritto:
Hello folks,

i need to compile and run qemu under Windows 10 host (Pentium G860, very bad)  with a Windows XP guest. Precompiled downloaded binary run smoothly, but my compiled version is very very slow (I NEED to compile it).

I start it with :

"C:\Program Files\qemu\qemu-system-x86_64w.exe" .\WindowsXP.img -m 1024M -usb -vga std -netdev user,id=n0 -device rtl8139,netdev=n0 -fda .\ZSK_DSK.img -D .\qemu.log

ah and -D .\qemu.log doesn't log nothing. 0k log file.

What can i try ? 3 min to start Windows XP is unacceptable and after start system run slow!

Thanks for help

Dario

#!/bin/sh
# Generated by configure.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
# configure, is in config.log if it exists.
unset AR
unset AS
unset CC
unset CPP
unset CXX
unset INSTALL
unset LD
unset LD_LIBRARY_PATH
unset LIBTOOL
unset MAKE
unset NM
unset OBJCOPY
PATH='/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl'
export PATH
unset PKG_CONFIG
unset PKG_CONFIG_LIBDIR
PKG_CONFIG_PATH='/mingw64/lib/pkgconfig:/mingw64/share/pkgconfig'
export PKG_CONFIG_PATH
unset PYTHON
unset SDL2_CONFIG
unset SMBD
unset STRIP
unset WINDRES
exec './configure' '--cross-prefix=x86_64-w64-mingw32-' '--enable-gtk' 
'--enable-sdl' '--target-list=x86_64-softmmu' '--disable-iconv' 
'--disable-debug-info' '--disable-docs' '--disable-libssh' '--disable-xen' "$@"

Reply via email to