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 X-Spam-Level: X-Spam-Status: No, score=-13.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 C5922C432BE for ; Wed, 1 Sep 2021 08:11:38 +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 05BB060243 for ; Wed, 1 Sep 2021 08:11:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 05BB060243 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=mail.uni-paderborn.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=nongnu.org Received: from localhost ([::1]:59024 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mLLLN-0002F0-1N for qemu-devel@archiver.kernel.org; Wed, 01 Sep 2021 04:11:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41024) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mLLJb-0008Np-Iz; Wed, 01 Sep 2021 04:09:47 -0400 Received: from collins.uni-paderborn.de ([2001:638:502:c003::14]:39056) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mLLJZ-000654-61; Wed, 01 Sep 2021 04:09:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.uni-paderborn.de; s=20170601; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=6lZ6ydmxvbnC4r0Pymcd338rHTaneKicD1zouDaR9B4=; b=nmvAFUt4vIGCfB6G8oONgc+jwF +rEGS7jey9hOxOwvjlXfNSsB7XEdoc/uYmhO01C9zV9blvAp0OYj7tjkbDKhJQMOzu9cuMozUn+9H MtOfSkBCBidNQY7MYUBVD8rVY8Ah9xTQCVAxoliEMRmJgtsP7YTbNRRQAdSP/mphQp7k=; Date: Wed, 1 Sep 2021 10:09:30 +0200 From: Bastian Koppelmann To: Gerd Hoffmann Subject: Re: [PATCH 20/29] tcg_funcs: Add cpu_restore_state to TCGModuleOps Message-ID: <20210901080930.42kpcwrobyzgxmqt@schnipp-desktop> References: <20210831121545.2874233-1-kraxel@redhat.com> <20210831121545.2874233-21-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210831121545.2874233-21-kraxel@redhat.com> X-IMT-Spam-Score: 0.0 () X-PMX-Version: 6.4.9.2830568, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2021.9.1.75716, AntiVirus-Engine: 5.84.0, AntiVirus-Data: 2021.7.20.5840001 X-Sophos-SenderHistory: ip=84.184.59.97, fs=3861074, da=118092839, mc=48, sc=0, hc=48, sp=0, fso=3861074, re=0, sd=0, hd=0 X-IMT-Authenticated-Sender: kbastian@UNI-PADERBORN.DE Received-SPF: pass client-ip=2001:638:502:c003::14; envelope-from=kbastian@mail.uni-paderborn.de; helo=collins.uni-paderborn.de X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, 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: Peter Maydell , David Hildenbrand , Bin Meng , qemu-devel@nongnu.org, Peter Xu , Laurent Vivier , Max Filippov , Alistair Francis , "Edgar E. Iglesias" , Alexandre Iooss , "Michael S. Tsirkin" , Huacai Chen , Halil Pasic , Christian Borntraeger , Thomas Huth , qemu-ppc@nongnu.org, Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Aleksandar Rikalo , Eduardo Habkost , Richard Henderson , Greg Kurz , qemu-s390x@nongnu.org, qemu-arm@nongnu.org, Stafford Horne , Alex =?utf-8?Q?Benn=C3=A9e?= , David Gibson , qemu-riscv@nongnu.org, Cornelia Huck , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Palmer Dabbelt , Paolo Bonzini , Mahmoud Mandour , Aurelien Jarno Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Tue, Aug 31, 2021 at 02:15:36PM +0200, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann > --- > include/exec/exec-all.h | 2 +- > include/tcg/tcg-module.h | 1 + > accel/tcg/cpu-exec-common.c | 2 +- > accel/tcg/tcg-module.c | 6 ++++++ > accel/tcg/translate-all.c | 3 ++- > softmmu/physmem.c | 2 +- > target/alpha/helper.c | 2 +- > target/alpha/mem_helper.c | 2 +- > target/arm/op_helper.c | 2 +- > target/arm/tlb_helper.c | 8 ++++---- > target/cris/helper.c | 2 +- > target/i386/helper.c | 2 +- > target/i386/tcg/sysemu/svm_helper.c | 2 +- > target/m68k/op_helper.c | 6 +++--- > target/microblaze/helper.c | 2 +- > target/openrisc/sys_helper.c | 8 ++++---- > target/ppc/excp_helper.c | 2 +- > target/s390x/tcg/excp_helper.c | 2 +- > target/tricore/op_helper.c | 2 +- > target/xtensa/helper.c | 6 +++--- > 20 files changed, 36 insertions(+), 28 deletions(-) tricore part Reviewed-by: Bastian Koppelmann Cheers, Bastian