[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 18/22] x86/setup: do not create valid mappings when directmap=no
- To: Julien Grall <julien@xxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Wed, 11 Jan 2023 15:47:53 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=VdoXEti/lpxrYlLx7N4cmaE1xWLxL+GISh9xXSn2meI=; b=I73yptCvK91JzqS8aiatNhqoyxnSteJ5E5CENoZC8rKHK7O2LrRBNzyZU8YDLTVGZxQ0q6vvwE0CaglScjib1zEHrdRmB4G/xR7O9n3YFH2gy5qFac9buQVNDPI+BHnWDgj2lpdos6/xw4OjANBC+4n0V1/FSC2l3jQ7dFOEClhDe3rWCRDvXXeTOG2NM/JR/60xNYAuLl9JyxgPJB3htpa7rCN3UiEsjg7WwArlNTXfhmvOu8NP+uNSNc+huiI029tVOHUDvO+lyDV7WBLBZuNZmbrpTbIJNtmxytFj8lo8/K4fB+qnIxOG5wcgfl+/1f4InvJNsOSnjXxC15KQmA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=IIhyscHN3roRN3iTTia8efG8JLElZA92SbjJuRZgFV4tuRwH5OkNHQaBf4bFpanZB371WIWR7Dggw9inyW3j7WZyNes+d4Y3ep/glcygXsj+qBBGh0mgmtrV4IKHnyumZ+SPAMKA6ea7ep3sWGH4O+kbYfDlFlZH/tsBk5clFNCXxNx9FAIfTvrTgXcgbI9W180ckNPF1iji/MwHztcR5jz5csvL8W0TfMMR4wFG6JOftn59+jWuDCS0ikMmfBtHO1loMs5p24XB8Wua/qE7HtrmV6FkE4lY/cCRzxc7qwc/XfUZKRlVOT5T/MPtjS6lRQxX+t5EY+haCLyD41+2Jw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Hongyan Xia <hongyxia@xxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Julien Grall <jgrall@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Wed, 11 Jan 2023 14:48:01 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 16.12.2022 12:48, Julien Grall wrote:
> From: Hongyan Xia <hongyxia@xxxxxxxxxx>
>
> Create empty mappings in the second e820 pass. Also, destroy existing
> direct map mappings created in the first pass.
Could you remind me (perhaps say a word here) why these need creating then
in the first place?
Jan
|