From patchwork Fri Jul 3 09:51:00 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Marc-Andr=C3=A9_Lureau?= X-Patchwork-Id: 490975 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 59E0B1402BD for ; Fri, 3 Jul 2015 19:51:59 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=g4+5iSI8; dkim-atps=neutral Received: from localhost ([::1]:40126 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAxdV-0001UU-Hw for incoming@patchwork.ozlabs.org; Fri, 03 Jul 2015 05:51:57 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAxcw-0000RM-52 for qemu-devel@nongnu.org; Fri, 03 Jul 2015 05:51:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAxcq-0005IL-VD for qemu-devel@nongnu.org; Fri, 03 Jul 2015 05:51:22 -0400 Received: from mail-qk0-x230.google.com ([2607:f8b0:400d:c09::230]:32791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAxcq-0005Hr-R6 for qemu-devel@nongnu.org; Fri, 03 Jul 2015 05:51:16 -0400 Received: by qkhu186 with SMTP id u186so69500505qkh.0 for ; Fri, 03 Jul 2015 02:51:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=z3X7ZtSvjfE3kSslu77+EsV18ZXFGuiqihShSfL3o+M=; b=g4+5iSI8N1luBcuwkxp2XzZaL6rjq0sWCCoGqKzUtX8lebQKPYVr7/rqyxXq4Zsc9j r25xGh9xVWf4Ic1erSrK5ziLrteg8NjPLfm5aN2XN7aIux1sD6wsQBQWTmOqcJkhRP+t vfODk6zgcWtA1Fxq6JqI2DNGZharixO5WXCkN7cNwxEhYGgNrXDPCzRojMGLNms7S2NR fBanglEillIIqJbMI0k39YAgIA0nMSOreg6jfItU5Ob/gkSX7e60JMx1s5BAZ+CBwBfs ood0TKH/eVQ/b6iE0zWZpxVoLjVOyyJSm/5OkHZ6ilXAX61B9jPZAMOvJtsptOeqqkSN PjzQ== X-Received: by 10.55.33.203 with SMTP id f72mr70400998qki.52.1435917076449; Fri, 03 Jul 2015 02:51:16 -0700 (PDT) Received: from localhost (bne75-h02-31-39-163-232.dsl.sta.abo.bbox.fr. [31.39.163.232]) by mx.google.com with ESMTPSA id p26sm4156125qkp.11.2015.07.03.02.51.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Jul 2015 02:51:15 -0700 (PDT) From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= To: qemu-devel@nongnu.org Date: Fri, 3 Jul 2015 11:51:00 +0200 Message-Id: <1435917064-17827-2-git-send-email-marcandre.lureau@redhat.com> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1435917064-17827-1-git-send-email-marcandre.lureau@redhat.com> References: <1435917064-17827-1-git-send-email-marcandre.lureau@redhat.com> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c09::230 Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , armbru@redhat.com, mdroth@linux.vnet.ibm.com Subject: [Qemu-devel] [PATCH 1/5] qapi: add comment block before ChardevDummy X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org This is mainly to please the doc generation that requires comment block before the declaration. Signed-off-by: Marc-André Lureau Reviewed-by: Eric Blake --- qapi-schema.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qapi-schema.json b/qapi-schema.json index 106008c..71c894e 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3016,13 +3016,17 @@ { 'struct': 'ChardevRingbuf', 'data': { '*size' : 'int' } } ## +# @ChardevDummy +## +{ 'struct': 'ChardevDummy', 'data': { } } + +## # @ChardevBackend: # # Configuration info for the new chardev backend. # # Since: 1.4 (testdev since 2.2) ## -{ 'struct': 'ChardevDummy', 'data': { } } { 'union': 'ChardevBackend', 'data': { 'file' : 'ChardevFile', 'serial' : 'ChardevHostdev',