From: Ben Taylor <sol10x86@cox.net>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] objective benchmark?
Date: Tue, 16 May 2006 8:53:52 -0400 [thread overview]
Message-ID: <28131458.1147784032370.JavaMail.root@eastrmwml06.mgt.cox.net> (raw)
---- Kazu <kazoo@r3.dion.ne.jp> wrote:
> Tuesday, May 16, 2006 3:55 PM Christian MICHON wrote:
>
> >how can we do the same if the host is winXP ?
>
> >Today, on linux guests, 2.4.x kernel boot faster than 2.6.x kernel
> >inside qemu (unless using "clock=pit" on 2.6.x). 2 days ago,
> >when I tried to setup Solaris x86 10 guest inside winXP host, I
> >gave up since the timing engine inside the guest seems slow.
>
> >I would really like to know how to solve this on XP hosts.
>
> RTC is not used on Win host.
> SpeedStep/PowerNow! is disabled by changing miminal power management to
> other items at Control Panel->Power Option->Power Management Setting.
>
> I don't think it is necessary to set it if your PC is ACPI. Set it if the
> clock of win2k guest is faster than the real time while IE is running.
>
> It is normal that 2.4 kernel boots faster than 2.6 kernel, isn't it? I don't
> know why Solaris x86 10 doesn't work.
add ",atapi-cd-dma-enabled=0" to the boot line when installing. The QEMU
IDE controller doesn't implement DMA (or dma correctly). If you don't give
a Solaris VM enough memory, the installer (java) will coredump, and it
appears that it's running out of memory.
Once you've got Solaris 10 X86 installed, you'll need to get the Disk Update
from http://tools.de/solaris/itu/DU.zip. Normally you could do an Install Time Update to
add this driver disk, but Qemu doesn't implement a floppy in ACPI (I'm testing
patches now to see if that fixes the problem), and some folks are working on
OpenSolaris to fix the enumeration of the floppy on the emulated ISA bus
(or when -no-acpi is called).
So the trick to getting the NIC driver into Solaris 10x86 is to call QEMU with
the DU.img as hdd. Then once Solaris is booted, you do the following:
mount -F pcfs /dev/dsk/c1d1p0:c /mnt
cd /mnt/DU/210/i86pc/Product
cp ni.Z /var/tmp
uncompress ni.Z
cpio -idvm < ni
pkgadd -d . CSWni
At this point, it's probably easier just to do a sys-unconfig so that Solaris 10/x86 with
redo it's networking for DHCP. (tun/tap support is not in qemu for Solaris yet)
HTH,
Ben
next reply other threads:[~2006-05-16 12:53 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-16 12:53 Ben Taylor [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-05-15 18:03 [Qemu-devel] objective benchmark? Mikhail Ramendik
2006-05-15 20:25 ` Natalia Portillo
2006-05-15 21:13 ` Mikhail Ramendik
2006-05-16 0:07 ` NyOS
2006-05-16 4:12 ` Anthony Liguori
2006-05-16 6:41 ` Kazu
2006-05-16 6:55 ` Christian MICHON
2006-05-16 9:26 ` Kazu
2006-05-16 10:23 ` Christian MICHON
2006-05-17 7:24 ` Kazu
2006-05-16 11:48 ` Lonnie Mendez
2006-05-17 7:24 ` Kazu
2006-05-17 9:09 ` Lonnie Mendez
2006-05-17 19:18 ` Fabrice Bellard
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=28131458.1147784032370.JavaMail.root@eastrmwml06.mgt.cox.net \
--to=sol10x86@cox.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 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).