qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Cc: "Sven Köhler" <skoehler@upb.de>
Subject: Re: [Qemu-devel] qemu (cvs-version) performance?
Date: Sat, 11 Mar 2006 22:25:15 +0000	[thread overview]
Message-ID: <200603112225.16535.paul@codesourcery.com> (raw)
In-Reply-To: <dutgfr$8jm$1@sea.gmane.org>

> I thought, that qemu-0.8.0's problem would be disk-IO. I installed
> Windows 2000 and in the task-manager the CPU-Time is 100% during intense
> IO. A "dir c:\ /A /S /B >NUL:" on the console causes 100% CPU-time and
> most of it being that red-colored "in-kernel-time".

Qemu host IO is syncrhonous. ie. the guest is paused on the instruction that 
issues the IO until the IO completes. As for as the guest is concerned it 
happens instantly. This is all your test shows.

Paul

  reply	other threads:[~2006-03-11 22:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-11  3:34 [Qemu-devel] qemu (cvs-version) performance? Sven Köhler
2006-03-11 22:25 ` Paul Brook [this message]
2006-03-11 22:35   ` [Qemu-devel] " Sven Köhler
2006-03-11 22:58     ` Sven Köhler
2006-03-11 23:01     ` Jim C. Brown
  -- strict thread matches above, loose matches on Subject: below --
2006-03-10  6:04 [Qemu-devel] " Sven Köhler

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=200603112225.16535.paul@codesourcery.com \
    --to=paul@codesourcery.com \
    --cc=qemu-devel@nongnu.org \
    --cc=skoehler@upb.de \
    /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).