From patchwork Fri Mar 1 17:21:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabien Chouteau X-Patchwork-Id: 224420 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 34FB12C02F4 for ; Sat, 2 Mar 2013 04:23:28 +1100 (EST) Received: from localhost ([::1]:48417 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBTg6-0002Tn-Bw for incoming@patchwork.ozlabs.org; Fri, 01 Mar 2013 12:23:26 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBTec-0008Tf-LH for qemu-devel@nongnu.org; Fri, 01 Mar 2013 12:21:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBTea-0001V8-L5 for qemu-devel@nongnu.org; Fri, 01 Mar 2013 12:21:54 -0500 Received: from mel.act-europe.fr ([194.98.77.210]:57008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBTea-0001Tu-Eu for qemu-devel@nongnu.org; Fri, 01 Mar 2013 12:21:52 -0500 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 3F9B4290039; Fri, 1 Mar 2013 18:21:51 +0100 (CET) X-Virus-Scanned: amavisd-new at eu.adacore.com Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k+g6p6mF7x6s; Fri, 1 Mar 2013 18:21:51 +0100 (CET) Received: from PomPomGalli.act-europe.fr (pompomgalli.act-europe.fr [10.10.1.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 1B1FC290036; Fri, 1 Mar 2013 18:21:51 +0100 (CET) From: Fabien Chouteau To: qemu-devel@nongnu.org Date: Fri, 1 Mar 2013 18:21:44 +0100 Message-Id: <1362158507-19310-2-git-send-email-chouteau@adacore.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1362158507-19310-1-git-send-email-chouteau@adacore.com> References: <1362158507-19310-1-git-send-email-chouteau@adacore.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 194.98.77.210 Cc: peter.maydell@linaro.org, paul@codesourcery.com, afaerber@suse.de Subject: [Qemu-devel] [PATCH 1/4] QAPI: Add ARMEB target-type 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 Signed-off-by: Fabien Chouteau --- qapi-schema.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/qapi-schema.json b/qapi-schema.json index 28b070f..0615715 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -2993,10 +2993,11 @@ # Since: 1.2.0 ## { 'enum': 'TargetType', - 'data': [ 'alpha', 'arm', 'cris', 'i386', 'lm32', 'm68k', 'microblazeel', - 'microblaze', 'mips64el', 'mips64', 'mipsel', 'mips', 'or32', - 'ppc64', 'ppcemb', 'ppc', 's390x', 'sh4eb', 'sh4', 'sparc64', - 'sparc', 'unicore32', 'x86_64', 'xtensaeb', 'xtensa' ] } + 'data': [ 'alpha', 'arm', 'armeb','cris', 'i386', 'lm32', 'm68k', + 'microblazeel', 'microblaze', 'mips64el', 'mips64', 'mipsel', + 'mips', 'or32', 'ppc64', 'ppcemb', 'ppc', 's390x', 'sh4eb', + 'sh4', 'sparc64', 'sparc', 'unicore32', 'x86_64', 'xtensaeb', + 'xtensa' ] } ## # @TargetInfo: