All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
To: Sander van Leeuwen <sandervl-2taLTamkYL2ELgA04lAiVw@public.gmane.org>
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: KVM & VMX root mode
Date: Mon, 03 Sep 2007 14:34:19 +0300	[thread overview]
Message-ID: <46DBF13B.9080005@qumranet.com> (raw)
In-Reply-To: <46DBC120.3050301-2taLTamkYL2ELgA04lAiVw@public.gmane.org>

Sander van Leeuwen wrote:
> Avi Kivity wrote:
>> Sander van Leeuwen wrote:
>>   
>>> You are mistaken. VT-x allows multiple clients to work concurrently.
>>> There's only one catch: all those
>>> clients should follow certain guidelines.
>>>     
>>
>> Currently, kvm assumes that it is the only user that issues vmptrld
>> instructions.  There may me other such assumptions in the code.
>>
>> There is also the question of who issues the vmxon/vmxoff instructions
>> and set the magic msr bits that enable kvm.  You can't have two
>> hypervisors doing that; that would be racy.  It should be possible to
>> abstract those bits out to something outside kvm, but I don't see that
>> happening.
>>
>>   
> VirtualBox currently always executes vmxon when it wants to execute 
> some guest code. When leaving
> ring 0 it issues the corresponding vmxoff. While that may increase 
> world switch overhead, it has not turned
> out to be an issue for us. 

The overhead will increase with newer hardware, as more state is cached 
on-chip.  It's probably okay when deploying to a desktop but i don't 
think it is good enough for a server.

> I think it's a bit risky to use somebody else's vmxon pointer.
>
> You have a point with the msr updates though. 

I think the easiest way forward is for you to unload kvm-intel (or 
kvm-amd) when you load, and to reload it when you unload.

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

  parent reply	other threads:[~2007-09-03 11:34 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-31 13:02 KVM & VMX root mode Sander van Leeuwen
     [not found] ` <46D81156.8050100-2taLTamkYL2ELgA04lAiVw@public.gmane.org>
2007-09-01 14:25   ` Avi Kivity
     [not found]     ` <46D97669.7050609-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-09-01 14:33       ` Alexey Eremenko
     [not found]         ` <7fac565a0709010733j2c3f58aav743949a3021a5c30-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-09-01 14:35           ` Avi Kivity
     [not found]             ` <46D9789B.9040001-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-09-01 14:44               ` Alexey Eremenko
2007-09-01 15:09       ` Sander van Leeuwen
     [not found]         ` <46D980C2.3040501-2taLTamkYL2ELgA04lAiVw@public.gmane.org>
2007-09-01 15:59           ` Avi Kivity
     [not found]             ` <46D98C53.4070604-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-09-01 17:24               ` Sander van Leeuwen
     [not found]                 ` <46D9A030.1020904-2taLTamkYL2ELgA04lAiVw@public.gmane.org>
2007-09-01 17:46                   ` Alexey Eremenko
2007-09-01 18:42                   ` Avi Kivity
     [not found]                     ` <46D9B297.5070502-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-09-03  3:14                       ` Daniel P. Berrange
     [not found]                         ` <20070903031403.GA16190-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2007-09-03  7:29                           ` Sander van Leeuwen
     [not found]                             ` <46DBB7C1.60708-2taLTamkYL2ELgA04lAiVw@public.gmane.org>
2007-09-03  7:44                               ` Avi Kivity
     [not found]                                 ` <46DBBB65.3020406-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-09-03  8:09                                   ` Sander van Leeuwen
     [not found]                                     ` <46DBC120.3050301-2taLTamkYL2ELgA04lAiVw@public.gmane.org>
2007-09-03 11:34                                       ` Avi Kivity [this message]
     [not found]                                         ` <46DBF13B.9080005-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-09-04  9:51                                           ` Sander van Leeuwen
     [not found]                                             ` <46DD2AA2.8010109-2taLTamkYL2ELgA04lAiVw@public.gmane.org>
2007-09-04 13:55                                               ` Avi Kivity
     [not found]                                                 ` <46DD63B6.6050406-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-09-04 14:16                                                   ` Sander van Leeuwen
     [not found]                                                     ` <46DD68A3.1060403-2taLTamkYL2ELgA04lAiVw@public.gmane.org>
2007-09-04 14:29                                                       ` Avi Kivity
2007-09-04 14:02                                               ` Anthony Liguori
2007-09-04 14:23                                                 ` Sander van Leeuwen
     [not found]                                                   ` <46DD6A59.9000104-2taLTamkYL2ELgA04lAiVw@public.gmane.org>
2007-09-04 14:51                                                     ` Anthony Liguori

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=46DBF13B.9080005@qumranet.com \
    --to=avi-atkuwr5tajbwk0htik3j/w@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=sandervl-2taLTamkYL2ELgA04lAiVw@public.gmane.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 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.