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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0D5E1C83F12 for ; Mon, 28 Aug 2023 14:09:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231159AbjH1OIk (ORCPT ); Mon, 28 Aug 2023 10:08:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38460 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230489AbjH1OII (ORCPT ); Mon, 28 Aug 2023 10:08:08 -0400 Received: from mail-yb1-xb49.google.com (mail-yb1-xb49.google.com [IPv6:2607:f8b0:4864:20::b49]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C1D8DC7 for ; Mon, 28 Aug 2023 07:08:05 -0700 (PDT) Received: by mail-yb1-xb49.google.com with SMTP id 3f1490d57ef6-d74c58a3dd7so3683065276.0 for ; Mon, 28 Aug 2023 07:08:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20221208; t=1693231685; x=1693836485; h=content-transfer-encoding:cc:to:from:subject:message-id:references :mime-version:in-reply-to:date:from:to:cc:subject:date:message-id :reply-to; bh=IQzBZViMiXxzuO/spH4qOnPzxeBorWIS0cpOhC8IESs=; b=fboNAGalMsxnymcuH7wioVYD/m5EN7GeTmFkCaLwBntl9TGqPNA3u6ygbRrxl7Bcq9 f97CUH2ApiiuJJPtNUx+Z3gBbJcBve2BehuWVeWfMr055SQOZ+CgU3WInkb+o6z9+g2+ dCK76Zlzg/tCdjA6DSxJYCTT1ufxAAZhuVIKllwjOneVYfUHtpnAOoEh8kKKjwW/t7BZ pO3GF1ygEUtt3cPTuLvedl5Q9WeNI39bm+goAiO+JQAVrQArtzZy3LXPwkfRbqgKBu0q kU/dyyguNYApXjsZF1QAl+nEFv+GzlSA2WwjvT/BKu7DVfH5VHhIkfJUyK2s8wIQ9ycL Ywaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693231685; x=1693836485; h=content-transfer-encoding:cc:to:from:subject:message-id:references :mime-version:in-reply-to:date:x-gm-message-state:from:to:cc:subject :date:message-id:reply-to; bh=IQzBZViMiXxzuO/spH4qOnPzxeBorWIS0cpOhC8IESs=; b=SZDa5sD695ZFNlAAGtEhjv2dJS+mjGqjX8jZJgzS70Ht6VqCx2VL0Ki77K7OiHhUAb mrQYDFvN7RNISaaBT8J0IV02zYvj5nfzJakbMGT9KD+qyUpJRIJJ49EYowETsW8BNMm1 I44hbQsitqFFh+FtTPeGGzAFtOGU0ZwlGT9A6wMXL3yCXhz/ncZBkKsVt8PQBo1wTdSp 6ljt08EHgozeDK0swfKYTrG9x71T6jtZGBrhkyLeDdE2ndYC0FiyfREXdHogOBn3Hi7W uzzjsDLi00wJwTk+KXKu10BOnxY29XEBP8l2ScvE7zsD/fBcMGg6uJ1bx50brHwibwaS CNqg== X-Gm-Message-State: AOJu0Yzo0bzC8ZwfQnaY22dgSyTo+Wjrgf4sLugqUH+fzkaInnZQ9Hyv JOV/0ZrXmLhrFbYFNJ0h+MP4rjz936U= X-Google-Smtp-Source: AGHT+IEPNT5dxV90uoo9KWwoJMe2AWhX3rk37xDhBjZEi+PP9HmLSdQmZzdNZnH9NrHYW4COEsiPyZAlMGs= X-Received: from zagreus.c.googlers.com ([fda3:e722:ac3:cc00:7f:e700:c0a8:5c37]) (user=seanjc job=sendgmr) by 2002:a25:41c1:0:b0:d4f:638b:d806 with SMTP id o184-20020a2541c1000000b00d4f638bd806mr874814yba.8.1693231685064; Mon, 28 Aug 2023 07:08:05 -0700 (PDT) Date: Mon, 28 Aug 2023 07:08:05 -0700 In-Reply-To: Mime-Version: 1.0 References: Message-ID: Subject: Re: [PATCH 0/4] RISCV: Add kvm Sstc timer selftest From: Sean Christopherson To: Haibo Xu Cc: Haibo Xu , ajones@ventanamicro.com, Paul Walmsley , Palmer Dabbelt , Albert Ou , Paolo Bonzini , Shuah Khan , Anup Patel , Atish Patra , Vipin Sharma , Colton Lewis , Marc Zyngier , Andrew Jones , Vishal Annapurve , linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, kvm@vger.kernel.org, linux-kselftest@vger.kernel.org, kvm-riscv@lists.infradead.org Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 27, 2023, Haibo Xu wrote: > On Thu, Aug 3, 2023 at 6:16=E2=80=AFAM Sean Christopherson wrote: > > > > On Thu, Jul 27, 2023, Haibo Xu wrote: > > > The sstc_timer selftest is used to validate Sstc timer functionality > > > in a guest, which sets up periodic timer interrupts and check the > > > basic interrupt status upon its receipt. > > > > > > This KVM selftest was ported from aarch64 arch_timer and tested > > > with Linux v6.5-rc3 on a Qemu riscv64 virt machine. > > > > > > Haibo Xu (4): > > > tools: riscv: Add header file csr.h > > > KVM: riscv: selftests: Add exception handling support > > > KVM: riscv: selftests: Add guest helper to get vcpu id > > > KVM: riscv: selftests: Add sstc_timer test > > > > FYI, patch 4 will conflict with the in-flight guest printf changes[*], = as will > > reworking the existing arch_timer test. My plan is to create an immuta= ble tag > > later this week (waiting to make sure nothing explodes). I highly reco= mmend basing > > v2 on top of that. > > >=20 > Hi Sean, >=20 > Could you help point me to the immutable tag for the guest printf changes= ? Sorry, I forgot to create the tag until last week, probably made it a bit h= ard to find... https://github.com/kvm-x86/linux.git tags/kvm-x86-selftests-immutable-6.6