Re: [Xen-devel] [PATCH 8/8] xen/arm: platform: Drop the quirks callback

2015-09-25 Thread Ian Campbell
On Tue, 2015-09-22 at 18:47 +0100, Julien Grall wrote: > All the quirks has been replaced by proper detection. Lets drop the > callback and hope that no one will need new quirks. Hah! > At the same time, remove the definition platform_dom0_evtchn_ppi with is > not used any more. > > Signed-off-b

[Xen-devel] [PATCH 8/8] xen/arm: platform: Drop the quirks callback

2015-09-22 Thread Julien Grall
All the quirks has been replaced by proper detection. Lets drop the callback and hope that no one will need new quirks. At the same time, remove the definition platform_dom0_evtchn_ppi with is not used any more. Signed-off-by: Julien Grall --- xen/arch/arm/platform.c| 10 -- xen