From: Steven Smith <sos22-xen@srcf.ucam.org>
To: Harry Butterworth <harry@hebutterworth.freeserve.co.uk>
Cc: Steve Dobbelstein <steved@us.ibm.com>,
xen-devel@lists.xensource.com, sos22@srcf.ucam.org
Subject: Re: Paravirtualised drivers for fully virtualised domains, rev9
Date: Mon, 14 Aug 2006 10:12:28 +0100 [thread overview]
Message-ID: <20060814091228.GA3897@cam.ac.uk> (raw)
In-Reply-To: <1155292304.7740.11.camel@localhost.localdomain>
[-- Attachment #1.1.1: Type: text/plain, Size: 624 bytes --]
> > > Here is what I have found so far in trying to chase down the cause of the
> > > slowdown.
> > > The qemu-dm process is running 99.9% of the CPU on dom0.
> > That seems very wrong. When I try this, the device model is almost
> > completely idle. Could you see what strace says, please, or if there
> > are any strange messages in the /var/log/qemu-dm. file?
> I've been looking into bugzilla 725 and I'm also seeing 100% cpu usage
> by qemu-dm. xm-test uses the nographic flag and I find that if this is
> not set then the cpu usage drops to normal levels and the test passes.
Does the attached patch help?
Steven.
[-- Attachment #1.1.2: fix_qemu_blocking.diff --]
[-- Type: text/plain, Size: 601 bytes --]
diff -r fd10729d891f tools/ioemu/vl.c
--- a/tools/ioemu/vl.c Fri Aug 11 17:39:33 2006 +0100
+++ b/tools/ioemu/vl.c Mon Aug 14 11:06:01 2006 +0100
@@ -6036,7 +6036,7 @@ int main(int argc, char **argv)
}
break;
case QEMU_OPTION_nographic:
- pstrcpy(monitor_device, sizeof(monitor_device), "stdio");
+ pstrcpy(monitor_device, sizeof(monitor_device), "null");
if(!strcmp(serial_devices[0], "vc"))
pstrcpy(serial_devices[0], sizeof(serial_devices[0]),
"stdio");
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2006-08-14 9:12 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-18 12:51 Paravirtualised drivers for fully virtualised domains Steven Smith
2006-07-18 13:45 ` Ben Thomas
2006-07-18 16:00 ` Steve Ofsthun
2006-07-18 16:23 ` Mark Williamson
2006-07-18 20:34 ` Steven Smith
2006-07-18 23:24 ` Steve Ofsthun
2006-07-19 6:50 ` Gerd Hoffmann
2006-07-26 15:34 ` Steven Smith
2006-08-08 9:42 ` Steven Smith
2006-08-09 18:05 ` Steve Dobbelstein
2006-08-10 11:08 ` Paravirtualised drivers for fully virtualised domains, rev9 Steven Smith
2006-08-10 21:48 ` Steve Dobbelstein
2006-08-11 10:17 ` Steven Smith
2006-08-11 10:31 ` Harry Butterworth
2006-08-14 9:12 ` Steven Smith [this message]
2006-08-11 17:04 ` Steve Dobbelstein
2006-08-12 8:32 ` Steven Smith
2006-08-14 21:22 ` Steve Dobbelstein
2006-08-15 7:27 ` Steven Smith
2006-08-15 22:05 ` Steve Dobbelstein
2006-08-16 13:36 ` Steven Smith
2006-08-16 13:33 ` Paravirtualised drivers for fully virtualised domains, rev11 sos22-xen
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=20060814091228.GA3897@cam.ac.uk \
--to=sos22-xen@srcf.ucam.org \
--cc=harry@hebutterworth.freeserve.co.uk \
--cc=sos22@srcf.ucam.org \
--cc=steved@us.ibm.com \
--cc=xen-devel@lists.xensource.com \
/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.