Message ID | 20211209115440.394441-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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C4A97C433F5 for <kvm@archiver.kernel.org>; Thu, 9 Dec 2021 11:55:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236940AbhLIL6l (ORCPT <rfc822;kvm@archiver.kernel.org>); Thu, 9 Dec 2021 06:58:41 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:46518 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230080AbhLIL6l (ORCPT <rfc822;kvm@vger.kernel.org>); Thu, 9 Dec 2021 06:58:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1639050907; 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=v8P8gXSKRjtgzP3kwGA7Y2AqfOQb6hphXDVJ7u2cqbs=; b=C30+8yxglzoc1hMoAk1mtW0/dxWDThIIHrZi4FZbghRJ+0WGW36lmG5HlbVd58cQbDouCz P550Bifd/wVjlmZfQy1zXFEehCqSSIaM69BgOyYT/JW6LVudIi3G648mxUQolGPxBZNKWZ SozdLu6/0aqPcBXv3Xs8DJjjxRv7huo= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-32-mkQXJrnVME2tpw2sZN5m0Q-1; Thu, 09 Dec 2021 06:55:04 -0500 X-MC-Unique: mkQXJrnVME2tpw2sZN5m0Q-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1A8A4760C1; Thu, 9 Dec 2021 11:55:02 +0000 (UTC) Received: from localhost.localdomain (unknown [10.40.192.24]) by smtp.corp.redhat.com (Postfix) with ESMTP id 828D145D7B; Thu, 9 Dec 2021 11:54:41 +0000 (UTC) From: Maxim Levitsky <mlevitsk@redhat.com> To: kvm@vger.kernel.org Cc: linux-kernel@vger.kernel.org (open list:X86 ARCHITECTURE (32-BIT AND 64-BIT)), Wanpeng Li <wanpengli@tencent.com>, Dave Hansen <dave.hansen@linux.intel.com>, Joerg Roedel <joro@8bytes.org>, "H. Peter Anvin" <hpa@zytor.com>, Paolo Bonzini <pbonzini@redhat.com>, Vitaly Kuznetsov <vkuznets@redhat.com>, Borislav Petkov <bp@alien8.de>, x86@kernel.org (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)), Ingo Molnar <mingo@redhat.com>, Thomas Gleixner <tglx@linutronix.de>, Jim Mattson <jmattson@google.com>, Sean Christopherson <seanjc@google.com>, Maxim Levitsky <mlevitsk@redhat.com> Subject: [PATCH 0/6] RFC: KVM: SVM: Allow L1's AVIC to co-exist with nesting Date: Thu, 9 Dec 2021 13:54:34 +0200 Message-Id: <20211209115440.394441-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.79 on 10.5.11.11 Precedence: bulk List-ID: <kvm.vger.kernel.org> X-Mailing-List: kvm@vger.kernel.org |
Series |
RFC: KVM: SVM: Allow L1's AVIC to co-exist with nesting
|
expand
|