Message ID | 20211115131837.195527-1-mlevitsk@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <kvm-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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 533C7C433EF for <kvm@archiver.kernel.org>; Mon, 15 Nov 2021 13:19:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2F83961B72 for <kvm@archiver.kernel.org>; Mon, 15 Nov 2021 13:19:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231664AbhKONW1 (ORCPT <rfc822;kvm@archiver.kernel.org>); Mon, 15 Nov 2021 08:22:27 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:38378 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231712AbhKONVt (ORCPT <rfc822;kvm@vger.kernel.org>); Mon, 15 Nov 2021 08:21:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1636982334; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=iP0ybKEaZFfcg49nTmM2VQMFL3C3mQnM57BqSNpXbBw=; b=Qad5kLVRcvapy05DHeVIx5WDygf9zqM7rHJ1MlEMtcca3C7du+tsZQbGlJLkSXz9ps/MN5 2u8zk3DB4KaW70uvL+KCKlQyBNGzZIJBdXQ7+GXjdfPPKrF4PNR2fL9XMp5mLo9BEmW5Im m67aGwIihZD/6uiFkT8umwc7AsFwiv8= 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-314-0ac-3q7qNeG8ljpbLjRafw-1; Mon, 15 Nov 2021 08:18:51 -0500 X-MC-Unique: 0ac-3q7qNeG8ljpbLjRafw-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1BAA6804141; Mon, 15 Nov 2021 13:18:48 +0000 (UTC) Received: from localhost.localdomain (unknown [10.40.194.243]) by smtp.corp.redhat.com (Postfix) with ESMTP id 356E810016F5; Mon, 15 Nov 2021 13:18:38 +0000 (UTC) From: Maxim Levitsky <mlevitsk@redhat.com> To: kvm@vger.kernel.org Cc: Vitaly Kuznetsov <vkuznets@redhat.com>, Joerg Roedel <joro@8bytes.org>, x86@kernel.org (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)), linux-kernel@vger.kernel.org (open list:X86 ARCHITECTURE (32-BIT AND 64-BIT)), Thomas Gleixner <tglx@linutronix.de>, Sean Christopherson <seanjc@google.com>, Paolo Bonzini <pbonzini@redhat.com>, Jim Mattson <jmattson@google.com>, Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>, Wanpeng Li <wanpengli@tencent.com>, Borislav Petkov <bp@alien8.de>, Maxim Levitsky <mlevitsk@redhat.com> Subject: [PATCH v2 0/2] VMX: nested migration fixes for 32 bit nested guests Date: Mon, 15 Nov 2021 15:18:35 +0200 Message-Id: <20211115131837.195527-1-mlevitsk@redhat.com> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Precedence: bulk List-ID: <kvm.vger.kernel.org> X-Mailing-List: kvm@vger.kernel.org |
Series |
VMX: nested migration fixes for 32 bit nested guests
|
expand
|