Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp6101425ybi; Wed, 31 Jul 2019 08:22:01 -0700 (PDT) X-Google-Smtp-Source: APXvYqzMEs0fcPZLi6b3DEscK6/n9fRi22Xk490YhoYzJt+GY2iqvZIQGT5sxBWM+OPMVqpv87K9 X-Received: by 2002:a17:902:24b:: with SMTP id 69mr115813715plc.250.1564586521825; Wed, 31 Jul 2019 08:22:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564586521; cv=none; d=google.com; s=arc-20160816; b=GbWR7gHYyxV7tVfVFqwUf3ka6Vb8d7Zmm6M8LM0U8YIjVIxstZP0hiuWPVj00T9TLh yUSqLWHj8h0IepDUjCYIpCvq77bvJxYN8WbCkCQqfDm9LxS96yPFTK85HoJUubZCabsm lYn+uuS/z8gVBh0OCYMoUynl8rj7uvr50TEF35CL/jjYe2nUZ6d+nOreF5DL68/fg09h PL5iLa9SLuO+TmV4AnQ8Nryg5HVRQtH3apoYfvnVMn/A8bZduI98//Oz8mx1by9d9G0L A4nkHWp7dNkqiFPvFvxs2g344uNsdSkTxfpZ/UZsBtgeVF4z0f8O31m5aw3ziKd4BVnL GUtw== 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; bh=PViy3Jv8OCnQTkxNYMnVEM/xPvhGK6Wc2sk80dqfUaA=; b=xAlEfS7+b8lpsdFg4ooTkByjgMW9YpaYwSUS0gv6xGvMqo6yAsIfSW1duCfyrmYa4A bFbysJR6CWdL8RVM/Nd4KdVp0kA/CnWqqLuBLFAki8NY4svdun/VCOkBpS+bAoQjOa7V jP8Z8W+gpUTlU3XdptwC8fEVGWqADqSLsYMMSJ6UUjk0oKUP7TMgomn4U0kBtd68FZIb mv0gKuScGAjoSmHwK1nlnVpHsa16vNC1WhWSjRWhStoM0XhpQ4n9MqBPVTya3Eu4wr5+ nRcY9+hJu0p0r5S+kyDIMjdohD3otuUKyw5b6VVm7I3li9qKnizJkjyGQnR6W97xZfRG T/vA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x16si33125059plr.214.2019.07.31.08.21.46; Wed, 31 Jul 2019 08:22:01 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729204AbfGaO24 (ORCPT + 99 others); Wed, 31 Jul 2019 10:28:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50186 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726079AbfGaO24 (ORCPT ); Wed, 31 Jul 2019 10:28:56 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 87BA4550CF; Wed, 31 Jul 2019 14:28:56 +0000 (UTC) Received: from thuth.com (dhcp-200-228.str.redhat.com [10.33.200.228]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9C8A860BEC; Wed, 31 Jul 2019 14:28:55 +0000 (UTC) From: Thomas Huth To: kvm@vger.kernel.org, Paolo Bonzini Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] KVM: selftests: Update gitignore file for latest changes Date: Wed, 31 Jul 2019 16:28:51 +0200 Message-Id: <20190731142851.9793-1-thuth@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Wed, 31 Jul 2019 14:28:56 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The kvm_create_max_vcpus test has been moved to the main directory, and sync_regs_test is now available on s390x, too. Signed-off-by: Thomas Huth --- tools/testing/selftests/kvm/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore index 41266af0d3dc..b35da375530a 100644 --- a/tools/testing/selftests/kvm/.gitignore +++ b/tools/testing/selftests/kvm/.gitignore @@ -1,7 +1,7 @@ +/s390x/sync_regs_test /x86_64/cr4_cpuid_sync_test /x86_64/evmcs_test /x86_64/hyperv_cpuid -/x86_64/kvm_create_max_vcpus /x86_64/mmio_warning_test /x86_64/platform_info_test /x86_64/set_sregs_test @@ -13,3 +13,4 @@ /x86_64/vmx_tsc_adjust_test /clear_dirty_log_test /dirty_log_test +/kvm_create_max_vcpus -- 2.21.0