Message ID | 20200409220905.26573-1-wainersm@redhat.com |
---|---|
Headers | show
Return-Path: <SRS0=A7SS=5Z=vger.kernel.org=linux-kselftest-owner@kernel.org> 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=-0.9 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS autolearn=no 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 88C05C2BA19 for <linux-kselftest@archiver.kernel.org>; Thu, 9 Apr 2020 22:09:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5534521473 for <linux-kselftest@archiver.kernel.org>; Thu, 9 Apr 2020 22:09:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="RWFHgXcA" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726921AbgDIWJU (ORCPT <rfc822;linux-kselftest@archiver.kernel.org>); Thu, 9 Apr 2020 18:09:20 -0400 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:57805 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726689AbgDIWJU (ORCPT <rfc822;linux-kselftest@vger.kernel.org>); Thu, 9 Apr 2020 18:09:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1586470160; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=d0YWsJp6o5xV2UL2uS6Ygl+hmCi+0Eyl441GMe3mK+4=; b=RWFHgXcAGp5D+FvzAq++KyZR7mp8T7f/a3kqnWF7LrlucDHbL/imgjyMtjLdldjizFSjcs XBc3aLa3691AdCmlbrBOvJzHxMeq5wwicWCSoriUnEBynCsG8Ploi1hLcNXdeYa1PpNZER vNfiJEkxMhnYZJYoxlRuAfU0MLIgaqc= 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-475-GMJ2DFMMM52FoRdkcOgzgg-1; Thu, 09 Apr 2020 18:09:15 -0400 X-MC-Unique: GMJ2DFMMM52FoRdkcOgzgg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B06421007268; Thu, 9 Apr 2020 22:09:14 +0000 (UTC) Received: from localhost.localdomain (ovpn-116-15.gru2.redhat.com [10.97.116.15]) by smtp.corp.redhat.com (Postfix) with ESMTP id 983379D348; Thu, 9 Apr 2020 22:09:08 +0000 (UTC) From: Wainer dos Santos Moschetta <wainersm@redhat.com> To: pbonzini@redhat.com, kvm@vger.kernel.org Cc: drjones@redhat.com, david@redhat.com, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, krish.sadhukhan@oracle.com Subject: [PATCH v5 0/2] selftests: kvm: Introduce the mem_slot_test test Date: Thu, 9 Apr 2020 19:09:03 -0300 Message-Id: <20200409220905.26573-1-wainersm@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: <linux-kselftest.vger.kernel.org> X-Mailing-List: linux-kselftest@vger.kernel.org |
Series |
selftests: kvm: Introduce the mem_slot_test test
|
expand
|