[Qemu-devel] [PATCH for-2.10 0/2] mmio-execution and migration

KONRAD Frederic posted 2 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1501575048-13485-1-git-send-email-frederic.konrad@adacore.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
hw/ssi/xilinx_spips.c | 11 +++++++++++
include/exec/memory.h |  4 ++++
2 files changed, 15 insertions(+)
[Qemu-devel] [PATCH for-2.10 0/2] mmio-execution and migration
Posted by KONRAD Frederic 6 years, 7 months ago
mmio-execution has incompatibilities with migration so this informs the
potential developer that implementing request_ptr will break migration and
adds a migration blocker in xilinx-spips when using mmio-execution.

This bug affects the user which wants to execute code from SPI (which wasn't
possible before) and uses migration at the same time.

Let's fix that in the next stable release?

Thanks,
Fred

KONRAD Frederic (2):
  mmio-execution: warn the potential developer about migration
  xilinx-spips: add a migration blocker when using mmio_execution

 hw/ssi/xilinx_spips.c | 11 +++++++++++
 include/exec/memory.h |  4 ++++
 2 files changed, 15 insertions(+)

-- 
1.8.3.1