Re: [kvmtool PATCH v9 00/15] kvmtool: arm: ITS emulation and GSI routing support

2017-03-29 Thread Marc Zyngier
On 02/02/17 16:32, Andre Przywara wrote: > Hi, > > an update to the ITS emulation series for kvmtool. > I reworked the phandle allocation by actually removing and replacing it > with some simple, static assignments. That definitely fits kvmtool's > needs today, where the GIC and the PCI controller

[kvmtool PATCH v9 00/15] kvmtool: arm: ITS emulation and GSI routing support

2017-02-02 Thread Andre Przywara
Hi, an update to the ITS emulation series for kvmtool. I reworked the phandle allocation by actually removing and replacing it with some simple, static assignments. That definitely fits kvmtool's needs today, where the GIC and the PCI controller are statically assigned anyway. If that is too much