[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/3] enable newer msr set for kvm
From: |
Glauber Costa |
Subject: |
[Qemu-devel] [PATCH 0/3] enable newer msr set for kvm |
Date: |
Thu, 17 Mar 2011 19:42:04 -0300 |
This patch is a follow up to an earlier one that aims to enable
kvmclock newer msr set. This time I'm doing it through a more sane
mechanism of consulting the kernel about the supported msr set.
Glauber Costa (3):
use kernel-provided para_features instead of statically coming up
with new capabilities
add kvmclock to its second bit
don't create kvmclock when one of the flags are present.
hw/kvmclock.c | 6 +++-
target-i386/cpuid.c | 3 +-
target-i386/kvm.c | 76 ++++++++++++++++++++++++++++++---------------------
3 files changed, 51 insertions(+), 34 deletions(-)
--
1.7.2.3
- [Qemu-devel] [PATCH 0/3] enable newer msr set for kvm,
Glauber Costa <=