All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Dike <jdike@addtoit.com>
To: Young Koh <young.koh@gmail.com>
Cc: user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] The UML scheduler
Date: Mon, 16 May 2005 12:58:30 -0400	[thread overview]
Message-ID: <20050516165830.GA6731@ccure.user-mode-linux.org> (raw)
In-Reply-To: <3524bf1f05051608377420ae37@mail.gmail.com>

On Mon, May 16, 2005 at 11:37:49AM -0400, Young Koh wrote:
> Thank you for your reply. I have one following question.
> 
> in native Linux, a timer tick goes to the kernel, which has the
> previliege to save the current context and switch the running process.
> But UML kernel is just another user level process, even though it is
> tracing the application processes. in UML case, when a timer tick goes
> to the UML kernel, how does it stop the running process, which is
> another process?

Look at switch_to_{skas,tt}.  In tt mode, it's one process waking another
by writing to a pipe, then sleeping by reading its own pipe.  In skas mode,
it's a longjmp and a memory switch.

				Jeff


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

      reply	other threads:[~2005-05-16 17:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-16 14:30 [uml-devel] The UML scheduler Young Koh
2005-05-16 15:06 ` Jeff Dike
2005-05-16 15:37   ` Young Koh
2005-05-16 16:58     ` Jeff Dike [this message]

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=20050516165830.GA6731@ccure.user-mode-linux.org \
    --to=jdike@addtoit.com \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    --cc=young.koh@gmail.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.