From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9wpB-00041W-Va for qemu-devel@nongnu.org; Wed, 23 Jul 2014 09:43:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9wp4-0003km-Gd for qemu-devel@nongnu.org; Wed, 23 Jul 2014 09:43:17 -0400 Received: from oxygen.pond.sub.org ([144.76.244.19]:34609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9wp4-0003jf-AL for qemu-devel@nongnu.org; Wed, 23 Jul 2014 09:43:10 -0400 From: Markus Armbruster References: <1406118378-11217-1-git-send-email-eblake@redhat.com> <1406118378-11217-4-git-send-email-eblake@redhat.com> Date: Wed, 23 Jul 2014 15:43:03 +0200 In-Reply-To: <1406118378-11217-4-git-send-email-eblake@redhat.com> (Eric Blake's message of "Wed, 23 Jul 2014 06:26:16 -0600") Message-ID: <87silsry1k.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v2 for-2.1 3/5] docs: document missing SPICE_MIGRATE_COMPLETED event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: pbonzini@redhat.com, lcapitulino@redhat.com, qemu-devel@nongnu.org, wenchaoqemu@gmail.com Eric Blake writes: > The SPICE_MIGRATE_COMPLETED event was first documented in > 7cfadb6b. But since dfab4892 later restored this flie to the "this file" > state prior to qmp events, and we never documented it in the > past, anyone using this file instead of qapi will miss out on > this event. > > * docs/qmp/qmp-events.txt (SPICE_MIGRATE_COMPLETED): Add. > > Signed-off-by: Eric Blake Patch is fine.