Comment 1 for bug 1690322

Revision history for this message
Daniel Berrange (berrange) wrote :

The memory region mapped by QEMU for -mem-path is configured such that changes are private to the QEMU process.

If you need an external process to be able to view memory changes, you need to use the modern "memory-backend-file" class with -object arg, and specify share=on to make the data visible to non-QEMU processes.