From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsTxx-0000QW-TG for qemu-devel@nongnu.org; Fri, 07 Oct 2016 08:09:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bsTxs-0006Ps-8c for qemu-devel@nongnu.org; Fri, 07 Oct 2016 08:09:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsTxr-0006Of-Qg for qemu-devel@nongnu.org; Fri, 07 Oct 2016 08:09:24 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6E3CF3B72D for ; Fri, 7 Oct 2016 12:09:23 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-49.ams2.redhat.com [10.36.116.49]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u97C9LA2026337 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 7 Oct 2016 08:09:23 -0400 From: Markus Armbruster Date: Fri, 7 Oct 2016 14:09:18 +0200 Message-Id: <1475842159-26039-12-git-send-email-armbru@redhat.com> In-Reply-To: <1475842159-26039-1-git-send-email-armbru@redhat.com> References: <1475842159-26039-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 11/12] docs: Belatedly update for move of qmp-commands.txt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Missed in commit d076a2a and commit bd6092e. Signed-off-by: Markus Armbruster Message-Id: <1474546563-16332-1-git-send-email-armbru@redhat.com> Reviewed-by: Marc-Andr=C3=A9 Lureau --- docs/xen-save-devices-state.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xen-save-devices-state.txt b/docs/xen-save-devices-stat= e.txt index 92e08db..a72ecc8 100644 --- a/docs/xen-save-devices-state.txt +++ b/docs/xen-save-devices-state.txt @@ -9,7 +9,7 @@ however it is also possible to save the state of all devi= ces to file, without saving the RAM or the block devices of the VM. =20 This operation is called "xen-save-devices-state" (see -QMP/qmp-commands.txt) +qmp-commands.txt) =20 =20 The binary format used in the file is the following: --=20 2.5.5