qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* qemu win10 host winxp quest very slow
@ 2020-06-15  9:03 Dario Ciriminna
  2020-06-15  9:25 ` Dario Ciriminna
  2020-06-23 14:33 ` Stefan Hajnoczi
  0 siblings, 2 replies; 4+ messages in thread
From: Dario Ciriminna @ 2020-06-15  9:03 UTC (permalink / raw)
  To: qemu-devel

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: qemu win10 host winxp quest very slow
  2020-06-15  9:03 qemu win10 host winxp quest very slow Dario Ciriminna
@ 2020-06-15  9:25 ` Dario Ciriminna
  2020-06-23 14:33 ` Stefan Hajnoczi
  1 sibling, 0 replies; 4+ messages in thread
From: Dario Ciriminna @ 2020-06-15  9:25 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 752 bytes --]

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
>

[-- Attachment #2: config.status --]
[-- Type: text/plain, Size: 970 bytes --]

#!/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' "$@"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: qemu win10 host winxp quest very slow
  2020-06-15  9:03 qemu win10 host winxp quest very slow Dario Ciriminna
  2020-06-15  9:25 ` Dario Ciriminna
@ 2020-06-23 14:33 ` Stefan Hajnoczi
  1 sibling, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2020-06-23 14:33 UTC (permalink / raw)
  To: Dario Ciriminna; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1031 bytes --]

On Mon, Jun 15, 2020 at 11:03:40AM +0200, Dario Ciriminna wrote:
> 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!

According to this page the G860 has virtualization support:
https://ark.intel.com/content/www/us/en/ark/products/53492/intel-pentium-processor-g860-3m-cache-3-00-ghz.html

Did you build with ./configure --enable-whpx for hardware assisted
virtualization support?

If you cannot use WHPX then you may be stuck with the current speed.

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* qemu win10 host winxp quest very slow
@ 2020-06-15  8:57 Dario Ciriminna
  0 siblings, 0 replies; 4+ messages in thread
From: Dario Ciriminna @ 2020-06-15  8:57 UTC (permalink / raw)
  To: qemu-devel

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-23 14:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15  9:03 qemu win10 host winxp quest very slow Dario Ciriminna
2020-06-15  9:25 ` Dario Ciriminna
2020-06-23 14:33 ` Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2020-06-15  8:57 Dario Ciriminna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).