Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp61813ybm; Wed, 27 May 2020 19:21:03 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzqjnthPXXqEiyTnBfUWC3+UEAt7+Nx4tJ8IVb30JxNEpeeEv/rJPN4jvUTkdshWJclRH9W X-Received: by 2002:a17:906:858b:: with SMTP id v11mr1025840ejx.348.1590632463648; Wed, 27 May 2020 19:21:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590632463; cv=none; d=google.com; s=arc-20160816; b=qZXr8U1gjq+U0eHGjoM7oND4qiZtrmg+uNFy0XhUnU14j1AuCKUEX5QauKJr3U5/Je CCYoHs/Q4DnKhjtnsuP7WMM3plaICNTjAY7eDZbyZZTOH53+rWVdrvY+K6fus1LWbYyL EGsPd08B96Hs/9V/fYySODgqEPdTusWPCL/9nJvBwj9wBRCZii6owfb/RdHlXOShxFdT jbhsthSXuz74PJ+pZM7mLcc00retsOlZwoOIO8wVFfXRcb+0oaBfY3jrDRoob0MOTnkZ /S3NZtoHHnqN4ZTjsK0WyHeP0kpOE5j2vY9LieNb8LEiplMWtUQmP+eqvjBNsKzrctAC qDzQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from:ironport-sdr:ironport-sdr; bh=jGxywfCzmpotn/9BQHmtOjViqQQOjekZiLnMmAvF4s8=; b=YSnpC0jF5hQEBoFHrklxHbG6p0wl1dP6yq3KW2E1aB6DyuYeg0OdvKPVN7GSvNcMN3 Kt3lrXv408Cb/BK99AWc03LT4XxPJk0ca3kTUonxEht5upXUiW8tL4ikQJVPHeJuWr9U DpOgMFge/0CvXB9TKVlawBz+V/UIIDIQ6JBYY3tdUJquyAz8G8nQgC1B87S8odnPX0xo Klko9uYUskPlfspSfi9unEUDfEpxKtxOR3S/mjxMcptxbTJdLMqXC6K0y0s/YKintHYh NrOWKfGnZS5sMU8dweD/GPsjRe/gNGE1Dod+SnVWEBhwUtGhHCiF98/GbCHTb0YGIUgc q1/g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id gl15si3177434ejb.47.2020.05.27.19.20.40; Wed, 27 May 2020 19:21:03 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726856AbgE1CQ0 (ORCPT + 99 others); Wed, 27 May 2020 22:16:26 -0400 Received: from mga12.intel.com ([192.55.52.136]:65126 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726086AbgE1CQZ (ORCPT ); Wed, 27 May 2020 22:16:25 -0400 IronPort-SDR: 0s3OLJt46aCvM27fGNn0BJuSuOaDIevXtwxSmwTobwk3RGkDAZV9RsiT/OhHh5SYSsWQJZAxOG RVy5vTKx27BQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2020 19:16:25 -0700 IronPort-SDR: KxXTxRiR8qvwMya+n1jxtQezw59GWa09vyxuwlNF/iejGh6wo2QsaRZyeSxRzsF+P2meBPWdFv zSoaz2qjtxQw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,443,1583222400"; d="scan'208";a="442767711" Received: from sjchrist-coffee.jf.intel.com ([10.54.74.152]) by orsmga005.jf.intel.com with ESMTP; 27 May 2020 19:16:24 -0700 From: Sean Christopherson To: Paolo Bonzini Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Sean Christopherson Subject: [PATCH] KVM: selftests: Add .gitignore entry for KVM_SET_GUEST_DEBUG test Date: Wed, 27 May 2020 19:16:24 -0700 Message-Id: <20200528021624.28348-1-sean.j.christopherson@intel.com> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add the KVM_SET_GUEST_DEBUG test's output binary to .gitignore. Fixes: 449aa906e67e ("KVM: selftests: Add KVM_SET_GUEST_DEBUG test") Signed-off-by: Sean Christopherson --- tools/testing/selftests/kvm/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore index 222e50104296a..d0079fce1764f 100644 --- a/tools/testing/selftests/kvm/.gitignore +++ b/tools/testing/selftests/kvm/.gitignore @@ -3,6 +3,7 @@ /s390x/resets /s390x/sync_regs_test /x86_64/cr4_cpuid_sync_test +/x86_64/debug_regs /x86_64/evmcs_test /x86_64/hyperv_cpuid /x86_64/mmio_warning_test -- 2.26.0