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

2017-03-03 Thread Edgar E. Iglesias
On Fri, Feb 17, 2017 at 09:17:06PM +0100, 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 > device. > > The three first patch

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

2017-03-03 Thread Paolo Bonzini
On 21/02/2017 09:51, KONRAD Frederic wrote: > Ping! > > Would be nice for us if we can get this into 2.9. Sorry, I've been much busier with icount than I would have liked. :( Paolo > Thanks, > Fred > > Le 17/02/2017 à 21:17, fred.kon...@greensocs.com a écrit : >> From: KONRAD Frederic

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

2017-03-03 Thread Frederic Konrad
Hi All, Any feedback for the 4 last patches? Thanks, Fred On 02/17/2017 09:17 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

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

2017-02-21 Thread KONRAD Frederic
Ping! Would be nice for us if we can get this into 2.9. Thanks, Fred Le 17/02/2017 à 21:17, fred.kon...@greensocs.com a écrit : 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

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

2017-02-17 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 fourth patch implements the mmio