---
cpus.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/cpus.c b/cpus.c
index 1104d61..4c53747 100644
--- a/cpus.c
+++ b/cpus.c
@@ -1417,6 +1417,7 @@ void qmp_memsave(int64_t addr, int64_t size, const char
*filename,
return;
}
+ cpu_synchronize_state(cpu);
while (size != 0) {
l = sizeof(buf);
if (l > size)- [Qemu-devel] [PATCH] qmp: synchronize state of the cpu befor... Andrey Karpov
- [Qemu-devel] [PATCH] synchronize state of the cpu befor... Andrey Karpov
