From patchwork Fri Sep 25 14:03:40 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: 522821 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 6866B14017E for ; Sat, 26 Sep 2015 00:11:47 +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=lLt1tvnz; dkim-atps=neutral Received: from localhost ([::1]:42017 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfTiz-0002VF-Gs for incoming@patchwork.ozlabs.org; Fri, 25 Sep 2015 10:11:45 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfTbs-0006Xs-Qr for qemu-devel@nongnu.org; Fri, 25 Sep 2015 10:04:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfTbs-0003Sq-0N for qemu-devel@nongnu.org; Fri, 25 Sep 2015 10:04:24 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:38061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfTbr-0003Rr-QF for qemu-devel@nongnu.org; Fri, 25 Sep 2015 10:04:23 -0400 Received: by wiclk2 with SMTP id lk2so21087716wic.1 for ; Fri, 25 Sep 2015 07:04:23 -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=0Xpur5RuPeC84Nf3u0Vg2kuhNA5wioeW18pb4Q8HopM=; b=lLt1tvnzxID2yvgwTBUzIGjW6Bm1/bp10THJuLo2m6E+Rdybi8CdUvnOsoYA4vbesC WJUtsRNYucFz6F8F8deuJAwgD5t86y3nH3wd21maH3pvlyPTO19AFgRQCsNZbm2bP7c1 fV/VCxRRpsVC5cJtjIy9AWF4KQug5n1njx8mN6Z9m3uSLzHzcEsJcF3yxT3/Kxn7KLGc Dj6VfMTMreIVee40FwPfhcgFLFJdvoRN9GJJAq2mnV2uYqK8GoxrJPGTVBUFrMHU9rna rZRJvaCQGiOtwPMWIqRC2h8DR+6tVfa8ZT95uQcpjqr2/dlzZZZzYtszloFuOY1sHnj0 Lh1g== X-Received: by 10.181.8.72 with SMTP id di8mr3748168wid.62.1443189863137; Fri, 25 Sep 2015 07:04:23 -0700 (PDT) Received: from localhost ([149.6.167.210]) by smtp.gmail.com with ESMTPSA id lv4sm2784477wjb.43.2015.09.25.07.04.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Sep 2015 07:04:22 -0700 (PDT) From: marcandre.lureau@redhat.com To: qemu-devel@nongnu.org Date: Fri, 25 Sep 2015 16:03:40 +0200 Message-Id: <1443189844-20341-13-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::232 Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , armbru@redhat.com, mdroth@linux.vnet.ibm.com Subject: [Qemu-devel] [PATCH 12/36] build-sys: generate qmp-commands.txt 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 Not sure this is really necessary, but it's easy to provide Signed-off-by: Marc-André Lureau --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 918ad4e..5e09e88 100644 --- a/Makefile +++ b/Makefile @@ -525,8 +525,9 @@ qemu-monitor.texi: $(SRC_PATH)/hmp-commands.hx qemu-monitor-info.texi: $(SRC_PATH)/hmp-commands-info.hx $(call quiet-command,sh $(SRC_PATH)/scripts/hxtool -t < $< > $@," GEN $@") -qmp-commands.txt: $(SRC_PATH)/qmp-commands.hx - $(call quiet-command,sh $(SRC_PATH)/scripts/hxtool -q < $< > $@," GEN $@") +qmp-commands.txt: qemu-qapi.texi + $(call quiet-command,LC_ALL=C $(MAKEINFO) $(MAKEINFOFLAGS) --plaintext $< -o $@, \ + " GEN $@") qemu-img-cmds.texi: $(SRC_PATH)/qemu-img-cmds.hx $(call quiet-command,sh $(SRC_PATH)/scripts/hxtool -t < $< > $@," GEN $@")