From: "Jan Beulich" <jbeulich@novell.com>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>, xen-devel@lists.xensource.com
Subject: Re: [PATCH 6/7, RFC] x86_64: basic changes for supporting compatibility mode guest
Date: Wed, 23 Aug 2006 12:32:12 +0200 [thread overview]
Message-ID: <44EC4ACC.76E4.0078.0@novell.com> (raw)
In-Reply-To: <C111E116.143E%Keir.Fraser@cl.cam.ac.uk>
There was one more issue I forgot to mention: We must disable execution of
'syscall' in some way for compatibility domains. The question is whether to
add respective detection code early into the syscall path (which would affect
performance-wise all 64-bit domains) or whether to {dis,en}able the use of
the instruction in the context switch code by updating EFER as needed
(which would have a performance effect only when switching between
a native and a compatibility domain, but the performance effect would likely
be significantly greater). I'd prefer the second option, not the least because
its implementation is significantly easier.
Jan
next prev parent reply other threads:[~2006-08-23 10:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-23 9:16 [PATCH 6/7, RFC] x86_64: basic changes for supporting compatibility mode guest Jan Beulich
2006-08-23 9:40 ` Keir Fraser
2006-08-23 10:17 ` Jan Beulich
2006-08-23 10:36 ` Keir Fraser
2006-08-23 11:10 ` Jan Beulich
2006-08-23 11:44 ` Gerd Hoffmann
2006-08-23 10:32 ` Jan Beulich [this message]
2006-08-23 10:33 ` Keir Fraser
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=44EC4ACC.76E4.0078.0@novell.com \
--to=jbeulich@novell.com \
--cc=Keir.Fraser@cl.cam.ac.uk \
--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.