From: Avi Kivity <avi@redhat.com>
To: Alexander Graf <agraf@suse.de>
Cc: kvm@vger.kernel.org, Sander.Vanleeuwen@sun.com,
kraxel@redhat.com, anthony@codemonkey.ws, zach@vmware.com
Subject: Re: [PATCH] [RFC] Activate VMX on demand
Date: Tue, 04 Nov 2008 12:36:30 +0200 [thread overview]
Message-ID: <491025AE.1030601@redhat.com> (raw)
In-Reply-To: <1225729181-24431-1-git-send-email-agraf@suse.de>
Alexander Graf wrote:
> This patch moves the actual VMX enablement from the initialization
> of the module to the creation of a VCPU.
>
> With this approach, KVM can be easily autoloaded and does not block
> other VMMs while being modprobe'd.
> This improves the user experience a lot, since now other VMMs can
> run, even though KVM is loaded, so users do not have to manually
> load/unload KVM or any other VMM module.
>
> Compared to the previously suggested approach "2", which would
> introduce a complete framework that brings almost no benefit,
> this approach enables coexistence of multiple VMMs without much
> intervention. Thanks to Gerd for pointing that out.
>
> I verified that this approach works with VirtualBox.
>
>
This should be done in x86.c and made to apply to svm as well. Other
VMMs would use efer.svme as an indication that svm is in use, similar to
cr4.vmxe today.
I'm not thrilled about this (it could be done, much more simply, by
having the other hypervisor rmmod kvm), but okay.
--
error compiling committee.c: too many arguments to function
next prev parent reply other threads:[~2008-11-04 10:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-03 16:19 [PATCH] [RFC] Activate VMX on demand Alexander Graf
2008-11-04 10:36 ` Avi Kivity [this message]
2008-11-04 13:13 ` Alexander Graf
2008-11-04 13:37 ` Avi Kivity
2008-11-04 13:44 ` Alexander Graf
2008-11-04 14:38 ` Avi Kivity
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=491025AE.1030601@redhat.com \
--to=avi@redhat.com \
--cc=Sander.Vanleeuwen@sun.com \
--cc=agraf@suse.de \
--cc=anthony@codemonkey.ws \
--cc=kraxel@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=zach@vmware.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox