From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bz479-0005Ua-IY for qemu-devel@nongnu.org; Tue, 25 Oct 2016 11:58:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bz474-0004yU-QT for qemu-devel@nongnu.org; Tue, 25 Oct 2016 11:58:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33176) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bz474-0004yC-LV for qemu-devel@nongnu.org; Tue, 25 Oct 2016 11:58:06 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (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 D7C9EC03BD57 for ; Tue, 25 Oct 2016 15:58:05 +0000 (UTC) From: Markus Armbruster Date: Tue, 25 Oct 2016 17:57:56 +0200 Message-Id: <1477411082-12075-2-git-send-email-armbru@redhat.com> In-Reply-To: <1477411082-12075-1-git-send-email-armbru@redhat.com> References: <1477411082-12075-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PULL 1/7] trivial: Restore blank line in qapi-schema List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org From: Eric Blake Commit de63ab6 accidentally undid part of commit a43edcf, because the two patches were written in parallel, and the blank line was not noticed as a casualty of merge conflicts. Signed-off-by: Eric Blake Message-Id: <1476739794-19536-1-git-send-email-eblake@redhat.com> Reviewed-by: Laurent Vivier Signed-off-by: Markus Armbruster --- qapi-schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/qapi-schema.json b/qapi-schema.json index 5a8ec38..d6a43a1 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -737,6 +737,7 @@ '*tls-hostname': 'str', '*max-bandwidth': 'int', '*downtime-limit': 'int'} } + ## # @query-migrate-parameters # -- 2.5.5