From patchwork Thu Nov 5 03:49:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Gibson X-Patchwork-Id: 319918 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 266F5C00A89 for ; Thu, 5 Nov 2020 03:52:53 +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 52DB92072E for ; Thu, 5 Nov 2020 03:52:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.b="HuyS2VjJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 52DB92072E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:41972 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kaWKR-0000QG-5B for qemu-devel@archiver.kernel.org; Wed, 04 Nov 2020 22:52:51 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:35068) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kaWHO-0005Nu-Tc; Wed, 04 Nov 2020 22:49:42 -0500 Received: from bilbo.ozlabs.org ([2401:3900:2:1::2]:54123 helo=ozlabs.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kaWHL-0003wU-9x; Wed, 04 Nov 2020 22:49:42 -0500 Received: by ozlabs.org (Postfix, from userid 1007) id 4CRTzb0dJvz9sSs; Thu, 5 Nov 2020 14:49:30 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1604548171; bh=ShwGE9a6j/zaaNG45GqUr/FwKBxuiYtc5xIEfuLi5iU=; h=From:To:Cc:Subject:Date:From; b=HuyS2VjJ6zUmyat3nmmDAkLnCt3JJiLqG7Gb7U+aNl088ym5tdzzI5tOVUjP+BDRo AFP1x3nn1Fnh5ixWME4JZDAoudwVF9kTHneEsVzE34HXjGPaLGXUnB3V8y0ghtDl7+ XR+zz9BOA0pro2LmWvbSyQQHoLJNcRI6eAha4WqQ= From: David Gibson To: peter.maydell@linaro.org Subject: [PULL 0/3] ppc-for-5.2 patch queue 2020-11-05 Date: Thu, 5 Nov 2020 14:49:16 +1100 Message-Id: <20201105034919.393653-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Received-SPF: pass client-ip=2401:3900:2:1::2; envelope-from=dgibson@ozlabs.org; helo=ozlabs.org X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no 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: David Gibson , qemu-ppc@nongnu.org, qemu-devel@nongnu.org, groug@kaod.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" The following changes since commit 3c8c36c9087da957f580a9bb5ebf7814a753d1c6: Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201104-pull-request' into staging (2020-11-04 16:52:17 +0000) are available in the Git repository at: https://gitlab.com/dgibson/qemu.git tags/ppc-for-5.2-20201105 for you to fetch changes up to f29b959dc6871c9d8df781d1bedcfaebc76d5565: spapr: Convert hpt_prepare_thread() to use qemu_try_memalign() (2020-11-05 12:18:48 +1100) ---------------------------------------------------------------- ppc patch queue for 2020-11-05 A small PR this time, one bugfix, one removal of minor dead code, one warning suppression. ---------------------------------------------------------------- Chen Qun (1): target/ppc/excp_helper: Add a fallthrough for fix compiler warning Greg Kurz (2): spapr: Drop dead code in spapr_reallocate_hpt() spapr: Convert hpt_prepare_thread() to use qemu_try_memalign() hw/ppc/spapr.c | 6 ------ hw/ppc/spapr_hcall.c | 2 +- target/ppc/excp_helper.c | 1 + 3 files changed, 2 insertions(+), 7 deletions(-)