From: "Edgar E. Iglesias" <edgar.igles...@xilinx.com> Hi,
Paolo suggested offline that we send a pull request for this series. Here it is, I've run it through my testsuite + tested the LQSPI testcase on Zynq. Cheers, Edgar The following changes since commit 3f0602927b120a480b35dcf58cf6f95435b3ae91: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170613' into staging (2017-06-13 15:49:07 +0100) are available in the git repository at: g...@github.com:edgarigl/qemu.git tags/edgar/mmio-exec.for-upstream for you to fetch changes up to 63ef40dd6bc6cfdae5fa67ccac1cb11e7a5161b0: xilinx_spips: allow mmio execution (2017-06-14 17:31:08 +0200) ---------------------------------------------------------------- mmio-exec.for-upstream ---------------------------------------------------------------- KONRAD Frederic (7): cputlb: cleanup get_page_addr_code to use VICTIM_TLB_HIT cputlb: move get_page_addr_code cputlb: fix the way get_page_addr_code fills the tlb qdev: add MemoryRegion property introduce mmio_interface exec: allow to get a pointer for some mmio memory region xilinx_spips: allow mmio execution cputlb.c | 82 ++++++++++++++----------- hw/misc/Makefile.objs | 1 + hw/misc/mmio_interface.c | 128 +++++++++++++++++++++++++++++++++++++++ hw/ssi/xilinx_spips.c | 74 ++++++++++++++++------ include/exec/memory.h | 35 +++++++++++ include/hw/misc/mmio_interface.h | 49 +++++++++++++++ include/hw/qdev-properties.h | 2 + memory.c | 111 +++++++++++++++++++++++++++++++++ 8 files changed, 428 insertions(+), 54 deletions(-) create mode 100644 hw/misc/mmio_interface.c create mode 100644 include/hw/misc/mmio_interface.h