From: Marcelo Tosatti <mtosatti@redhat.com>
To: "Liu, Jinsong" <jinsong.liu@intel.com>
Cc: Avi Kivity <avi@redhat.com>,
"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
"Tian, Kevin" <kevin.tian@intel.com>
Subject: Re: [PATCH] KVM: emulate lapic tsc deadline timer for guest
Date: Thu, 22 Sep 2011 18:31:15 -0300 [thread overview]
Message-ID: <20110922213115.GA16712@amt.cnet> (raw)
In-Reply-To: <BC00F5384FCFC9499AF06F92E8B78A9E262C8E2647@shsmsx502.ccr.corp.intel.com>
On Thu, Sep 22, 2011 at 11:22:02PM +0800, Liu, Jinsong wrote:
> Marcelo Tosatti wrote:
> > On Thu, Sep 22, 2011 at 04:55:52PM +0800, Liu, Jinsong wrote:
> >>> From 4d5b83aba40ce0d421add9a41a6c591a8590a32e Mon Sep 17 00:00:00
> >>> 2001
> >> From: Liu, Jinsong <jinsong.liu@intel.com>
> >> Date: Thu, 22 Sep 2011 14:00:08 +0800
> >> Subject: [PATCH 2/2] KVM: emulate lapic tsc deadline timer for guest
> >>
> >> This patch emulate lapic tsc deadline timer for guest:
> >> Enumerate tsc deadline timer capability by CPUID;
> >> Enable tsc deadline timer mode by lapic MMIO;
> >> Start tsc deadline timer by WRMSR;
> >>
> >> Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com> ---
> >> arch/x86/include/asm/kvm_host.h | 2 +
> >> arch/x86/kvm/kvm_timer.h | 2 +
> >> arch/x86/kvm/lapic.c | 123
> >> ++++++++++++++++++++++++++++++++------- arch/x86/kvm/lapic.h
> >> | 3 + arch/x86/kvm/x86.c | 16 +++++-
> >> 5 files changed, 123 insertions(+), 23 deletions(-)
> >
> > Looks good, please rebase against branch master of
> >
> > git://github.com/avikivity/kvm.git
>
> Thanks!
>
> And, for qemu patch rebase, I guess below address, which one is right?
> git://github.com/avikivity/qemu-kvm.git or
> git://github.com/avikivity/qemu.git
qemu.git.
WARNING: multiple messages have this Message-ID (diff)
From: Marcelo Tosatti <mtosatti@redhat.com>
To: "Liu, Jinsong" <jinsong.liu@intel.com>
Cc: "Tian, Kevin" <kevin.tian@intel.com>, Avi Kivity <avi@redhat.com>,
"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] KVM: emulate lapic tsc deadline timer for guest
Date: Thu, 22 Sep 2011 18:31:15 -0300 [thread overview]
Message-ID: <20110922213115.GA16712@amt.cnet> (raw)
In-Reply-To: <BC00F5384FCFC9499AF06F92E8B78A9E262C8E2647@shsmsx502.ccr.corp.intel.com>
On Thu, Sep 22, 2011 at 11:22:02PM +0800, Liu, Jinsong wrote:
> Marcelo Tosatti wrote:
> > On Thu, Sep 22, 2011 at 04:55:52PM +0800, Liu, Jinsong wrote:
> >>> From 4d5b83aba40ce0d421add9a41a6c591a8590a32e Mon Sep 17 00:00:00
> >>> 2001
> >> From: Liu, Jinsong <jinsong.liu@intel.com>
> >> Date: Thu, 22 Sep 2011 14:00:08 +0800
> >> Subject: [PATCH 2/2] KVM: emulate lapic tsc deadline timer for guest
> >>
> >> This patch emulate lapic tsc deadline timer for guest:
> >> Enumerate tsc deadline timer capability by CPUID;
> >> Enable tsc deadline timer mode by lapic MMIO;
> >> Start tsc deadline timer by WRMSR;
> >>
> >> Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com> ---
> >> arch/x86/include/asm/kvm_host.h | 2 +
> >> arch/x86/kvm/kvm_timer.h | 2 +
> >> arch/x86/kvm/lapic.c | 123
> >> ++++++++++++++++++++++++++++++++------- arch/x86/kvm/lapic.h
> >> | 3 + arch/x86/kvm/x86.c | 16 +++++-
> >> 5 files changed, 123 insertions(+), 23 deletions(-)
> >
> > Looks good, please rebase against branch master of
> >
> > git://github.com/avikivity/kvm.git
>
> Thanks!
>
> And, for qemu patch rebase, I guess below address, which one is right?
> git://github.com/avikivity/qemu-kvm.git or
> git://github.com/avikivity/qemu.git
qemu.git.
next prev parent reply other threads:[~2011-09-22 21:31 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-22 8:55 [PATCH] KVM: emulate lapic tsc deadline timer for guest Liu, Jinsong
2011-09-22 8:55 ` [Qemu-devel] " Liu, Jinsong
2011-09-22 14:48 ` Marcelo Tosatti
2011-09-22 14:48 ` [Qemu-devel] " Marcelo Tosatti
2011-09-22 15:22 ` Liu, Jinsong
2011-09-22 15:22 ` [Qemu-devel] " Liu, Jinsong
2011-09-22 21:31 ` Marcelo Tosatti [this message]
2011-09-22 21:31 ` Marcelo Tosatti
2011-09-23 8:25 ` Liu, Jinsong
2011-09-23 8:25 ` [Qemu-devel] " Liu, Jinsong
2011-09-23 13:08 ` Marcelo Tosatti
2011-09-23 13:08 ` [Qemu-devel] " Marcelo Tosatti
2011-09-25 14:47 ` Liu, Jinsong
2011-09-25 14:47 ` [Qemu-devel] " Liu, Jinsong
2011-10-03 16:36 ` Marcelo Tosatti
2011-10-03 16:36 ` [Qemu-devel] " Marcelo Tosatti
2011-10-05 17:18 ` Liu, Jinsong
2011-10-05 17:18 ` [Qemu-devel] " Liu, Jinsong
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=20110922213115.GA16712@amt.cnet \
--to=mtosatti@redhat.com \
--cc=avi@redhat.com \
--cc=jinsong.liu@intel.com \
--cc=kevin.tian@intel.com \
--cc=kvm@vger.kernel.org \
--cc=qemu-devel@nongnu.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.