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 8FBC6C05027 for ; Fri, 10 Feb 2023 00:34:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231181AbjBJAeE (ORCPT ); Thu, 9 Feb 2023 19:34:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53092 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230286AbjBJAd1 (ORCPT ); Thu, 9 Feb 2023 19:33:27 -0500 Received: from mail-pg1-x549.google.com (mail-pg1-x549.google.com [IPv6:2607:f8b0:4864:20::549]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 49AE43865D for ; Thu, 9 Feb 2023 16:32:38 -0800 (PST) Received: by mail-pg1-x549.google.com with SMTP id h126-20020a636c84000000b004d31ad79086so1757379pgc.23 for ; Thu, 09 Feb 2023 16:32:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; 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=GV8Qd4jwtvFFFyzJG7jPBupn1ncGCYAxnl51ikPvDjg=; b=RfaxmpJmG9jL4AGZCBmKU4zsa8HltXgf43LDd6T84KlHljb9TGwwAfKaXfK+icJs+c pUvJL17rd027NxDrs4pR5w1EiXGNc6npCDSiyeAhJYe6/ellqC6mmwWc0KgQooBOE/oT xGwtUBZon57cuW9J5Efbvqu5+KlDkNdFI3uf7mlxBuJ00ndVI2VxZgT5SwgGR01NLerQ X0XEwC1GhiSrXG7DjUGVWnrDUE0Ug97iS7igTHVoFu/SilkEljhC3/hFLmCSga9nwY5F 0WUACeMZBk3hONJO9vTn8DBj+1Pd9U20dpofJ3wKywCnk7FuFcmbq1DVgx9LVTOyK3p6 2FgQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=GV8Qd4jwtvFFFyzJG7jPBupn1ncGCYAxnl51ikPvDjg=; b=k6DOndbAhN6XubdlL0Lxq8uhad1e+D/Maead1irFF64cZjKDzfx4IRLH1Cxt1nBDWj 1hxXj2WSJUR7KjRpdZEFTeDjMNuuhqGUEAEBPut/fxTpH2BbRZkgZOfFDukRpMXdFuGl rMVQUFCflKebdYw/85AV1EdLl4/mYIq6M20a9sYm5r5e3/NQ5efBjuvTRAc0YM21U5kL 5K700WyZBFoNN0MpCvOOOhW5ZsFB/tvLe8Omp7t33V7pJULeeVBa5TrlJv+eLhZGFwCj 8HyZUkY+AcRFBUwtTX5z5TMFUVcV/5OKhTHoLoObANCOSUE8ZjBQBn58Wn1KMjJ+LxZo WmDQ== X-Gm-Message-State: AO0yUKVseMzxXZCmG2AMnVX6NYp0os5T8nJV/+eTmGtRDqfQy5MWMUJj rzymJ6xNAbRp/+a6/+jl1NBdjSI6LK4= X-Google-Smtp-Source: AK7set/M+sHPDt/EnXMFYsTwY4C0va9HLF/aPs6/hhxt23x5YMe3QsKGfhoONHIBb6R/PiS+LP3u8hwzlL0= X-Received: from zagreus.c.googlers.com ([fda3:e722:ac3:cc00:7f:e700:c0a8:5c37]) (user=seanjc job=sendgmr) by 2002:a63:b915:0:b0:4d8:12fd:cd3b with SMTP id z21-20020a63b915000000b004d812fdcd3bmr2616270pge.115.1675989140811; Thu, 09 Feb 2023 16:32:20 -0800 (PST) Reply-To: Sean Christopherson Date: Fri, 10 Feb 2023 00:31:45 +0000 In-Reply-To: <20230210003148.2646712-1-seanjc@google.com> Mime-Version: 1.0 References: <20230210003148.2646712-1-seanjc@google.com> X-Mailer: git-send-email 2.39.1.581.gbfd45094c4-goog Message-ID: <20230210003148.2646712-19-seanjc@google.com> Subject: [PATCH v2 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 Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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"); } -- 2.39.1.581.gbfd45094c4-goog