qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] qmp: synchronize state of the cpu before memory rea


From: Andrey Karpov
Subject: [Qemu-devel] [PATCH] qmp: synchronize state of the cpu before memory reading
Date: Wed, 09 Apr 2014 10:52:13 +0400
User-agent: StGit/0.17.1-dirty

calling "memsave' through the qmp makes a zero filled dump. the hmp still works 
properly because hmp_memsave calls cpu_synchronize_state before calling 
qmp_memsave.

---

Andrey Karpov (1):
      synchronize state of the cpu before memory reading


 cpus.c |    1 +
 1 file changed, 1 insertion(+)

--
Signature



reply via email to

[Prev in Thread] Current Thread [Next in Thread]