qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Cc: Josef Moffett <moffett@secureit-mu.com>
Subject: Re: [Qemu-devel] re: Nothing happens
Date: Thu, 16 Jun 2005 17:36:11 +0100	[thread overview]
Message-ID: <200506161736.12944.paul@codesourcery.com> (raw)
In-Reply-To: <42B18CB1.3000502@secureit-mu.com>

> I first just tried without the SDL-devel libs, but that was the same,
> and the above mentioned thread suggested that SDL may be a cause
> (although I suspect we may be talking of different problems).

Did you actually do a clean build after installing sdl-devel? You need to 
either delete your build directory or do "make clean" before rebuilding. 
Otherwise qemu will reuse the old (output disabled) object files.

> The thing 
> is, once the virtual machine achieves a state of "completion" (ie
> windows gets to the login promt, or linux gets to the bash prompt - same
> problem there by the way) the cpu cycles disappear as the virtual
> machine is not doing any work at all.

That's normal. When the guest suspends the CPU (via the HLT instruction) 
there's no need to qemu to do anything, so it doesn't. Real CPUs do the same 
thing.

Paul

  reply	other threads:[~2005-06-16 16:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-16 13:12 [Qemu-devel] Booting Linux in Windows XP Aaron Feng
2005-06-16 14:29 ` [Qemu-devel] re: Nothing happens Josef Moffett
2005-06-16 16:36   ` Paul Brook [this message]
2005-06-16 18:15     ` Thayne Harbaugh
2005-06-17  7:18       ` Josef Moffett
2005-06-16 21:25   ` Henrik Nordstrom
2005-06-16 21:47     ` Paul Brook
2005-06-17  7:08       ` Josef Moffett
2005-06-16 16:12 ` [Qemu-devel] Booting Linux in Windows XP André Braga
  -- strict thread matches above, loose matches on Subject: below --
2005-05-18 19:17 [Qemu-devel] Nothing happens Rudi Lippert
2005-05-18 20:55 ` Hetz Ben Hamo
2005-05-18 21:32   ` [Qemu-devel] " Rudi Lippert
2005-05-18 21:57     ` Struan Bartlett

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=200506161736.12944.paul@codesourcery.com \
    --to=paul@codesourcery.com \
    --cc=moffett@secureit-mu.com \
    --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).