Re: [Qemu-devel] [PATCH V2 4/7] exec: allow to get a pointer for some mmio memory region

2017-03-03 Thread Frederic Konrad
On 03/03/2017 02:44 PM, Edgar E. Iglesias wrote: > On Fri, Feb 17, 2017 at 09:17:10PM +0100, fred.kon...@greensocs.com wrote: >> From: KONRAD Frederic >> >> This introduces a special callback which allows to run code from some MMIO >> devices. >> >> SysBusDevice with a

Re: [Qemu-devel] [PATCH V2 4/7] exec: allow to get a pointer for some mmio memory region

2017-03-03 Thread Edgar E. Iglesias
On Fri, Feb 17, 2017 at 09:17:10PM +0100, fred.kon...@greensocs.com wrote: > From: KONRAD Frederic > > This introduces a special callback which allows to run code from some MMIO > devices. > > SysBusDevice with a MemoryRegion which implements the request_ptr callback

[Qemu-devel] [PATCH V2 4/7] exec: allow to get a pointer for some mmio memory region

2017-02-17 Thread fred . konrad
From: KONRAD Frederic This introduces a special callback which allows to run code from some MMIO devices. SysBusDevice with a MemoryRegion which implements the request_ptr callback will be notified when the guest try to execute code from their offset. Then it will be