From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BF999C5479D for ; Fri, 6 Jan 2023 10:36:43 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.472421.732626 (Exim 4.92) (envelope-from ) id 1pDk5N-0004l0-UJ; Fri, 06 Jan 2023 10:36:29 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 472421.732626; Fri, 06 Jan 2023 10:36:29 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1pDk5N-0004kt-Rf; Fri, 06 Jan 2023 10:36:29 +0000 Received: by outflank-mailman (input) for mailman id 472421; Fri, 06 Jan 2023 10:36:29 +0000 Received: from mail.xenproject.org ([104.130.215.37]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1pDk5N-0004kn-53 for xen-devel@lists.xenproject.org; Fri, 06 Jan 2023 10:36:29 +0000 Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1pDk5E-0003mV-2t; Fri, 06 Jan 2023 10:36:20 +0000 Received: from 54-240-197-227.amazon.com ([54.240.197.227] helo=debian.cbg12.amazon.com) by xenbits.xenproject.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pDk5D-0001wX-Ni; Fri, 06 Jan 2023 10:36:19 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" From: Paul Durrant To: x86@kernel.org, kvm@vger.kernel.org, xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org Cc: Paul Durrant , Borislav Petkov , Boris Ostrovsky , Dave Hansen , David Woodhouse , "H. Peter Anvin" , Ingo Molnar , Juergen Gross , Paolo Bonzini , Sean Christopherson , Thomas Gleixner Subject: [PATCH v7 0/2] KVM: x86/xen: update Xen CPUID Leaf 4 Date: Fri, 6 Jan 2023 10:35:58 +0000 Message-Id: <20230106103600.528-1-pdurrant@amazon.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Patch #2 was the original patch. It has been expended to a series in v6. Paul Durrant (2): KVM: x86/cpuid: generalize kvm_update_kvm_cpuid_base() and also capture limit KVM: x86/xen: update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present arch/x86/include/asm/kvm_host.h | 8 +++++++- arch/x86/include/asm/xen/hypervisor.h | 4 +++- arch/x86/kvm/cpuid.c | 26 +++++++++++++++----------- arch/x86/kvm/x86.c | 1 + arch/x86/kvm/xen.c | 26 ++++++++++++++++++++++++++ arch/x86/kvm/xen.h | 7 +++++++ 6 files changed, 59 insertions(+), 13 deletions(-) --- Cc: Borislav Petkov Cc: Boris Ostrovsky Cc: Dave Hansen Cc: David Woodhouse Cc: "H. Peter Anvin" Cc: Ingo Molnar Cc: Juergen Gross Cc: Paolo Bonzini Cc: Sean Christopherson Cc: Thomas Gleixner -- 2.20.1