Message ID | 20200430152430.40349-1-david@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <SRS0=DGI+=6O=vger.kernel.org=kvm-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 929FD17EF for <patchwork-kvm@patchwork.kernel.org>; Thu, 30 Apr 2020 15:24:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7C39D2082E for <patchwork-kvm@patchwork.kernel.org>; Thu, 30 Apr 2020 15:24:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="OKirr5Qh" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726863AbgD3PYn (ORCPT <rfc822;patchwork-kvm@patchwork.kernel.org>); Thu, 30 Apr 2020 11:24:43 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:56318 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726343AbgD3PYn (ORCPT <rfc822;kvm@vger.kernel.org>); Thu, 30 Apr 2020 11:24:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588260282; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=nhSNFmu2Iz7syjBaUT/MbA657lciB2SBAu/qfBBAEOI=; b=OKirr5QhrZuqYuWGjcAseq1xOYNCPmOkzA32n+oEHYTtxuYshne4RjM3uE+nDlevBf7px/ 2Xo4NcNv8An87C7MXOfUeh5FLbi7lFvgGyIId1/yD8cx8RMxgVweYAJ/ngXDtjWSqNOnyd N8r4OpeLpJAqaHP+M4g5OTQ5ZSsPktM= 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-432-gzfeDhBlOmaj1-KrYOon-w-1; Thu, 30 Apr 2020 11:24:37 -0400 X-MC-Unique: gzfeDhBlOmaj1-KrYOon-w-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C442D107ACCA; Thu, 30 Apr 2020 15:24:35 +0000 (UTC) Received: from t480s.redhat.com (ovpn-113-172.ams2.redhat.com [10.36.113.172]) by smtp.corp.redhat.com (Postfix) with ESMTP id 400035D777; Thu, 30 Apr 2020 15:24:31 +0000 (UTC) From: David Hildenbrand <david@redhat.com> To: kvm@vger.kernel.org Cc: Paolo Bonzini <pbonzini@redhat.com>, Thomas Huth <thuth@redhat.com>, Janosch Frank <frankja@linux.ibm.com>, linux-s390@vger.kernel.org, David Hildenbrand <david@redhat.com>, Andrew Jones <drjones@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, Cornelia Huck <cohuck@redhat.com>, Janosch Frank <frankja@de.ibm.com>, Janosch Frank <frankja@linux.vnet.ibm.com> Subject: [kvm-unit-tests PULL 00/17] s390x updates Date: Thu, 30 Apr 2020 17:24:13 +0200 Message-Id: <20200430152430.40349-1-david@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Content-Transfer-Encoding: quoted-printable Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: <kvm.vger.kernel.org> X-Mailing-List: kvm@vger.kernel.org |
On 30/04/20 17:24, David Hildenbrand wrote:
> https://github.com/davidhildenbrand/kvm-unit-tests.git tags/s390x-2020-04-30
Pulled, thanks.
Paolo