From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1jYQhd-0003DF-PR for mharc-qemu-trivial@gnu.org; Tue, 12 May 2020 04:55:53 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37058) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jYQhc-00039k-8F for qemu-trivial@nongnu.org; Tue, 12 May 2020 04:55:52 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:52701 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1jYQhb-0004Mj-0K for qemu-trivial@nongnu.org; Tue, 12 May 2020 04:55:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589273749; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=khPtlGFl/jbzeSkl95woBP+xzqQsKUvE43NL6g4ggjE=; b=SBMZKqrU1dzd+hcz6qCCTi1nU8DkyJeP3WV2Kp9Lzdob4UMFpzwrAOUYNaHIRWTNGesQgP PHtfJgHhQAHM1iN8iIGmfDHuYC+PJdMkVGp31BNGTj5z/vp+sBrQ2YtBnBNu57AeWt3bcF qXFZHflR4kRqx0BvcQJnOB+0kL/RTC0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-276-D3vgxvN2OXiAISZsYfXX8Q-1; Tue, 12 May 2020 04:55:44 -0400 X-MC-Unique: D3vgxvN2OXiAISZsYfXX8Q-1 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 mimecast-mx01.redhat.com (Postfix) with ESMTPS id F1420A0C05; Tue, 12 May 2020 08:55:42 +0000 (UTC) Received: from linux.fritz.box (ovpn-114-74.ams2.redhat.com [10.36.114.74]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9AC806E6E6; Tue, 12 May 2020 08:55:37 +0000 (UTC) Date: Tue, 12 May 2020 10:55:36 +0200 From: Kevin Wolf To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Cc: qemu-devel@nongnu.org, Fam Zheng , Eduardo Habkost , qemu-block@nongnu.org, qemu-trivial@nongnu.org, Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= , Markus Armbruster , Stefan Hajnoczi , Cleber Rosa , Alex =?iso-8859-1?Q?Benn=E9e?= Subject: Re: [PATCH v3 1/2] scripts/qemugdb: Remove shebang header Message-ID: <20200512085536.GA5951@linux.fritz.box> References: <20200512070642.23986-1-f4bug@amsat.org> <20200512070642.23986-2-f4bug@amsat.org> MIME-Version: 1.0 In-Reply-To: <20200512070642.23986-2-f4bug@amsat.org> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Disposition: inline Received-SPF: pass client-ip=205.139.110.120; envelope-from=kwolf@redhat.com; helo=us-smtp-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/12 02:02:04 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2020 08:55:52 -0000 Am 12.05.2020 um 09:06 hat Philippe Mathieu-Daudé geschrieben: > These scripts are loaded as plugin by GDB (and they don't > have any __main__ entry point). Remove the shebang header. > > Acked-by: Alex Bennée > Signed-off-by: Philippe Mathieu-Daudé > --- > scripts/qemugdb/__init__.py | 3 +-- > scripts/qemugdb/aio.py | 3 +-- > scripts/qemugdb/coroutine.py | 3 +-- > scripts/qemugdb/mtree.py | 4 +--- > scripts/qemugdb/tcg.py | 1 - There is still a shebang line left in scripts/qemugdb/timers.py. Kevin