Message ID | 20210330185841.44792-1-eesposit@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-kselftest-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA0DFC433DB for <linux-kselftest@archiver.kernel.org>; Tue, 30 Mar 2021 18:59:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6FED761985 for <linux-kselftest@archiver.kernel.org>; Tue, 30 Mar 2021 18:59:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232976AbhC3S7I (ORCPT <rfc822;linux-kselftest@archiver.kernel.org>); Tue, 30 Mar 2021 14:59:08 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:52626 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232959AbhC3S64 (ORCPT <rfc822;linux-kselftest@vger.kernel.org>); Tue, 30 Mar 2021 14:58:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1617130736; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=J6RA/5YBSEXFrib0Mj4ENt+Q2fhHfFS3xUYo5/rYdaw=; b=PUS855hO6YGdaEWwLM5pbUF9Ouqj+sraaMvuIgYqRYMZ/GpBavxAsE2LH/1ReqthxVK76R Oz+4c0Cfs7zG6lSrYaNmMysxIVSjTNPjRg6h79iq7R7ALJa2gSgwBA3ypdm1BtTSnGpS2X cqEBtH4KzphSpabhq+f4i6OQgN77hPs= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-79-_ODYVjhIMseUViOsni0ADA-1; Tue, 30 Mar 2021 14:58:52 -0400 X-MC-Unique: _ODYVjhIMseUViOsni0ADA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C1617911E3; Tue, 30 Mar 2021 18:58:49 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-112-41.ams2.redhat.com [10.36.112.41]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1EAC519C44; Tue, 30 Mar 2021 18:58:44 +0000 (UTC) From: Emanuele Giuseppe Esposito <eesposit@redhat.com> To: kvm@vger.kernel.org Cc: Paolo Bonzini <pbonzini@redhat.com>, Jonathan Corbet <corbet@lwn.net>, Sean Christopherson <seanjc@google.com>, Vitaly Kuznetsov <vkuznets@redhat.com>, Jim Mattson <jmattson@google.com>, Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>, "H. Peter Anvin" <hpa@zytor.com>, Shuah Khan <shuah@kernel.org>, Alexander Graf <graf@amazon.com>, Andrew Jones <drjones@redhat.com>, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: [PATCH 0/4] kvm: cpuid: fix cpuid nent field Date: Tue, 30 Mar 2021 20:58:37 +0200 Message-Id: <20210330185841.44792-1-eesposit@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Precedence: bulk List-ID: <linux-kselftest.vger.kernel.org> X-Mailing-List: linux-kselftest@vger.kernel.org |
Series |
kvm: cpuid: fix cpuid nent field
|
expand
|