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

2017-02-17 Thread Frederic Konrad
On 02/16/2017 03:39 PM, Paolo Bonzini wrote: > > > On 16/02/2017 15:30, 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

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

2017-02-16 Thread Frederic Konrad
On 02/16/2017 03:39 PM, Paolo Bonzini wrote: > > > On 16/02/2017 15:30, 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

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

2017-02-16 Thread Paolo Bonzini
On 16/02/2017 15:30, 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 fixes the way get_page_addr_code fills the TLB. >

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

2017-02-16 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 execution helpers: the device must