kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Gleb Natapov <gleb@redhat.com>
Cc: Arthur Chunqi Li <yzt356@gmail.com>,
	kvm@vger.kernel.org, jan.kiszka@web.de, yang.z.zhang@intel.com
Subject: Re: [PATCH v4] KVM: nVMX: Fully support of nested VMX preemption timer
Date: Mon, 16 Sep 2013 12:50:41 +0200	[thread overview]
Message-ID: <5236E281.9030907@redhat.com> (raw)
In-Reply-To: <20130916104446.GN17294@redhat.com>

Il 16/09/2013 12:44, Gleb Natapov ha scritto:
> On Mon, Sep 16, 2013 at 11:49:40AM +0200, Paolo Bonzini wrote:
>> Il 16/09/2013 11:09, Gleb Natapov ha scritto:
>>> On Mon, Sep 16, 2013 at 10:58:12AM +0200, Paolo Bonzini wrote:
>>>>>>>  	vmx->__launched = vmx->loaded_vmcs->launched;
>>>>>>> +	if (is_guest_mode(vcpu) && !(vmx->nested.nested_vmx_exit))
>>>>>>> +		nested_adjust_preemption_timer(vcpu);
>>>>>>
>>>>>> Please leave the assignment to __launched last, since it's already
>>>>>> initializing the asm below.
>>>>>>
>>>>>> I don't like the is_guest_mode check here... Maybe it's
>>>>>> micro-optimizing, but I wonder if we already do too many checks in
>>>>>> vmx_vcpu_run...  For example, is_guest_mode could be changed (I think)
>>>>>> to a check for "vmx->loaded_vmcs == &vmx->vmcs1".
>>>>>>
>>>>> Why this will be more efficient that HF_GUEST_MASK check?
>>>>
>>>> Because we have already loaded vmx->loaded_vmcs, so it's one memory
>>>> access less.
>>>>
>>> But we will have to load vmx->vmcs1 instead :)
>>
>> That's not a memory load, it's an add.
>>
> You assume that vmx->loaded_vmcs and vmx will be both in registers here,
> isn't it too much to assume?

Both of them are needed in this very close line:

    vmx->__launched = vmx->loaded_vmcs->launched;

So it is not a big assumption---even on 32-bits, perhaps.  By contrast,
vcpu->hflags is very unlikely to be in a register.

This is of course mostly pointless alone.  But if we could shave 100
cycles off a lightweight vmexit, that could give a measurable
improvement on nested virt.

Paolo

  reply	other threads:[~2013-09-16 10:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-06  2:04 [PATCH v4] KVM: nVMX: Fully support of nested VMX preemption timer Arthur Chunqi Li
2013-09-13 17:15 ` Paolo Bonzini
2013-09-14  7:44   ` Jan Kiszka
2013-09-15  7:59     ` Arthur Chunqi Li
2013-09-16  5:42   ` Arthur Chunqi Li
2013-09-16  7:18     ` Jan Kiszka
2013-09-16  7:44   ` Gleb Natapov
2013-09-16  8:58     ` Paolo Bonzini
2013-09-16  9:09       ` Gleb Natapov
2013-09-16  9:49         ` Paolo Bonzini
2013-09-16 10:44           ` Gleb Natapov
2013-09-16 10:50             ` Paolo Bonzini [this message]
2013-09-15 12:31 ` Gleb Natapov
2013-09-16  5:49   ` Arthur Chunqi Li
2013-09-16  6:20     ` Gleb Natapov

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=5236E281.9030907@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=gleb@redhat.com \
    --cc=jan.kiszka@web.de \
    --cc=kvm@vger.kernel.org \
    --cc=yang.z.zhang@intel.com \
    --cc=yzt356@gmail.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;
as well as URLs for NNTP newsgroup(s).