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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id DC41EECAAD3 for ; Fri, 16 Sep 2022 02:39:25 +0000 (UTC) Received: from localhost ([::1]:41828 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oZ1GG-0007pz-Qk for qemu-devel@archiver.kernel.org; Thu, 15 Sep 2022 22:39:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51640) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZ1FA-0006qy-5y; Thu, 15 Sep 2022 22:38:16 -0400 Received: from mail-qv1-xf2d.google.com ([2607:f8b0:4864:20::f2d]:35370) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oZ1F3-0005hW-Vt; Thu, 15 Sep 2022 22:38:15 -0400 Received: by mail-qv1-xf2d.google.com with SMTP id w4so15693239qvp.2; Thu, 15 Sep 2022 19:38:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=rfE6RXFq6Ff22aG4yPDGoLo8OZ2x8ttm/poZImcqmIo=; b=UrXAhaOJt6JkUPe29SvH0PsivKbWVjPcGUubhsrUxdUKol2AqoAeQ9AA4BK2eK66HX AfpI4NT0U80TOD/0Icj3dcUmKrHSqSaXDzl09k7fxhVmLjPOTnVTsOU0GNzUI6PCZYt3 M3uThg66u3pbe3lQ5lLfEI1nrJgOkDqTRgkYeglotm+De2hXrBNZOj6wN40vcEg/isB1 TvtTvaboFbr+F+zHzlmLJfhkqSz0x5z2Bs0+mpx4jsl3juQiMaaL5eXCO6JF51EoX3ib T/3uG/c/vY4qRKBVzofVjC3hVCE8yYDPVQk/q5zzkEa4EpXRysAgQQNU3djhINyHXogm f4kQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=rfE6RXFq6Ff22aG4yPDGoLo8OZ2x8ttm/poZImcqmIo=; b=VEarQ3e48Q9dvkGADnqTrMvAGL/z1Wkb87FhjQ7XJQyDjUdG5nOEbUPGMPukC0uhmM vxugEiqtIBvo9vtJ1xTCTAfMPakxwNFTPq6KCfRD/SKxgICnIkkZHuHMAQsFtlY0Qlb+ wBhWAsMuB9cZ6gcK28p3em1JMAeoqo6UAdC+0Zj7pFHTxQa03XbfPte9o0g6+/N06jU5 XrjUPmenKTt6MtJHammVgbH5/+Op8+6WM1wBtB6MQQ4lisYBjGFKvAPRoSQD+t4//veb /9dx8uhDOnCYbGCdo/T8Wio6938ctMeQ2lwzIHpZNhmG37fFFZhr7rRYxxhtVvNXlA+c 5IGg== X-Gm-Message-State: ACrzQf3H8lWKO2nDWk0c//2KUDTKGYpHt4MfEI+DoX/J49ty9zauNRq1 3IS5uVB6sZKZezlyx3hr4Q/ZcA5WbKth44j9fAg= X-Google-Smtp-Source: AMsMyM5MTcM4ByuPV3Rl+RVqWb7E6DyvTHUOmZgqbPFa708OGNRYVB8s+7BICtQ7MMFRN6xxKzYM74U056V9GUNBCk8= X-Received: by 2002:a0c:810f:0:b0:47b:299a:56d7 with SMTP id 15-20020a0c810f000000b0047b299a56d7mr2736085qvc.12.1663295886935; Thu, 15 Sep 2022 19:38:06 -0700 (PDT) MIME-Version: 1.0 References: <20220915152520.21948-1-shentey@gmail.com> <20220915152520.21948-2-shentey@gmail.com> In-Reply-To: <20220915152520.21948-2-shentey@gmail.com> From: Bin Meng Date: Fri, 16 Sep 2022 10:37:55 +0800 Message-ID: Subject: Re: [PATCH 01/11] hw/ppc/meson: Allow e500 boards to be enabled separately To: Bernhard Beschow Cc: "qemu-devel@nongnu.org Developers" , =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= , Kevin Wolf , Hanna Reitz , Qemu-block , Bin Meng , qemu-ppc Content-Type: text/plain; charset="UTF-8" Received-SPF: pass client-ip=2607:f8b0:4864:20::f2d; envelope-from=bmeng.cn@gmail.com; helo=mail-qv1-xf2d.google.com 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, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, T_SPF_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Thu, Sep 15, 2022 at 11:25 PM Bernhard Beschow wrote: > > Gives users more fine-grained control over what should be compiled into > QEMU. > > Signed-off-by: Bernhard Beschow > --- > configs/devices/ppc-softmmu/default.mak | 3 ++- > hw/ppc/Kconfig | 8 ++++++++ > hw/ppc/meson.build | 6 ++---- > 3 files changed, 12 insertions(+), 5 deletions(-) > Reviewed-by: Bin Meng