From patchwork Fri Sep 25 14:03:29 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: 522819 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 C9330140775 for ; Sat, 26 Sep 2015 00:10:08 +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=YVcijvb/; dkim-atps=neutral Received: from localhost ([::1]:41995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfThO-0008BT-Vx for incoming@patchwork.ozlabs.org; Fri, 25 Sep 2015 10:10:07 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfTbg-000686-F6 for qemu-devel@nongnu.org; Fri, 25 Sep 2015 10:04:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfTbc-0003E5-BC for qemu-devel@nongnu.org; Fri, 25 Sep 2015 10:04:12 -0400 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:37708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfTbc-0003DZ-5D for qemu-devel@nongnu.org; Fri, 25 Sep 2015 10:04:08 -0400 Received: by wicfx3 with SMTP id fx3so21012428wic.0 for ; Fri, 25 Sep 2015 07:04:07 -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=0uKHECtrVj5b9bRECUKeGpXhuBdJH8FBO1q2GiG3uR8=; b=YVcijvb/6Mm07OWEgRwNZfAxyzOsOudlcmOYtfGjb+Q+8kGXxhwluodLgems6z/2vC QyCllyLMXLknE/cEE+1jU3NYxEAa7qX3f3QH7UuELRTBEolvfmltDlWXCrqCkyK82sbL hzdvh/at01aGQgHNg+5u/AQGcAJ3PtjhWStwtGfcCu4H3Jmoe3zeEv9S40U+sW6V4uIm /zo0tIDmSoZq7NzclR0nEUzT7EDFN7h/iTs7lTXIqLM9DED48SdVdQA6bYXqDv8RfenF hbHZKHqLgQBB8Y+rgJuPRD0sOfy8hxD1mCwQuBy3lZF0I5LBlO9/8MoeJ0+ndRzESB1U ZV+g== X-Received: by 10.180.12.195 with SMTP id a3mr3567723wic.71.1443189847514; Fri, 25 Sep 2015 07:04:07 -0700 (PDT) Received: from localhost ([149.6.167.210]) by smtp.gmail.com with ESMTPSA id ki7sm3519378wjc.28.2015.09.25.07.04.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Sep 2015 07:04:06 -0700 (PDT) From: marcandre.lureau@redhat.com To: qemu-devel@nongnu.org Date: Fri, 25 Sep 2015 16:03:29 +0200 Message-Id: <1443189844-20341-2-git-send-email-marcandre.lureau@redhat.com> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1443189844-20341-1-git-send-email-marcandre.lureau@redhat.com> References: <1443189844-20341-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: 2a00:1450:400c:c05::234 Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , armbru@redhat.com, mdroth@linux.vnet.ibm.com Subject: [Qemu-devel] [PATCH 01/36] 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 From: Marc-André Lureau 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 516c95b..3e2e53d 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3042,13 +3042,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',