 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2] xen/arm: Black list everything with a PPI
 Hi Amit, Sorry for the late answer. Title: "xen/arm: domain_build: Black list devices using PPIs" On 6/2/19 7:04 PM, Amit Singh Tomar wrote: XEN should not forward PPIs to Dom0 as it only support SPIs. Reading this sentence, it leads to think that Xen does not support PPIs at all. However, we are supporting PPIs in Xen but not able to forward them directly to a guest. So how about:"Currently, the vGIC is not able to cope with hardware PPIs routed to guests." One of solution to this problem is to skip any device that s/of solution/of the solutions/ uses PPI source completely while building domain itself. s/building domain/building the domain/ This patch goes through all the interrupt sources of device and skip it s/of device/of a device/ if one of interrupt source is PPI. It fixes XEN boot on i.MX8MQ by "if one of the interrupts sources is a PPI". skipping PMU node. s/PMU/the PMU/ 
 I would add a word explaining why they are skipped:"The vGIC does not support routing hardware PPIs to guest. So we need to skip any nodes using PPIs". The () looks a bit odd here. If you want to follow the other printk, then it should be: " Skip it (using PPIs)\n" Cheers, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |