Message ID | 20220221162243.683208-1-pbonzini@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 215B2C4332F for <kvm@archiver.kernel.org>; Mon, 21 Feb 2022 16:22:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1380218AbiBUQXR (ORCPT <rfc822;kvm@archiver.kernel.org>); Mon, 21 Feb 2022 11:23:17 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:53378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1380191AbiBUQXN (ORCPT <rfc822;kvm@vger.kernel.org>); Mon, 21 Feb 2022 11:23:13 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id E666E27154 for <kvm@vger.kernel.org>; Mon, 21 Feb 2022 08:22:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1645460568; 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=TTbfjz2iff8ZLMo4yQHOTt0V56zvOG1AVXw8qi9cYUA=; b=A9BjB0c/HHHB0MbXdN8ke+u97A11/p1RDDem1WVBpvv3WVHRF+C+2DgDqQAATSmGrJqBor zlYBCn5FVR8iMjEvLc2IxciPQCpKqoPjbHDU98vGD+GzmgSJNoz/5XkUxOh1HQZUcg7KrE K/aTx+wQZCCrhjYbW5feNBn46pZ9d34= 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-271-V-PuRMCpM7apgjDa6ZhrJw-1; Mon, 21 Feb 2022 11:22:45 -0500 X-MC-Unique: V-PuRMCpM7apgjDa6ZhrJw-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 EEA981926DA0; Mon, 21 Feb 2022 16:22:43 +0000 (UTC) Received: from virtlab701.virt.lab.eng.bos.redhat.com (virtlab701.virt.lab.eng.bos.redhat.com [10.19.152.228]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8A29277474; Mon, 21 Feb 2022 16:22:43 +0000 (UTC) From: Paolo Bonzini <pbonzini@redhat.com> To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: dmatlack@google.com, seanjc@google.com Subject: [PATCH v2 00/25] KVM MMU refactoring part 2: role changes Date: Mon, 21 Feb 2022 11:22:18 -0500 Message-Id: <20220221162243.683208-1-pbonzini@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 |
KVM MMU refactoring part 2: role changes
|
expand
|