Gentoo Archives: gentoo-server

From: Hinnerk van Bruinehsen <h.v.bruinehsen@×××××××××.de>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] Windows NT4 on KVM+QEMU extremely slow...
Date: Wed, 17 Apr 2013 20:55:57
Message-Id: 20130417205412.GC4906@BIFROST.zedat.fu-berlin.de
In Reply to: [gentoo-server] Windows NT4 on KVM+QEMU extremely slow... by "Vinícius Ferrão"
1 On Wed, Apr 17, 2013 at 07:34:00PM +0000, Vinícius Ferrão wrote:
2 > Hello dudes,
3 >
4 > I'm running Windows NT 4 Terminal Server on QEMU and the performance is too slow; I don't even know how to debug it and I even don't if this is normal or not.
5 >
6 > On VMWare Player the performance was much better. And this isn't a migration. I've reinstalled the NT4 from the ground.
7 >
8 > Anyway; i'm launching the VM with this arguments:
9 > kvm -m 128m -name WinNT4TS -drive file=winnt4ts.raw -cdrom Windows\ NT\ 4\ Terminal\ Server\ Image/WINNT-TSE40.iso -net nic,model=ne2k_pci,macaddr=00:0c:29:74:fa:b4 -net tap -vga std -cpu pentium,level=1 -smp 1 -no-acpi -no-hpet -no-kvm -boot c -vnc none -daemonize
10
11 Hi,
12
13 iirc the commandline switch --no-kvm disables kvm (so it'S just software
14 emulated qemu). You disable hardware virtualization accerleration with
15 it.
16
17 Other than that: more than 128 MB ram will most likely also help to
18 speed things up.
19
20 WKR
21 Hinnerk

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-server] Windows NT4 on KVM+QEMU extremely slow... "Vinícius Ferrão" <viniciusferrao@×××××××.br>