Re: [Qemu-devel] [PATCH V3 0/7] execute code from mmio area

2017-05-05 Thread Frederic Konrad
Ping! This is mostly reviewed maybe the 6th patch needs a little look. Thanks, Fred On 04/28/2017 04:59 PM, fred.kon...@greensocs.com wrote: > From: KONRAD Frederic > > This series allows to execute code from mmio areas. > The main goal of this is to be able to run code for example from an SPI

[Qemu-devel] [PATCH V3 0/7] execute code from mmio area

2017-04-28 Thread fred . konrad
From: KONRAD Frederic This series allows to execute code from mmio areas. The main goal of this is to be able to run code for example from an SPI device. The three first patch fixes the way get_page_addr_code fills the TLB. The sixth patch implements the mmio execution helpers: the device must