Re: [Xen-devel] [PATCH] VT-d: drop stray "list" field from struct user_rmrr

2020-02-17 Thread Tian, Kevin
> From: Jan Beulich 
> Sent: Thursday, February 6, 2020 11:35 PM
> 
> The field looks to have been bogusly added by the patch introducing the
> struct (431685e8deb6 "VT-d: add command line option for extra rmrrs").
> 
> Signed-off-by: Jan Beulich 
> 

Reviewed-by: Kevin Tian 
___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

[Xen-devel] [PATCH] VT-d: drop stray "list" field from struct user_rmrr

2020-02-06 Thread Jan Beulich
The field looks to have been bogusly added by the patch introducing the
struct (431685e8deb6 "VT-d: add command line option for extra rmrrs").

Signed-off-by: Jan Beulich 

--- a/xen/drivers/passthrough/vtd/dmar.c
+++ b/xen/drivers/passthrough/vtd/dmar.c
@@ -839,7 +839,6 @@ out:
 /* RMRR units derived from command line rmrr option. */
 #define MAX_USER_RMRR_DEV 20
 struct user_rmrr {
-struct list_head list;
 unsigned long base_pfn, end_pfn;
 unsigned int dev_count;
 u32 sbdf[MAX_USER_RMRR_DEV];

___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel