From: Mulyadi Santosa <a_mulyadi@softhome.net>
To: qemu-devel@nongnu.org
Subject: Re: Re: [Qemu-devel] FC2 guest is working slower than RH9 on FC2 host
Date: Tue, 2 Aug 2005 21:42:02 +0700 [thread overview]
Message-ID: <200508022142.02640.a_mulyadi@softhome.net> (raw)
In-Reply-To: <200508021326.27745.a_mulyadi@softhome.net>
On Tuesday 02 August 2005 13:26, Mulyadi Santosa wrote:
> I have tried it....still feel slower than RH 9....I've tried
> HPET=disable too with no luck. I'll try to investigate this issue
> deeper but still welcome everyone's ideas
Following up my own earlier posting today, I have discovered the reason
why FC2 boots and runs so slow. FC2 default kernel is incorporating non
standard 4G/4G VM split, enabled by this .config parameter:
CONFIG_X86_4G_VM_LAYOUT=y
It has been warned already by Linux kernel's help related to the above
parameter, that it triggers more TLB flushes and more overhead when
doing copy_from/to_user. Qemu-doc.html also warns more or less same
thing about FC2 default kernel
So far, the best I can tell is, use standard 2.6 kernel on both host and
guest to avoid this kind of non standard VM split. clock=pit also helps
speeding up execution a bit
regards
Mulyadi
prev parent reply other threads:[~2005-08-02 15:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-31 8:08 [Qemu-devel] FC2 guest is working slower than RH9 on FC2 host Mulyadi Santosa
2005-07-31 8:51 ` Ozan Türkyılmaz
2005-07-31 9:17 ` Hetz Ben Hamo
2005-08-02 6:26 ` Mulyadi Santosa
2005-08-02 14:42 ` Mulyadi Santosa [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200508022142.02640.a_mulyadi@softhome.net \
--to=a_mulyadi@softhome.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.