From nobody Fri Apr 19 02:54:05 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 Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552560630238912.3636736497458; Thu, 14 Mar 2019 03:50:30 -0700 (PDT) Received: from localhost ([127.0.0.1]:34069 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4NwQ-0008Kc-Ay for importer@patchew.org; Thu, 14 Mar 2019 06:50:26 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4Nsa-0005vB-1T for qemu-devel@nongnu.org; Thu, 14 Mar 2019 06:46:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4NsZ-0001DE-BU for qemu-devel@nongnu.org; Thu, 14 Mar 2019 06:46:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60698) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h4NsZ-0001CT-0y; Thu, 14 Mar 2019 06:46:27 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 57CDDC0AD1DA; Thu, 14 Mar 2019 10:46:26 +0000 (UTC) Received: from steredhat.redhat.com (ovpn-117-21.ams2.redhat.com [10.36.117.21]) by smtp.corp.redhat.com (Postfix) with ESMTP id 199CB5C231; Thu, 14 Mar 2019 10:46:24 +0000 (UTC) From: Stefano Garzarella To: qemu-devel@nongnu.org Date: Thu, 14 Mar 2019 11:46:21 +0100 Message-Id: <20190314104622.101715-2-sgarzare@redhat.com> In-Reply-To: <20190314104622.101715-1-sgarzare@redhat.com> References: <20190314104622.101715-1-sgarzare@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 14 Mar 2019 10:46:26 +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.0 1/2] .gitignore: ignore docs/built created for in-tree builds X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, Peter Maydell , Markus Armbruster Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Commit 1290e6711 creates 'docs/built' for in-tree builds of Sphinx manuals but did not ignore it. Signed-off-by: Stefano Garzarella Reviewed-by: Eric Blake --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 77522561b8..0adb17347f 100644 --- a/.gitignore +++ b/.gitignore @@ -119,6 +119,7 @@ /pc-bios/optionrom/kvmvapic.img /pc-bios/s390-ccw/s390-ccw.elf /pc-bios/s390-ccw/s390-ccw.img +/docs/built /docs/interop/qemu-ga-qapi.texi /docs/interop/qemu-ga-ref.html /docs/interop/qemu-ga-ref.info* --=20 2.20.1 From nobody Fri Apr 19 02:54:05 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 Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552560526026928.6238441120345; Thu, 14 Mar 2019 03:48:46 -0700 (PDT) Received: from localhost ([127.0.0.1]:34028 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4Nuk-00075z-27 for importer@patchew.org; Thu, 14 Mar 2019 06:48:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4Nsb-0005vo-MC for qemu-devel@nongnu.org; Thu, 14 Mar 2019 06:46:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4Nsa-0001Fx-TY for qemu-devel@nongnu.org; Thu, 14 Mar 2019 06:46:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57690) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h4Nsa-0001F4-Ke; Thu, 14 Mar 2019 06:46:28 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E9AA8C0AC910; Thu, 14 Mar 2019 10:46:27 +0000 (UTC) Received: from steredhat.redhat.com (ovpn-117-21.ams2.redhat.com [10.36.117.21]) by smtp.corp.redhat.com (Postfix) with ESMTP id B18034D708; Thu, 14 Mar 2019 10:46:26 +0000 (UTC) From: Stefano Garzarella To: qemu-devel@nongnu.org Date: Thu, 14 Mar 2019 11:46:22 +0100 Message-Id: <20190314104622.101715-3-sgarzare@redhat.com> In-Reply-To: <20190314104622.101715-1-sgarzare@redhat.com> References: <20190314104622.101715-1-sgarzare@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 14 Mar 2019 10:46:27 +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.0 2/2] tests/.gitignore: ignore test-qapi-emit-events.[ch] for in-tree builds X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, Peter Maydell , Markus Armbruster Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Commit 5d75648b56e generates 'tests/test-qapi-emit-events.[ch]' but did not ignore them for in-tree builds. Signed-off-by: Stefano Garzarella Reviewed-by: Eric Blake --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index c88f8f2537..f9c0170881 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -14,6 +14,7 @@ test-* test-qapi-commands.[ch] include/test-qapi-commands-sub-module.[ch] test-qapi-commands-sub-sub-module.[ch] +test-qapi-emit-events.[ch] test-qapi-events.[ch] include/test-qapi-events-sub-module.[ch] test-qapi-events-sub-sub-module.[ch] --=20 2.20.1