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=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 94F01C4338F for ; Wed, 4 Aug 2021 14:42:08 +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 5695D60ED6 for ; Wed, 4 Aug 2021 14:42:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5695D60ED6 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]:52448 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mBI5v-0002yw-FS for qemu-devel@archiver.kernel.org; Wed, 04 Aug 2021 10:42:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34302) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mBI2m-00046a-6n for qemu-devel@nongnu.org; Wed, 04 Aug 2021 10:38:54 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:55436) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mBI2f-0002D8-Mr for qemu-devel@nongnu.org; Wed, 04 Aug 2021 10:38:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1628087923; 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=p6d17G2f/vY6Ohutt77Uwcqq6xVqFidX+CoxKbVzyPE=; b=cLrl6hB9r6KJa6dO2HlEBZbvf7Vy3O0Ya4ft+5/+zInlSGHdasiHgfijKZZCBa7sfoIOja 1v+UApix60VUynBI5av0hdPI64CIR6h7S030D/3xS5Al0k97gl4iRUVKyRIyJPtGMJUuI7 t4aPpGMvMg45mhPy9cqF2eKV7NRb000= 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-549-lCpcxupgMoOhJMbThaXKxA-1; Wed, 04 Aug 2021 10:38:42 -0400 X-MC-Unique: lCpcxupgMoOhJMbThaXKxA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B5DBC87D543; Wed, 4 Aug 2021 14:38:39 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.193.3]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0D4DB5D9C6; Wed, 4 Aug 2021 14:38:28 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 288611800983; Wed, 4 Aug 2021 16:38:26 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH 0/7] tcg: some small towards more modular tcg Date: Wed, 4 Aug 2021 16:38:19 +0200 Message-Id: <20210804143826.3402872-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@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=kraxel@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) DKIMWL_WL_HIGH=-0.699, 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: Peter Maydell , David Hildenbrand , Thomas Huth , Peter Xu , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Gerd Hoffmann , Alexandre Iooss , Huacai Chen , Halil Pasic , Christian Borntraeger , Aleksandar Rikalo , Eduardo Habkost , Richard Henderson , qemu-s390x@nongnu.org, qemu-arm@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= , Cornelia Huck , Laurent Vivier , Paolo Bonzini , Mahmoud Mandour , Aurelien Jarno Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" =0D =0D Gerd Hoffmann (7):=0D plugins: register qemu_plugin_opts using opts_init()=0D tcg/module: move hmp.c to tcg module=0D tcg/module: move cpu-exec-common.c from tcg_ss to specific_ss=0D tcg/module: add some infrastructure for modular tcg.=0D tcg/module: Add tlb_flush to TCGModuleOps=0D tcg/module: Add tlb_flush_page to TCGModuleOps=0D tcg/module: Add tlb_reset_dirty to TCGModuleOps=0D =0D include/exec/exec-all.h | 8 +-------=0D include/qemu/plugin.h | 7 -------=0D include/tcg/tcg-module.h | 15 +++++++++++++++=0D accel/tcg/cpu-exec-common.c | 8 ++++++++=0D accel/tcg/cputlb.c | 11 ++++++++++-=0D accel/tcg/tcg-module.c | 24 ++++++++++++++++++++++++=0D accel/tcg/translate-all.c | 8 --------=0D cpu.c | 2 +-=0D linux-user/main.c | 2 +-=0D plugins/loader.c | 9 ++++++++-=0D softmmu/physmem.c | 12 ++++++------=0D softmmu/vl.c | 1 -=0D target/arm/helper.c | 26 +++++++++++++-------------=0D target/i386/helper.c | 8 ++++----=0D target/i386/machine.c | 2 +-=0D target/i386/tcg/fpu_helper.c | 2 +-=0D target/i386/tcg/misc_helper.c | 2 +-=0D target/mips/sysemu/cp0.c | 2 +-=0D target/s390x/gdbstub.c | 2 +-=0D target/s390x/sigp.c | 2 +-=0D accel/tcg/meson.build | 11 +++++++++--=0D 21 files changed, 106 insertions(+), 58 deletions(-)=0D create mode 100644 include/tcg/tcg-module.h=0D create mode 100644 accel/tcg/tcg-module.c=0D =0D --=20=0D 2.31.1=0D =0D