On Wed, 2011-01-26 at 17:12 +0200, Avi Kivity wrote:
On 01/26/2011 02:13 PM, Glauber Costa wrote:No, it doesn't.
Using the existing method (MSRs) takes care of this, which reduces churn.- it doesn't lend itself will to live migration. Extra state must beYes, but can be queried at any time as well. I don't do it in this
maintained in the hypervisor.
patch, but this is explicitly mentioned in my TODO.
First, we have to explicitly list some msrs for save/restore in
userspace anyway. But also, the MSRs only holds values. For the case I'm
trying to hit here, being: msrs being used to register something, like
kvmclock, there is usually accompanying code as well.
I honestly don't see the difference. I am not proposing anythingFor Linux there is not much difference, since we can easily adapt it.- it isn't how normal hardware operatesSince we're trying to go for guest cooperation here, I don't really see
a need to stay close to hardware here.
But we don't know the impact on other guests, and we can't refactor
them. Staying close to precedent means it will be easier for other
guests to work with a kvm host, if they choose.
terribly different, in the end, for the sake of this specific point of
guest supportability it's all 1 msr+cpuid vs n msr+cpuid.
None of the existing. But for instance, I was discussing this issue with* This mechanism just bumps us out to userspace if we can't handle aYes.
request. As such, it allows for pure guest kernel -> userspace
communication, that can be used, for instance, to emulate new features
in older hypervisors one does not want to change. BTW, maybe there is
value in exiting to userspace even if we stick to the
one-msr-per-feature approach?
I'm not 100% happy with emulating MSRs in userspace, but we can think
about a mechanism that allows userspace to designate certain MSRs as
handled by userspace.
Before we do that I'd like to see what fraction of MSRs can be usefully
emulated in userspace (beyond those that just store a value and ignore it).
anthony a while ago, and he thinks that in order to completely avoid
bogus softlockups, qemu/userspace, which is the entity here that knows
when it has stopped (think ctrl+Z or stop + cont, save/restore, etc),
could notify this to the guest kernel directly through a shared variable
like this.
See, this is not about "new features", but rather, about between pieces
of memory. So what I'm doing in the end is just generalizing "an MSR for
shared memory", instead of one new MSR for each piece of data.
Maybe I was unfortunate to mention async_pf in the description to begin
with.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html