From: Steve Ofsthun <sofsthun@virtualiron.com>
To: "Petersson, Mats" <Mats.Petersson@amd.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: [RFC] Hypercalls from HVM guests
Date: Fri, 07 Apr 2006 13:06:01 -0400 [thread overview]
Message-ID: <44369BF9.9070101@virtualiron.com> (raw)
In-Reply-To: <907625E08839C4409CE5768403633E0BA7FBC7@sefsexmb1.amd.com>
Petersson, Mats wrote:
> Interesting subject - I must have missed the September patchset... I've
> been thinking a lot about para-virtualized drivers for HVM guests
> (because it would improve performance on some functions by a great deal
> to avoid intercepting half a dozen IO operations to actually perform a
> single transaction - like one READ of the virtual hard-disk).
This is exactly our interest as well.
> I'd like to make sure that you're aware that the AMD architecture also
> has a VMMCALL instruction, which is opcode (0F 01 D9). It would be great
> if you could implement some sort of auto-detect/switching so that your
> code works for AMD too. Of course, we could intercept invalid opcode and
> interpret the instruction, but that's far from a practical solution, I
> would think.
Thanks for pointing that out. I didn't realize the opcode was different.
I should be able to easily alter the hypercall page initialization to use
the proper AMD opcode.
What is the preferred method to distinguish SVM vs. VMX from within guest
code running in an HVM guest?
Steve
--
Steve Ofsthun - Virtual Iron Software, Inc.
next prev parent reply other threads:[~2006-04-07 17:06 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-07 8:47 [RFC] Hypercalls from HVM guests Petersson, Mats
2006-04-07 17:06 ` Steve Ofsthun [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-04-09 15:08 Nakajima, Jun
2006-04-09 13:56 Nakajima, Jun
2006-04-09 14:09 ` Keir Fraser
2006-04-12 15:58 ` Stephen C. Tweedie
2006-04-08 23:33 Nakajima, Jun
2006-04-09 7:56 ` Keir Fraser
2006-04-07 17:56 Petersson, Mats
2006-04-07 19:30 ` Steve Ofsthun
2006-04-07 20:22 ` Anthony Liguori
2006-04-08 7:31 ` Keir Fraser
2006-04-08 14:12 ` Andi Kleen
2006-04-08 15:05 ` Keir Fraser
2006-04-07 17:24 Petersson, Mats
2006-04-07 17:40 ` Keir Fraser
2006-04-07 2:32 Yu, Ke
2006-04-06 21:10 Steve Ofsthun
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=44369BF9.9070101@virtualiron.com \
--to=sofsthun@virtualiron.com \
--cc=Mats.Petersson@amd.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.