From patchwork Tue Jul 13 20:37:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Jones X-Patchwork-Id: 12375017 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C99B6C11F66 for ; Tue, 13 Jul 2021 20:37:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A5D3861362 for ; Tue, 13 Jul 2021 20:37:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235060AbhGMUkj (ORCPT ); Tue, 13 Jul 2021 16:40:39 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:27574 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234172AbhGMUkj (ORCPT ); Tue, 13 Jul 2021 16:40:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1626208668; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=StjhJZ4vCHXZICLvMdmlRWHHb1Np0k3u9iVCo+f4OO0=; b=V7FdtVF6yQufpQ02NJa+3H11nBYHVzrrpafCy89dkYfka7CrezU7Frs+n5PgdR9R8Of50t 8Jg3x/y/WHA9c4DmzhmcSDezcFlh07tVp1zS8OK485qOS2xoqPsV4VcHnV4mSEK74nBDoH zqcb3NThN5MwMblDahhO08j2qDiKMXA= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-515-witzaIkJOcyklM0hiWrgrg-1; Tue, 13 Jul 2021 16:37:45 -0400 X-MC-Unique: witzaIkJOcyklM0hiWrgrg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id EB9D919200C0; Tue, 13 Jul 2021 20:37:43 +0000 (UTC) Received: from gator.redhat.com (unknown [10.22.8.235]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1CF4510016F8; Tue, 13 Jul 2021 20:37:43 +0000 (UTC) From: Andrew Jones To: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu Cc: maz@kernel.org, pbonzini@redhat.com Subject: [PATCH 0/2] KVM: selftests: a couple fixes Date: Tue, 13 Jul 2021 22:37:40 +0200 Message-Id: <20210713203742.29680-1-drjones@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org The first removes a compiler warning. The second does what a 6 patch patch series wanted to do, but apparently got too distracted with the preparation refactoring to actually do... Andrew Jones (2): KVM: selftests: change pthread_yield to sched_yield KVM: arm64: selftests: get-reg-list: actually enable pmu regs in pmu sublist tools/testing/selftests/kvm/aarch64/get-reg-list.c | 3 ++- tools/testing/selftests/kvm/steal_time.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-)