From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXmN2-0004ig-91 for qemu-devel@nongnu.org; Wed, 09 Apr 2014 02:52:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXmMu-000191-WE for qemu-devel@nongnu.org; Wed, 09 Apr 2014 02:52:28 -0400 Received: from forward13.mail.yandex.net ([95.108.130.120]:35211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXmMu-00018c-Li for qemu-devel@nongnu.org; Wed, 09 Apr 2014 02:52:20 -0400 Received: from smtp13.mail.yandex.net (smtp13.mail.yandex.net [95.108.130.68]) by forward13.mail.yandex.net (Yandex) with ESMTP id 0EB27142985 for ; Wed, 9 Apr 2014 10:52:13 +0400 (MSK) Received: from smtp13.mail.yandex.net (localhost [127.0.0.1]) by smtp13.mail.yandex.net (Yandex) with ESMTP id DA22BE4006F for ; Wed, 9 Apr 2014 10:52:13 +0400 (MSK) From: Andrey Karpov Date: Wed, 09 Apr 2014 10:52:13 +0400 Message-ID: <20140409065121.22927.52213.stgit@ndd> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH] qmp: synchronize state of the cpu before memory reading List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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