From nobody Fri Apr 19 12:59:11 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 158083526579168.37506961374629; Tue, 4 Feb 2020 08:54:25 -0800 (PST) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iz1SV-0001MM-Bl; Tue, 04 Feb 2020 16:53:55 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iz1ST-0001M8-Rh for xen-devel@lists.xenproject.org; Tue, 04 Feb 2020 16:53:53 +0000 Received: from mail-wr1-f65.google.com (unknown [209.85.221.65]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id ec940064-476e-11ea-b211-bc764e2007e4; Tue, 04 Feb 2020 16:53:53 +0000 (UTC) Received: by mail-wr1-f65.google.com with SMTP id t2so24004988wrr.1 for ; Tue, 04 Feb 2020 08:53:53 -0800 (PST) Received: from ufe34d9ed68d054.ant.amazon.com (54-240-197-235.amazon.com. [54.240.197.235]) by smtp.gmail.com with ESMTPSA id a1sm30623752wrr.80.2020.02.04.08.53.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 04 Feb 2020 08:53:51 -0800 (PST) X-Inumbo-ID: ec940064-476e-11ea-b211-bc764e2007e4 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=X8EdGDnQtSogtP1to11CJyL0dhAEnaw0uAljyFQ0VF8=; b=WESpffjeasIc4jGurBhD5tjwL3hb90ieyzCEECz/30IbfJF8VDIu4E/R0pribtP2GS aWTbIP2tpUK0P17wSro+PBOnHli6Ggq6Mr7YAWreTEwUaEu9JGJxfSTf05UO2Aamvxbs qYCASvgHWm3mo/gmzdJtnDztAwY+RoLQLeYwclSj2ecTqgmsfAGivB/+RpbwJrFA9rU+ wKA+RUmNdFzJEEuz60QPdXIUiZ4mZKqDCiLoucbX2KPfy/yLvHoGlv0gQ3BiYyPw3cee ZzXo7JtC/z4Mr+91LPG4Kzxcz0XQXm32XwevTeROEIOPVGVrpYEluKIynbhP+XIFOsym RloQ== X-Gm-Message-State: APjAAAXSg+5zVclGVZ3QOMM9PVRIA1ERjAbgB+dk2x8oxN3e2XLHdcJu QDNkl7QzMEDF59fEA3mpHg1P2iNN39s= X-Google-Smtp-Source: APXvYqywUaiXW8f2PTrsoSH2R/NgmDX+cTG3sU6STCT+UcioPY5EA5HaY0O4xVWXXWZZjo6qvXKYjQ== X-Received: by 2002:a5d:53c1:: with SMTP id a1mr22393979wrw.373.1580835232473; Tue, 04 Feb 2020 08:53:52 -0800 (PST) From: Julien Grall To: xen-devel@lists.xenproject.org Date: Tue, 4 Feb 2020 16:53:49 +0000 Message-Id: <20200204165349.6404-1-julien@xen.org> X-Mailer: git-send-email 2.17.1 Subject: [Xen-devel] [PATCH] xen/include: Fix typoes in asm-x86/domain.h X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Andrew Cooper , Julien Grall , Wei Liu , Jan Beulich , =?UTF-8?q?Roger=20Pau=20Monn=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" From: Julien Grall Signed-off-by: Julien Grall Acked-by: Andrew Cooper --- xen/include/asm-x86/domain.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/include/asm-x86/domain.h b/xen/include/asm-x86/domain.h index a3ae5d9a20..f0c25ffec0 100644 --- a/xen/include/asm-x86/domain.h +++ b/xen/include/asm-x86/domain.h @@ -97,7 +97,7 @@ struct shadow_domain { struct page_list_head freelist; unsigned int total_pages; /* number of pages allocated */ unsigned int free_pages; /* number of pages on freelists */ - unsigned int p2m_pages; /* number of pages allocates to p2m */ + unsigned int p2m_pages; /* number of pages allocated to p2m */ =20 /* 1-to-1 map for use when HVM vcpus have paging disabled */ pagetable_t unpaged_pagetable; @@ -161,7 +161,7 @@ struct hap_domain { struct page_list_head freelist; unsigned int total_pages; /* number of pages allocated */ unsigned int free_pages; /* number of pages on freelists */ - unsigned int p2m_pages; /* number of pages allocates to p2m */ + unsigned int p2m_pages; /* number of pages allocated to p2m */ }; =20 /************************************************/ --=20 2.17.1 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel