Message ID | 20201014191444.136782-1-drjones@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=7LGy=DV=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 EAE3E14B3 for <patchwork-kvm@patchwork.kernel.org>; Wed, 14 Oct 2020 19:14:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B6CBD2222C for <patchwork-kvm@patchwork.kernel.org>; Wed, 14 Oct 2020 19:14:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="iiuqpSww" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390293AbgJNTOu (ORCPT <rfc822;patchwork-kvm@patchwork.kernel.org>); Wed, 14 Oct 2020 15:14:50 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:21071 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390270AbgJNTOu (ORCPT <rfc822;kvm@vger.kernel.org>); Wed, 14 Oct 2020 15:14:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602702889; 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=rI9Og6WXe8ERyQKhuGsm2wLNYwzxUYrIlHuAVicIZVM=; b=iiuqpSww7eg/76nFXVcJTzJNilQmw8cwwydAuopRhwjiVxEkC9EM3WGpGgzoO6FqYP8v34 0JQhk0hL5y/Y8bpeiNi0uAAw08CHWOleB1uuyuGDwELMvmQoTd4X3sbMXLx9n5ZG+LKEEi 4CXPdb/onE1f/CYMAvYCTMiQLiMY9R8= 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-249-35vkk8vDMc6w7vEJoMY7sg-1; Wed, 14 Oct 2020 15:14:47 -0400 X-MC-Unique: 35vkk8vDMc6w7vEJoMY7sg-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 DAB83E9001 for <kvm@vger.kernel.org>; Wed, 14 Oct 2020 19:14:46 +0000 (UTC) Received: from kamzik.brq.redhat.com (unknown [10.40.195.61]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9D27C5577C; Wed, 14 Oct 2020 19:14:45 +0000 (UTC) From: Andrew Jones <drjones@redhat.com> To: kvm@vger.kernel.org Cc: pbonzini@redhat.com, thuth@redhat.com Subject: [PATCH kvm-unit-tests 0/3] A few miscellaneous fixes Date: Wed, 14 Oct 2020 21:14:41 +0200 Message-Id: <20201014191444.136782-1-drjones@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Precedence: bulk List-ID: <kvm.vger.kernel.org> X-Mailing-List: kvm@vger.kernel.org |
Series | A few miscellaneous fixes | expand |