From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F2073C433F5 for ; Fri, 15 Oct 2021 13:18:24 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7AAFF61151 for ; Fri, 15 Oct 2021 13:18:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7AAFF61151 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=nongnu.org Received: from localhost ([::1]:51402 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mbN6N-0002nc-9X for qemu-devel@archiver.kernel.org; Fri, 15 Oct 2021 09:18:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35850) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbN54-0000WI-FG for qemu-devel@nongnu.org; Fri, 15 Oct 2021 09:17:02 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:47295) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbN51-0001w2-KH for qemu-devel@nongnu.org; Fri, 15 Oct 2021 09:17:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1634303818; 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; bh=uecXco96/ObZcTQeRxj2uCDZJSTrwGiv6+zy10RVhZI=; b=I7Hq0Y6iCKb1ND+orLqfvajQqLUUzLY3WK+Y6OwClFVUR8K+USZ8r3JW0MIO8wizrFLlg+ f4Q16mMvfrIdSGa8XzKEtDyfDzW/ZxR32BvoW416n9+2DgPAudrShUuRSv5073Buj3WZ2g 9KrTIGyNYaBHMceWLESqgWqx22+QUkQ= 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-565-K4xsmcI1OnO_MeuUc28TrA-1; Fri, 15 Oct 2021 09:16:54 -0400 X-MC-Unique: K4xsmcI1OnO_MeuUc28TrA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C4DAA10A8E00; Fri, 15 Oct 2021 13:16:53 +0000 (UTC) Received: from thinkpad.redhat.com (unknown [10.39.193.19]) by smtp.corp.redhat.com (Postfix) with ESMTP id AB9A260C13; Fri, 15 Oct 2021 13:16:46 +0000 (UTC) From: Laurent Vivier To: qemu-devel@nongnu.org Subject: [PATCH 0/2] analyze-migration.py: trivial fixes Date: Fri, 15 Oct 2021 15:16:43 +0200 Message-Id: <20211015131645.501281-1-lvivier@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lvivier@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=216.205.24.124; envelope-from=lvivier@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -28 X-Spam_score: -2.9 X-Spam_bar: -- X-Spam_report: (-2.9 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.049, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: Laurent Vivier , Eduardo Habkost , qemu-trivial@nongnu.org, Michael Tokarev , Laurent Vivier , Cleber Rosa Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" This script is not used a lot but it helps to debug migration,=0D so it's annoying when we need it and it doesn't work...=0D =0D The first patch fix an error message that is erroneous and thus=0D doesn't help at all.=0D =0D The second fixes a problem introduced by python3 and preventing=0D to run the extract mode.=0D =0D Laurent Vivier (2):=0D analyze-migration.py: fix a long standing typo=0D analyze-migration.py: fix extract contents ('-x') errors=0D =0D scripts/analyze-migration.py | 6 +++---=0D 1 file changed, 3 insertions(+), 3 deletions(-)=0D =0D --=20=0D 2.31.1=0D =0D