Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Nov 2005 20:17:59 +0200
From:      Andriy Gapon <avg@icyb.net.ua>
To:        Dan Nelson <dnelson@allantgroup.com>
Cc:        freebsd-emulation@freebsd.org
Subject:   Re: kqemu speed up
Message-ID:  <436BA5D7.2040202@icyb.net.ua>
In-Reply-To: <20051104152622.GH67512@dan.emsphone.com>
References:  <436B7B86.4060602@icyb.net.ua> <20051104152622.GH67512@dan.emsphone.com>

next in thread | previous in thread | raw e-mail | index | archive | help
on 04/11/2005 17:26 Dan Nelson said the following:
> Maybe something to do with reading /dev/random ends up doing an
> operation that even kqemu must pass up to the host OS?  kqemu simply
> allows more host instructions to be processed by the host CPU directly
> without translation (since regular qemu is simply a very fast x86
> instruction emulator).  If you were to compare an application that
> spends most of its time in userland, you should see more of an
> improvement.

yes, this seems to be completely the case - I time-d several different
programs and in almost all cases user times seem to be quite close
between guest and host, but sys times are magnitudes different. Makes
one wonder what is going on in kernel land :-)

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?436BA5D7.2040202>