Re: [PATCH 06/13] KVM: arm64: introduce ITS emulation file with stub functions

2015-06-09 Thread Eric Auger
On 05/29/2015 11:53 AM, Andre Przywara wrote: The ARM GICv3 ITS emulation code goes into a separate file, but needs to be connected to the GICv3 emulation, of which it is an option. Introduce the skeletton with function stubs to be filled later. skeleton Introduce the basic ITS data structure

[PATCH 06/13] KVM: arm64: introduce ITS emulation file with stub functions

2015-05-29 Thread Andre Przywara
The ARM GICv3 ITS emulation code goes into a separate file, but needs to be connected to the GICv3 emulation, of which it is an option. Introduce the skeletton with function stubs to be filled later. Introduce the basic ITS data structure and initialize it, but don't return any success yet, as we