Re: [RFC PATCH 2/5] ARM: on IO mem abort - route the call to KVM MMIO bus

2015-01-23 Thread Nikolay Nikolaev
On Mon, Jan 12, 2015 at 6:21 PM, Eric Auger wrote: > > On 12/05/2014 01:06 PM, Nikolay Nikolaev wrote: > > On Sat, Nov 29, 2014 at 1:28 PM, Christoffer Dall > > wrote: > >> On Mon, Nov 24, 2014 at 11:26:51PM +0200, Nikolay Nikolaev wrote: > >>> On IO memory abort, try to handle the MMIO access th

Re: [RFC PATCH 2/5] ARM: on IO mem abort - route the call to KVM MMIO bus

2014-12-05 Thread Nikolay Nikolaev
On Sat, Nov 29, 2014 at 1:28 PM, Christoffer Dall wrote: > On Mon, Nov 24, 2014 at 11:26:51PM +0200, Nikolay Nikolaev wrote: >> On IO memory abort, try to handle the MMIO access thorugh the KVM >> registered read/write callbacks. This is done by invoking the relevant >> kvm_io_bus_* API. >> >> Sig

Re: [RFC PATCH 2/5] ARM: on IO mem abort - route the call to KVM MMIO bus

2014-11-29 Thread Christoffer Dall
The subject could use a KVM: prefix. On Mon, Nov 24, 2014 at 11:26:51PM +0200, Nikolay Nikolaev wrote: > On IO memory abort, try to handle the MMIO access thorugh the KVM > registered read/write callbacks. This is done by invoking the relevant > kvm_io_bus_* API. > > Signed-off-by: Nikolay Nikola

Re: [RFC PATCH 2/5] ARM: on IO mem abort - route the call to KVM MMIO bus

2014-11-29 Thread Christoffer Dall
On Mon, Nov 24, 2014 at 11:26:51PM +0200, Nikolay Nikolaev wrote: > On IO memory abort, try to handle the MMIO access thorugh the KVM > registered read/write callbacks. This is done by invoking the relevant > kvm_io_bus_* API. > > Signed-off-by: Nikolay Nikolaev > --- > arch/arm/kvm/mmio.c | 3

Re: [RFC PATCH 2/5] ARM: on IO mem abort - route the call to KVM MMIO bus

2014-11-27 Thread Eric Auger
On 11/24/2014 10:26 PM, Nikolay Nikolaev wrote: > On IO memory abort, try to handle the MMIO access thorugh the KVM typo > registered read/write callbacks. This is done by invoking the relevant > kvm_io_bus_* API. > > Signed-off-by: Nikolay Nikolaev > --- > arch/arm/kvm/mmio.c | 33 +++