2012/11/30 Roy Tam <roy...@gmail.com>: > Hello all, > > I noticed that QEMU(both 1.2.1 and git head) acts very slow when > accessing HD. I wonder if it is a fault in my build environment? >
and in same environment, I can see the speed decreases when version bumps: http://roy.dnsd.me/qemu-0.15.1.png http://roy.dnsd.me/qemu-1.0.50.png http://roy.dnsd.me/qemu-1.0.91.png http://roy.dnsd.me/qemu-1.2.91.png > Spec: > Windows XP SP3 > gcc-4.6.2 > binutils-2.22.51.20120114 > SDL-1.2.14 > glib-2.28.8 (configure line: CFLAGS="-Os -I/mingw/include" LDFLAGS=-s > ./configure --prefix=/mingw --disable-shared --enable-static > --enable-threads --with-threads=win32 --with-libiconv=native > --disable-gtk-doc-html --disable-fam --disable-xattr --disable-selinux > --disable-debug ) > > configure line: ./configure --target-list="i386-softmmu" > --audio-drv-list=sdl > --audio-card-list="ac97,es1370,sb16,cs4231a,adlib,gus,hda" > --disable-linux-aio --disable-vnc-jpeg --with-coroutine=windows > --extra-cflags="-pipe" > > > Regards, > Roy