All of lore.kernel.org
 help / color / mirror / Atom feed
From: Will Auld <will.auld.intel@gmail.com>
To: "mtosatti@redhat.com" <mtosatti@redhat.com>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
	"donald.d.dugger@intel.com" <donald.d.dugger@intel.com>,
	"jinsong.liu@intel.com" <jinsong.liu@intel.com>,
	"xiantao.zhang@intel.com" <xiantao.zhang@intel.com>,
	"will.auld@intel.com" <will.auld@intel.com>,
	"avi@redhat.com" <avi@redhat.com>,
	qemu-devel <qemu-devel@nongnu.org>, Gleb <gleb@redhat.com>
Subject: [PATCH V5 0/2] Enable guest use of TSC_ADJUST functionality
Date: Tue, 27 Nov 2012 11:07:16 -0800	[thread overview]
Message-ID: <1354043236.4613.4.camel@WillAuldHomeLinux> (raw)

With this version (V5) I have gone back the the V3 implementation of emulator_set_msr() but changing the 
bool to false. 

Will Auld (2):
  Add code to track call origin for msr assignment.
  Enabling IA32_TSC_ADJUST for KVM guest VM support

 arch/x86/include/asm/cpufeature.h |  1 +
 arch/x86/include/asm/kvm_host.h   | 15 +++++++++---
 arch/x86/include/asm/msr-index.h  |  1 +
 arch/x86/kvm/cpuid.c              |  2 ++
 arch/x86/kvm/cpuid.h              |  8 +++++++
 arch/x86/kvm/svm.c                | 28 +++++++++++++++++-----
 arch/x86/kvm/vmx.c                | 33 ++++++++++++++++++++------
 arch/x86/kvm/x86.c                | 49 ++++++++++++++++++++++++++++++++-------
 arch/x86/kvm/x86.h                |  2 +-
 9 files changed, 114 insertions(+), 25 deletions(-)

-- 
1.8.0.rc0




WARNING: multiple messages have this Message-ID (diff)
From: Will Auld <will.auld.intel@gmail.com>
To: "mtosatti@redhat.com" <mtosatti@redhat.com>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
	"donald.d.dugger@intel.com" <donald.d.dugger@intel.com>,
	"jinsong.liu@intel.com" <jinsong.liu@intel.com>,
	"xiantao.zhang@intel.com" <xiantao.zhang@intel.com>,
	"will.auld@intel.com" <will.auld@intel.com>,
	"avi@redhat.com" <avi@redhat.com>,
	qemu-devel <qemu-devel@nongnu.org>, Gleb <gleb@redhat.com>
Subject: [Qemu-devel] [PATCH V5 0/2] Enable guest use of TSC_ADJUST functionality
Date: Tue, 27 Nov 2012 11:07:16 -0800	[thread overview]
Message-ID: <1354043236.4613.4.camel@WillAuldHomeLinux> (raw)

With this version (V5) I have gone back the the V3 implementation of emulator_set_msr() but changing the 
bool to false. 

Will Auld (2):
  Add code to track call origin for msr assignment.
  Enabling IA32_TSC_ADJUST for KVM guest VM support

 arch/x86/include/asm/cpufeature.h |  1 +
 arch/x86/include/asm/kvm_host.h   | 15 +++++++++---
 arch/x86/include/asm/msr-index.h  |  1 +
 arch/x86/kvm/cpuid.c              |  2 ++
 arch/x86/kvm/cpuid.h              |  8 +++++++
 arch/x86/kvm/svm.c                | 28 +++++++++++++++++-----
 arch/x86/kvm/vmx.c                | 33 ++++++++++++++++++++------
 arch/x86/kvm/x86.c                | 49 ++++++++++++++++++++++++++++++++-------
 arch/x86/kvm/x86.h                |  2 +-
 9 files changed, 114 insertions(+), 25 deletions(-)

-- 
1.8.0.rc0

             reply	other threads:[~2012-11-27 19:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-27 19:07 Will Auld [this message]
2012-11-27 19:07 ` [Qemu-devel] [PATCH V5 0/2] Enable guest use of TSC_ADJUST functionality Will Auld

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=1354043236.4613.4.camel@WillAuldHomeLinux \
    --to=will.auld.intel@gmail.com \
    --cc=avi@redhat.com \
    --cc=donald.d.dugger@intel.com \
    --cc=gleb@redhat.com \
    --cc=jinsong.liu@intel.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=will.auld@intel.com \
    --cc=xiantao.zhang@intel.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.