Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936553AbcJ1Hyx (ORCPT ); Fri, 28 Oct 2016 03:54:53 -0400 Received: from ex13-edg-ou-001.vmware.com ([208.91.0.189]:33174 "EHLO EX13-EDG-OU-001.vmware.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755187AbcJ1Hyv (ORCPT ); Fri, 28 Oct 2016 03:54:51 -0400 From: Alexey Makhalov To: , , , , , CC: , , , , Alexey Makhalov Subject: [PATCH v3 0/3] x86/vmware guest improvements Date: Fri, 28 Oct 2016 00:54:29 -0700 Message-ID: <20161028075432.90579-1-amakhalov@vmware.com> X-Mailer: git-send-email 2.10.1 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 599 Lines: 20 Thanks Thomas for the valuable comments. Changelog for the updated patchset: v1->v2 - Update pvinfo.name. v2->v3 - Address comments from Thomas G, * Created separate function: vmware_sched_clock_setup() (patch 3/3) * Updated commit descriptions for 1/3 and 3/3 Alexey Makhalov (3): x86/vmware: Use tsc_khz value for calibrate_cpu() x86/vmware: Add basic paravirt ops support x86/vmware: Add paravirt sched clock Documentation/kernel-parameters.txt | 4 +++ arch/x86/kernel/cpu/vmware.c | 55 +++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) -- 2.10.1