Re: [PATCH v2 05/15] arm/arm64: KVM: introduce per-VM ops

2014-10-31 Thread Andre Przywara
Hi Christoffer, On 15/10/14 17:27, Christoffer Dall wrote: On Thu, Aug 21, 2014 at 02:06:46PM +0100, Andre Przywara wrote: Currently we only have one virtual GIC model supported, so all guests use the same emulation code. With the addition of another model we end up with different guests

Re: [PATCH v2 05/15] arm/arm64: KVM: introduce per-VM ops

2014-10-15 Thread Christoffer Dall
On Thu, Aug 21, 2014 at 02:06:46PM +0100, Andre Przywara wrote: Currently we only have one virtual GIC model supported, so all guests use the same emulation code. With the addition of another model we end up with different guests using potentially different vGIC models, so we have to split up

[PATCH v2 05/15] arm/arm64: KVM: introduce per-VM ops

2014-08-21 Thread Andre Przywara
Currently we only have one virtual GIC model supported, so all guests use the same emulation code. With the addition of another model we end up with different guests using potentially different vGIC models, so we have to split up some functions to be per VM. Introduce a vgic_vm_ops struct to hold