Re: [PATCH 11/12] KVM: ARM: on IO mem abort - route the call to KVM MMIO bus

2015-03-14 Thread Christoffer Dall
On Fri, Mar 13, 2015 at 04:10:11PM +, Andre Przywara wrote: From: Nikolay Nikolaev n.nikol...@virtualopensystems.com On IO memory abort, try to handle the MMIO access through the KVM registered read/write callbacks. This is done by invoking the relevant kvm_io_bus_* API. [Andre: Since

[PATCH 11/12] KVM: ARM: on IO mem abort - route the call to KVM MMIO bus

2015-03-13 Thread Andre Przywara
From: Nikolay Nikolaev n.nikol...@virtualopensystems.com On IO memory abort, try to handle the MMIO access through the KVM registered read/write callbacks. This is done by invoking the relevant kvm_io_bus_* API. [Andre: Since we converted the VGIC already, we can get rid of the VGIC specific