[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH XTF] gnttab: drop GNTMAP_can_fail


  • To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Thu, 26 Aug 2021 12:21:08 +0200
  • 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-SenderADCheck; bh=xsOqFcSbWRy+X2S5tz+soOLUodm4/iPDLnyE4XYzmwc=; b=jfnWfTVbSXEyLN4g1RvfgcXYFelstIFxv0aoYMrZ7E/ys2Es1khasNEuP9giBoAxUmjTU8aU6pjtQ2nep3LtMJFIR545UbbkWAXdD8EpGBNFQ2/sV7T6M/oA6dROcxaYN0PJfDuOLNoxjNSeNv7Fawyuu2qaEie/Ryh8Js2OJSs7ndiCZQoSQDRbzMu1CuJgTMKJ8WGo+tLOniYyiidTcb60ZNc+HipWFJfhZVyLYuQxywSVr3koy55oEX9ZgSDQYbKLiCAcFpoyvCFNrnonx7Q58PHLDMaQYDZmh82LBIhNiHjM7FIQMv89ArPd2uHMBOOi5R/eD8tGoCc1BJD7Dg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=nH+qEyc6uO5cgCPpnCqruP64ezqNA324r5JAwZk8UHYc8Wu0PB6A+7dCMJ1fTAVwu1vLx1NlWp26pwNthlXiAPCdov8MRdV+RS2n/b3cfK9eQhkGdFtgAwg8Y1U57mRdyOmm0QuAB8CPfBgjhIhLb0oJMRCcIElAGtantEXrxVbf5wwvwQHgdxvURrrRBQOUMYzV89pMzf5itbIRQsLFe6fBovUtXdX1fo6MhZ0bCGHn2HWF6wom3CCOWBdBacru4K05DeSPqL+r/qa9eScO7yykeh6jZJE4oK+02j7j76r44NIJneUJ6xwEOcDap6GZGjHcR/VnBuBNfMEqkogmMQ==
  • Authentication-results: lists.xenproject.org; dkim=none (message not signed) header.d=none;lists.xenproject.org; dmarc=none action=none header.from=suse.com;
  • Cc: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Thu, 26 Aug 2021 10:21:15 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

There's neither documentation of what this flag is supposed to mean, nor
any implementation in the hypervisor.

Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>

--- a/include/xen/grant_table.h
+++ b/include/xen/grant_table.h
@@ -196,9 +196,6 @@ typedef union {
 #define _GNTMAP_contains_pte    4
 #define GNTMAP_contains_pte     (1 << _GNTMAP_contains_pte)
 
-#define _GNTMAP_can_fail        5
-#define GNTMAP_can_fail         (1 << _GNTMAP_can_fail)
-
 /*
  * Bits to be placed in guest kernel available PTE bits (architecture
  * dependent; only supported when XENFEAT_gnttab_map_avail_bits is set).




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.