From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: [PATCH 0/5] Another set of Nested SVM fixes and cleanups Date: Wed, 16 Sep 2009 15:24:14 +0200 Message-ID: <1253107459-8967-1-git-send-email-joerg.roedel@amd.com> Mime-Version: 1.0 Content-Type: text/plain Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Alexander Graf To: Avi Kivity Return-path: Received: from tx2ehsobe002.messaging.microsoft.com ([65.55.88.12]:20175 "EHLO TX2EHSOBE003.bigfish.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757103AbZIPNZu (ORCPT ); Wed, 16 Sep 2009 09:25:50 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Hi, this series of patches contain another set of cleanups and an important fix to the Nested SVM code. These patches make the TSC handling code for SVM aware of a nested guest. This fixes the TSC running backwards on guest and nested guest. The backwards running TSC resulted in stalled guests when kvm-clock was enabled. Please consider to apply. Thanks, Joerg Shortlog: Joerg Roedel (5): KVM: SVM: reorganize svm_interrupt_allowed KVM: SVM: don't copy exit_int_info on nested vmrun KVM: SVM: Fix tsc offset adjustment when running nested KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctly KVM: SVM: Remove remaining occurences of rdtscll Diffstat: arch/x86/kvm/svm.c | 50 ++++++++++++++++++++++++++++++++++---------------- 1 files changed, 34 insertions(+), 16 deletions(-)