From nobody Sun May 5 16:19:38 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1563170300; cv=none; d=zoho.com; s=zohoarc; b=F8rSy6PenDyaMvS02v85TBlzuZwZIQXqjmakLDQqnvW351HIVyW9p9O7qbENXRoi1MnGEqBDWhbNy1kM8EgNa1KPwsV5L2ymK8rDoa3k/0pdJP4lQOFWGoJ0TulZ7eaTJvgPKUmhXviMgfie7sqXPvnrIQ1W7E8j7BazfAfr2U0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1563170300; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=04lBEBsIIqZfNNgCytwn4Sb/X7cLjgsirCIsjEHoMZ0=; b=mwZ7+9d/YvWLztXJ/3t33J3o93hJUI6NrCoXyHqTWD5+H3/YXeY739U6fxe+epscVKAJb2L3pgwonRCc8XWoI6fqaPyJ8loqnCI8Z7yqgvq5HYgoV5yCtaJmef28TJdoOQ5f15adxwFmmFqan07G3kGJPEaLpyiWVW2aJGyD2u4= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (209.51.188.17 [209.51.188.17]) by mx.zohomail.com with SMTPS id 156317030044041.31333123278978; Sun, 14 Jul 2019 22:58:20 -0700 (PDT) Received: from localhost ([::1]:35280 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmu01-0005RE-Fn for importer@patchew.org; Mon, 15 Jul 2019 01:58:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37678) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmtzb-0004C3-5p for qemu-devel@nongnu.org; Mon, 15 Jul 2019 01:57:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmtza-0007Xj-8v for qemu-devel@nongnu.org; Mon, 15 Jul 2019 01:57:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59018) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hmtza-0007Vd-3B for qemu-devel@nongnu.org; Mon, 15 Jul 2019 01:57:42 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9EF2E30862BE; Mon, 15 Jul 2019 05:57:40 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-111.ams2.redhat.com [10.36.116.111]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E115F5D717; Mon, 15 Jul 2019 05:57:37 +0000 (UTC) Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id 675951138660; Mon, 15 Jul 2019 07:57:36 +0200 (CEST) From: Markus Armbruster To: qemu-devel@nongnu.org Date: Mon, 15 Jul 2019 07:57:35 +0200 Message-Id: <20190715055736.15214-2-armbru@redhat.com> In-Reply-To: <20190715055736.15214-1-armbru@redhat.com> References: <20190715055736.15214-1-armbru@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Mon, 15 Jul 2019 05:57:40 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH for-4.1 1/2] Makefile: Fix missing dependency of on qemu-tech.texi X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, philmd@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" The qemu-doc.{html,info,pdf,txt} depend on qemu-doc.texi and its include files. Except qemu-tech.texi is missing. Has always been missing as far as I can see. Fix it. Signed-off-by: Markus Armbruster Reviewed-by: Philippe Mathieu-Daud=C3=A9 Tested-by: Philippe Mathieu-Daud=C3=A9 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1fcbaed62c..8212a1446c 100644 --- a/Makefile +++ b/Makefile @@ -1020,7 +1020,8 @@ pdf: qemu-doc.pdf docs/interop/qemu-qmp-ref.pdf docs/= interop/qemu-ga-ref.pdf txt: qemu-doc.txt docs/interop/qemu-qmp-ref.txt docs/interop/qemu-ga-ref.t= xt =20 qemu-doc.html qemu-doc.info qemu-doc.pdf qemu-doc.txt: \ - qemu-img.texi qemu-nbd.texi qemu-options.texi qemu-option-trace.texi \ + qemu-img.texi qemu-nbd.texi qemu-options.texi \ + qemu-tech.texi qemu-option-trace.texi \ qemu-deprecated.texi qemu-monitor.texi qemu-img-cmds.texi qemu-ga.texi \ qemu-monitor-info.texi docs/qemu-block-drivers.texi \ docs/qemu-cpu-models.texi docs/security.texi --=20 2.21.0 From nobody Sun May 5 16:19:38 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1563170300; cv=none; d=zoho.com; s=zohoarc; b=OC6YCC5czdr8l+OZKbjV2A15AMFDuGaK5C2V0zqaBMUpS3IsJMkPBybmQ+w5yBv5Zvlh7Q6xIUgxWnF9n6zYijKHuKJg5EohjKQaeSxgQX6DxwWuEZSDI5+6kZ9mnGWEZtdEzjFNOk0jEhdXtYuxJbQD3lvhzQzKBcDga607h8Q= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1563170300; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=hib9erVIPx3pye2skNrfOzYax7XQEXaBdJp3WrEw7vQ=; b=kpPCwisOBKEkQSu0X6f93bUzkvrPGK7I0wMO8EgaYqtPVMupgM6hZVu2U7qy6276y3QRohKumYVfgYZ5oMjGxWOJctMGKfAIOjaPZRCHtigZ7HdktUSNiax17k9v10xeuyAKj2x4p+nec01D3mymVLCKS2Hca45cks4Z+akH+Fg= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (209.51.188.17 [209.51.188.17]) by mx.zohomail.com with SMTPS id 1563170300493767.6545596127136; Sun, 14 Jul 2019 22:58:20 -0700 (PDT) Received: from localhost ([::1]:35278 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmtzy-0005Cg-01 for importer@patchew.org; Mon, 15 Jul 2019 01:58:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37675) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmtzb-0004C2-2V for qemu-devel@nongnu.org; Mon, 15 Jul 2019 01:57:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmtza-0007XN-4c for qemu-devel@nongnu.org; Mon, 15 Jul 2019 01:57:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58532) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hmtzZ-0007VX-VZ for qemu-devel@nongnu.org; Mon, 15 Jul 2019 01:57:42 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9059D3082145; Mon, 15 Jul 2019 05:57:40 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-111.ams2.redhat.com [10.36.116.111]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E10F51001B38; Mon, 15 Jul 2019 05:57:37 +0000 (UTC) Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id 6A3751138661; Mon, 15 Jul 2019 07:57:36 +0200 (CEST) From: Markus Armbruster To: qemu-devel@nongnu.org Date: Mon, 15 Jul 2019 07:57:36 +0200 Message-Id: <20190715055736.15214-3-armbru@redhat.com> In-Reply-To: <20190715055736.15214-1-armbru@redhat.com> References: <20190715055736.15214-1-armbru@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Mon, 15 Jul 2019 05:57:40 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH for-4.1 2/2] qemu-tech: Fix dangling @menu entries X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, philmd@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Recent commit 2f2c4e4731 "Convert "translator internals" docs to RST, move to devel manual" and commit 282d36b5e2 "qemu-tech.texi: Remove "QEMU compared to other emulators" section" removed @node, but left their @menu entries behind. This broke building qemu-doc.info (but not qemu-doc.{html,pdf,txt}; how odd). Bury the dead @menu entries. Reported-by: Philippe Mathieu-Daud=C3=A9 Fixes: 2f2c4e4731449449a2b1aafcd73e4f9ae107d78b Fixes: 282d36b5e27ba86d42d0638430e439c2c257367b Signed-off-by: Markus Armbruster Reviewed-by: Peter Maydell Reviewed-by: Philippe Mathieu-Daud=C3=A9 Tested-by: Philippe Mathieu-Daud=C3=A9 --- qemu-tech.texi | 3 --- 1 file changed, 3 deletions(-) diff --git a/qemu-tech.texi b/qemu-tech.texi index 3451cfaa5b..0380de77b6 100644 --- a/qemu-tech.texi +++ b/qemu-tech.texi @@ -3,10 +3,7 @@ =20 @menu * CPU emulation:: -* Translator Internals:: -* QEMU compared to other emulators:: * Managed start up options:: -* Bibliography:: @end menu =20 @node CPU emulation --=20 2.21.0