From patchwork Mon Oct 17 21:29:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Blake X-Patchwork-Id: 683432 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3syWlr0hYPz9s1h for ; Tue, 18 Oct 2016 08:38:15 +1100 (AEDT) Received: from localhost ([::1]:36160 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwFbn-0003vo-W7 for incoming@patchwork.ozlabs.org; Mon, 17 Oct 2016 17:38:12 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwFTw-00065N-JB for qemu-devel@nongnu.org; Mon, 17 Oct 2016 17:30:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwFTw-0004Io-2g for qemu-devel@nongnu.org; Mon, 17 Oct 2016 17:30:04 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:41005) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwFTv-0004Fx-Sq; Mon, 17 Oct 2016 17:30:03 -0400 Received: from red.redhat.com (unknown [IPv6:2602:30a:c7d0:7100:7657:7b6:d81b:9143]) (Authenticated sender: eric@blake.one) by relay4-d.mail.gandi.net (Postfix) with ESMTPA id 2CB2D172098; Mon, 17 Oct 2016 23:29:59 +0200 (CEST) From: Eric Blake To: qemu-devel@nongnu.org Date: Mon, 17 Oct 2016 16:29:54 -0500 Message-Id: <1476739794-19536-1-git-send-email-eblake@redhat.com> X-Mailer: git-send-email 2.7.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4b98:c:538::196 Subject: [Qemu-devel] [PATCH] trivial: Restore blank line in qapi-schema X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, dave@natulte.net, Markus Armbruster , quintela@redhat.com Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" 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 Reviewed-by: Laurent Vivier --- qapi-schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/qapi-schema.json b/qapi-schema.json index ded1179..6da520c 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 #