qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* Re: [Qemu-devel] objective benchmark?
@ 2006-05-16 12:53 Ben Taylor
  0 siblings, 0 replies; 15+ messages in thread
From: Ben Taylor @ 2006-05-16 12:53 UTC (permalink / raw)
  To: qemu-devel


---- 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

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [Qemu-devel] objective benchmark?
@ 2006-05-15 18:03 Mikhail Ramendik
  2006-05-15 20:25 ` Natalia Portillo
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Mikhail Ramendik @ 2006-05-15 18:03 UTC (permalink / raw)
  To: qemu-devel

Hello,

As I have reported before, it seems that on my host linux system kqemu does 
not work with guest win98se.

Is there any benchmark that I could run in the guest, with and without kqemu, 
to check if this is so objectively? (Ideally I'd like two benchmarks - 16-bit 
and 32-bit code).

-- 
Yours, Mikhail Ramendik

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2006-05-17 19:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-16 12:53 [Qemu-devel] objective benchmark? Ben Taylor
  -- strict thread matches above, loose matches on Subject: below --
2006-05-15 18:03 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

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).