Re: [Xen-devel] [PATCH 3/4] console: adjust IRQ initialization

2016-03-07 Thread Konrad Rzeszutek Wilk
On Tue, Feb 23, 2016 at 04:30:01AM -0700, Jan Beulich wrote: > In order for a Xen internal PCI device driver to enable MSI on the > device, we need another hook which the driver can use to create the IRQ > (doing this in the init_preirq hook is too early, since IRQ code hasn't > got initialized at

[Xen-devel] [PATCH 3/4] console: adjust IRQ initialization

2016-02-23 Thread Jan Beulich
In order for a Xen internal PCI device driver to enable MSI on the device, we need another hook which the driver can use to create the IRQ (doing this in the init_preirq hook is too early, since IRQ code hasn't got initialized at that time yet, and doing it in init_postirq is too late because at le