From nobody Wed Nov 19 15:19:50 2025 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1616084540; cv=none; d=zohomail.com; s=zohoarc; b=Ug80EHgVqwD8I0+JXnt61E0s+ksR+lmM4i7LLRiIdsHO9E1Zt2I4Yqm/9V8zLIXpmeSZ25J2fXbbHNI1M+vWGYFvpN4NSH/aMyQrWMlTd0N7s53GvqvglfRDSfLfbnKffkiodWD/7KDjEKw4PD3+m+KymAlzPW5ijdzl1VBLKN0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1616084540; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=0JiKYNpJA7zDgNOU0igF/e2JJOKWaJRyGhzUEroZdgg=; b=C2DyplTdcHc7HLtRrut4xe+F3BgJ8Z39ohS/wPwVHtxmvYe4pACr/9fBSj/8YbQGtuWJmhcwOZf0EynUZ8sKHe7Gf+ZQUL2+xhNL4sshHPLIYusBi2Z7gl2zdG7JVI/mNmGRjC8XT2a5wPojsBNcSKDLU/D3liv0vRZ4YgEDoXo= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1616084540573337.7757803178291; Thu, 18 Mar 2021 09:22:20 -0700 (PDT) Received: from localhost ([::1]:53506 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lMvPe-0002Lk-1S for importer@patchew.org; Thu, 18 Mar 2021 12:22:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53102) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lMv7D-00011p-Hd for qemu-devel@nongnu.org; Thu, 18 Mar 2021 12:03:16 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:40847) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lMv72-0001sm-1g for qemu-devel@nongnu.org; Thu, 18 Mar 2021 12:03:15 -0400 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-227-Ciy-Pr5vN-W0kPKgl7HP8Q-1; Thu, 18 Mar 2021 12:03:00 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id AF6CD88CE34; Thu, 18 Mar 2021 16:02:59 +0000 (UTC) Received: from vitty.brq.redhat.com (unknown [10.40.194.127]) by smtp.corp.redhat.com (Postfix) with ESMTP id C4E2A10023B0; Thu, 18 Mar 2021 16:02:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1616083382; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0JiKYNpJA7zDgNOU0igF/e2JJOKWaJRyGhzUEroZdgg=; b=VgRfWqMe+XScclLAlR/CneL61qBXXZcfL7rw37DQTznr3sJTNG1EvpZ5kHrQgI3bsR6ITW Dy9TpRN5IVIsxTXcxcp1O2b6/WpzTHkM1MJArQZKYhd/G1Z2A3+5tUBiQ/84v5GGzOts5D CAYqeXOmqWkQy8yddMfLPIR0zhUMyC0= X-MC-Unique: Ciy-Pr5vN-W0kPKgl7HP8Q-1 From: Vitaly Kuznetsov To: qemu-devel@nongnu.org Subject: [PATCH 2/3] i386: Fix 'hypercall_hypercall' typo Date: Thu, 18 Mar 2021 17:02:48 +0100 Message-Id: <20210318160249.1084178-3-vkuznets@redhat.com> In-Reply-To: <20210318160249.1084178-1-vkuznets@redhat.com> References: <20210318160249.1084178-1-vkuznets@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=vkuznets@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=216.205.24.124; envelope-from=vkuznets@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -29 X-Spam_score: -3.0 X-Spam_bar: --- X-Spam_report: (-3.0 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.249, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paolo Bonzini , Marcelo Tosatti , Richard Henderson , Eduardo Habkost , "Dr . David Alan Gilbert" Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" Even the name of this section is 'cpu/msr_hyperv_hypercall', 'hypercall_hypercall' is clearly a typo. Signed-off-by: Vitaly Kuznetsov --- target/i386/machine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/i386/machine.c b/target/i386/machine.c index a4777a73b0a9..715620c58809 100644 --- a/target/i386/machine.c +++ b/target/i386/machine.c @@ -706,7 +706,7 @@ static bool hyperv_hypercall_enable_needed(void *opaque) return env->msr_hv_hypercall !=3D 0 || env->msr_hv_guest_os_id !=3D 0; } =20 -static const VMStateDescription vmstate_msr_hypercall_hypercall =3D { +static const VMStateDescription vmstate_msr_hyperv_hypercall =3D { .name =3D "cpu/msr_hyperv_hypercall", .version_id =3D 1, .minimum_version_id =3D 1, @@ -1487,7 +1487,7 @@ VMStateDescription vmstate_x86_cpu =3D { &vmstate_msr_architectural_pmu, &vmstate_mpx, #ifdef CONFIG_KVM - &vmstate_msr_hypercall_hypercall, + &vmstate_msr_hyperv_hypercall, &vmstate_msr_hyperv_vapic, &vmstate_msr_hyperv_time, &vmstate_msr_hyperv_crash, --=20 2.30.2