Re: [Qemu-devel] [PATCH v10 1/5] hw/intc: Implement GIC-500 base class

2015-08-18 Thread Eric Auger
On 08/18/2015 03:33 PM, Pavel Fedin wrote: > From: Shlomo Pongratz > > This class is to be used by both software and KVM implementations of GICv3 > > Currently it is mostly a placeholder, but in future it is supposed to hold > qemu's representation of GICv3 state, which is necessary for migratio

[Qemu-devel] [PATCH v10 1/5] hw/intc: Implement GIC-500 base class

2015-08-18 Thread Pavel Fedin
From: Shlomo Pongratz This class is to be used by both software and KVM implementations of GICv3 Currently it is mostly a placeholder, but in future it is supposed to hold qemu's representation of GICv3 state, which is necessary for migration. The interface of this class is fully compatible wit