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 A7394C636D4 for ; Mon, 13 Feb 2023 18:02:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230464AbjBMSCt (ORCPT ); Mon, 13 Feb 2023 13:02:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46384 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229760AbjBMSCr (ORCPT ); Mon, 13 Feb 2023 13:02:47 -0500 Received: from mail-yb1-xb4a.google.com (mail-yb1-xb4a.google.com [IPv6:2607:f8b0:4864:20::b4a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 84B191F5D3 for ; Mon, 13 Feb 2023 10:02:40 -0800 (PST) Received: by mail-yb1-xb4a.google.com with SMTP id b38-20020a25aea6000000b0092aabd4fa90so2862176ybj.18 for ; Mon, 13 Feb 2023 10:02:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=cc:to:from:subject:message-id:mime-version:date:from:to:cc:subject :date:message-id:reply-to; bh=BpleHRiVR4EUSpy/SWqcPhyAa33jUi6Ury6G4Iecv4I=; b=Xf3x5NE/w0sBajJO3lIF+XcSeulIsiq+JSti1HsFZcXt9W4UF2WVlmRhqxG/gZ4UM4 qns1ntOHn+JM4vvit1JNLjZFCpZ7ThpyP3LXL8gzx7Kg+Leg+He8VDFKIbzRj9cEcZgn EPTe5LF1kSPWeNQwzNcJcO5xluJtBkeK4mK+OsCgcYA707gAIflOAip21tDSOCd9Erk8 7du3jqOVX4IHd2gsXAmzSDU+nxexaMDkt3fquTHsOhl7GEQYk0n3TIa7Wez9A/mmG8+J Gj3XOcBCsyWC17uTlFOP9fU8qfipyYTust95sZiU/T6lYjT1tc9AKLDaN94w6cjZVa43 J8vg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:from:subject:message-id:mime-version:date:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=BpleHRiVR4EUSpy/SWqcPhyAa33jUi6Ury6G4Iecv4I=; b=uvSK1vMiG1xbE6ST2DTNK0K+Qey/hi4At2X3/pBib0AELaqBlpQB0zIKXduqurd022 8ZqkZwu9LTsqtuR5+4c+SvkjUaUdP2ig8u2+72idbErHCFkAyA04ZCcKYr1nF0CXFhfQ WjnJ1DqvsB/FMak8VPa0XVI5pfo3ZRokc4nDFngpC+8OspI/iXzNvJGVBDQkAVnqhzYY FamvzfoxokS5TQBDPggrCeb3Pl3aW6f55+MU0qjiIEvqyOEP1zX74A3bmzbyH6FD1sgu 7T2nSonCbnYFIRuIdUQexYp3ux4KnGp3rswkltyrVl/OiJsOQZrwU2RTcpkDOD38YcJF dENw== X-Gm-Message-State: AO0yUKUD0eahDjZnHT04CjkGmCOCOXFFEHb3y5ZkM0R04b1a6LLoLRDQ L5YeAB1CmUocilI5oLbqIGgBhtVo/g++ X-Google-Smtp-Source: AK7set/E/zEcaIXNhXkditxiEul+rHVKptXA3M+YkUOhAM/c0OQ93NwxXrM31UBY8F1i9LkGUIOld31yR0Y0 X-Received: from rananta-linux.c.googlers.com ([fda3:e722:ac3:cc00:2b:ff92:c0a8:22b5]) (user=rananta job=sendgmr) by 2002:a81:6d91:0:b0:52e:b80e:f0a9 with SMTP id i139-20020a816d91000000b0052eb80ef0a9mr16ywc.10.1676311359266; Mon, 13 Feb 2023 10:02:39 -0800 (PST) Date: Mon, 13 Feb 2023 18:02:21 +0000 Mime-Version: 1.0 X-Mailer: git-send-email 2.39.1.581.gbfd45094c4-goog Message-ID: <20230213180234.2885032-1-rananta@google.com> Subject: [PATCH 00/13] Extend the vPMU selftest From: Raghavendra Rao Ananta To: Oliver Upton , Reiji Watanabe , Marc Zyngier , Ricardo Koller , James Morse , Suzuki K Poulose Cc: Paolo Bonzini , Jing Zhang , Colton Lewis , Raghavendra Rao Anata , linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, linux-kernel@vger.kernel.org, kvm@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, This vPMU KVM selftest series is an extension to the selftests introduced by Reiji Watanabe in his series aims to limit the number of PMCs on vCPU from userspace [1]. The idea behind this series is to expand the test coverage to include the tests that validates actions from userspace, such as allowing or denying certain events via KVM_ARM_VCPU_PMU_V3_FILTER attribute, KVM's guarding of the PMU attributes to count EL2/EL3 events, and formal KVM behavior that enables PMU emulation. The last part validates the guest expectations of the vPMU by setting up a stress test that force-migrates multiple vCPUs frequently across random pCPUs in the system, thus ensuring KVM's management of vCPU PMU contexts correctly. Patch-1 renames the test file to be more generic. Patch-2 refactors the existing tests for plugging-in the upcoming tests easily. Patch-3 and 4 add helper macros and functions respectively to interact with the cycle counter. Patch-5 extends create_vpmu_vm() to accept an array of event filters as an argument that are to be applied to the VM. Patch-6 tests the KVM_ARM_VCPU_PMU_V3_FILTER attribute by scripting various combinations of events that are to be allowed or denied to the guest and verifying guest's behavior. Patch-7 adds test to validate KVM's handling of guest requests to count events in EL2/EL3. Patch-8 introduces the vCPU migration stress testing by validating cycle counter and general purpose counter's behavior across vCPU migrations. Patch-9, 10, and 11 expands the tests in patch-8 to validate overflow/IRQ functionality, chained events, and occupancy of all the PMU counters, respectively. Patch-12 extends create_vpmu_vm() to create multiple vCPUs for the VM. Patch-13 expands the stress tests for multiple vCPUs. The series has been tested on hardwares with PMUv8p1 and PMUvp5. Thank you. Raghavendra [1]: https://lore.kernel.org/all/20230203040242.1792453-1-reijiw@google.com/ Raghavendra Rao Ananta (13): selftests: KVM: aarch64: Rename vpmu_counter_access.c to vpmu_test.c selftests: KVM: aarch64: Refactor the vPMU counter access tests tools: arm64: perf_event: Define Cycle counter enable/overflow bits selftests: KVM: aarch64: Add PMU cycle counter helpers selftests: KVM: aarch64: Consider PMU event filters for VM creation selftests: KVM: aarch64: Add KVM PMU event filter test selftests: KVM: aarch64: Add KVM EVTYPE filter PMU test selftests: KVM: aarch64: Add vCPU migration test for PMU selftests: KVM: aarch64: Test PMU overflow/IRQ functionality selftests: KVM: aarch64: Test chained events for PMU selftests: KVM: aarch64: Add PMU test to chain all the counters selftests: KVM: aarch64: Add multi-vCPU support for vPMU VM creation selftests: KVM: aarch64: Extend the vCPU migration test to multi-vCPUs tools/arch/arm64/include/asm/perf_event.h | 7 + tools/testing/selftests/kvm/Makefile | 2 +- .../kvm/aarch64/vpmu_counter_access.c | 642 ------- .../testing/selftests/kvm/aarch64/vpmu_test.c | 1710 +++++++++++++++++ 4 files changed, 1718 insertions(+), 643 deletions(-) delete mode 100644 tools/testing/selftests/kvm/aarch64/vpmu_counter_access.c create mode 100644 tools/testing/selftests/kvm/aarch64/vpmu_test.c -- 2.39.1.581.gbfd45094c4-goog