From: Paolo Bonzini <pbonzini@redhat.com>
To: Marcelo Tosatti <mtosatti@redhat.com>, kvm-devel <kvm@vger.kernel.org>
Subject: Re: KVM: x86: remove unused last_kernel_ns variable
Date: Thu, 30 Jan 2014 11:58:20 +0100 [thread overview]
Message-ID: <52EA304C.7020709@redhat.com> (raw)
In-Reply-To: <20140129193138.GA3763@amt.cnet>
Il 29/01/2014 20:31, Marcelo Tosatti ha scritto:
>
> Remove unused last_kernel_ns variable.
>
> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
>
> diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
> index fdf83af..0ffe714 100644
> --- a/arch/x86/include/asm/kvm_host.h
> +++ b/arch/x86/include/asm/kvm_host.h
> @@ -444,7 +444,6 @@ struct kvm_vcpu_arch {
> } st;
>
> u64 last_guest_tsc;
> - u64 last_kernel_ns;
> u64 last_host_tsc;
> u64 tsc_offset_adjustment;
> u64 this_tsc_nsec;
> diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
> index 0c76f7c..0206b87 100644
> --- a/arch/x86/kvm/x86.c
> +++ b/arch/x86/kvm/x86.c
> @@ -1565,7 +1565,6 @@ static int kvm_guest_time_update(struct kvm_vcpu *v)
> /* With all the info we got, fill in the values */
> vcpu->hv_clock.tsc_timestamp = tsc_timestamp;
> vcpu->hv_clock.system_time = kernel_ns + v->kvm->arch.kvmclock_offset;
> - vcpu->last_kernel_ns = kernel_ns;
> vcpu->last_guest_tsc = tsc_timestamp;
>
> /*
>
Applying to kvm/queue, thanks.
Paolo
prev parent reply other threads:[~2014-01-30 10:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-29 19:31 KVM: x86: remove unused last_kernel_ns variable Marcelo Tosatti
2014-01-30 10:58 ` Paolo Bonzini [this message]
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=52EA304C.7020709@redhat.com \
--to=pbonzini@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.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.