From nobody Fri Sep 12 13:36:46 2025 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5D2D7C6FA99 for ; Sat, 11 Mar 2023 00:48:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231175AbjCKAsP (ORCPT ); Fri, 10 Mar 2023 19:48:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37700 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230093AbjCKAr1 (ORCPT ); Fri, 10 Mar 2023 19:47:27 -0500 Received: from mail-pf1-x44a.google.com (mail-pf1-x44a.google.com [IPv6:2607:f8b0:4864:20::44a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AC9A313E0B5 for ; Fri, 10 Mar 2023 16:46:55 -0800 (PST) Received: by mail-pf1-x44a.google.com with SMTP id x137-20020a62868f000000b0060017d68643so3625070pfd.18 for ; Fri, 10 Mar 2023 16:46:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; t=1678495615; h=cc:to:from:subject:message-id:references:mime-version:in-reply-to :date:reply-to:from:to:cc:subject:date:message-id:reply-to; bh=XQpHQnTblZcYiw70uXGfxV6izqCE3iLyNZEfMn1FeJc=; b=F73jJN26RfNAt0Q4PPpnKkx/ZnL8G2GZ0Wcbjb0JAbkHSSC6mLvfHoFU8cX9axXq6p 2tOVrsjfrCSeOHC+FyDNMdVhFYFQ20L3L3ltPU9pnj9OZYvc8/UTDi7apGxan/ASgKDp BJNtysKgFKFHTkdFSktdJqPiPZp/UfE8TwoI5b0j8Exe3ilYq2/4LVHb30PgHfWQLBP8 IYWon6Qhn9n1XNHl2f4jhzthYyl7xtbB7W+UUiA73jPnj4VuK+VPKqCxN2Xvbr18EH0O 51NcqaKmDb5zj9Aw6HlbJ6ZDJJdiqpJsKs2dUBqL5iOSDpCvAEJL/eTYonN/DSEDF6Rd 2HJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678495615; h=cc:to:from:subject:message-id:references:mime-version:in-reply-to :date:reply-to:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=XQpHQnTblZcYiw70uXGfxV6izqCE3iLyNZEfMn1FeJc=; b=0W0yLBhLtlPwSfuKdC8rXTsbyGQonqDktJ1f/k+0pRGk5U4psDoKh9TGppt8x8ihpp gBv19FyDEKYzrj9xy1tmdXLeK2XolK3knfQt1JwpJ5nAZqtdotahI/KAuVIPPPaC8Y1C bEcyJ+eloICfIJID6CYOxUXEBPigdeUrq95byjQqNBmvNnotU3FPXllauJN7Uip4DGoI 2w3bMl6PEHDgpveHNPIGVYIhDgfkHDX7XKmwIN7iQFW2FiRjysFAuRNrZl0pB5BgzcHS 60/EtIhU1v8PBTrBAvXKiTbvZCd4t8Jkbv0s3z3QsHvSuQHYG9Pc7cdTtB4rS95YFYRZ 4B2Q== X-Gm-Message-State: AO0yUKUSP6GS33jMQ4w4MZJA2dfL/ZdQNEHqVl8vRvL3tXdzWSpu7n6L OozAZXrNhqCT1NCdg77MH0mZyl6X9yE= X-Google-Smtp-Source: AK7set97PJajfdHDsySczsXjilCUcygpoXZXoRuz+znVS6Sy8iBdOZWHu2JoCxrNpduPnoEz66UkQC+qO6o= X-Received: from zagreus.c.googlers.com ([fda3:e722:ac3:cc00:7f:e700:c0a8:5c37]) (user=seanjc job=sendgmr) by 2002:a63:744a:0:b0:503:919f:b942 with SMTP id e10-20020a63744a000000b00503919fb942mr9549279pgn.11.1678495615416; Fri, 10 Mar 2023 16:46:55 -0800 (PST) Reply-To: Sean Christopherson Date: Fri, 10 Mar 2023 16:46:15 -0800 In-Reply-To: <20230311004618.920745-1-seanjc@google.com> Mime-Version: 1.0 References: <20230311004618.920745-1-seanjc@google.com> X-Mailer: git-send-email 2.40.0.rc1.284.g88254d51c5-goog Message-ID: <20230311004618.920745-19-seanjc@google.com> Subject: [PATCH v3 18/21] KVM: selftests: Drop "all done!" printf() from PERF_CAPABILITIES test From: Sean Christopherson To: Sean Christopherson , Paolo Bonzini Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Xiaoyao Li , Like Xu , Yu Zhang Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Drop the arbitrary "done" message from the VMX PMU caps test, it's pretty obvious the test is done when the process exits. Signed-off-by: Sean Christopherson --- tools/testing/selftests/kvm/x86_64/vmx_pmu_caps_test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/testing/selftests/kvm/x86_64/vmx_pmu_caps_test.c b/tools= /testing/selftests/kvm/x86_64/vmx_pmu_caps_test.c index 6fc86f5eba0b..6733d879a00b 100644 --- a/tools/testing/selftests/kvm/x86_64/vmx_pmu_caps_test.c +++ b/tools/testing/selftests/kvm/x86_64/vmx_pmu_caps_test.c @@ -213,6 +213,4 @@ int main(int argc, char *argv[]) test_fungible_perf_capabilities(host_cap); test_immutable_perf_capabilities(host_cap); test_guest_wrmsr_perf_capabilities(host_cap); - - printf("Completed perf capability tests.\n"); } --=20 2.40.0.rc1.284.g88254d51c5-goog