Message ID | 20221027164944.3031588-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 E3DCEFA3741 for <kvm@archiver.kernel.org>; Thu, 27 Oct 2022 16:50:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236452AbiJ0Qt7 (ORCPT <rfc822;kvm@archiver.kernel.org>); Thu, 27 Oct 2022 12:49:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235770AbiJ0Qtv (ORCPT <rfc822;kvm@vger.kernel.org>); Thu, 27 Oct 2022 12:49:51 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7F1A932BB4 for <kvm@vger.kernel.org>; Thu, 27 Oct 2022 09:49:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1666889389; 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=UmKsvDZphX6Q2tq3GUESuxV/7Plhh3YGmQbqJMgGeiE=; b=ZXDvimmUVJ0gYc7GxXEsomC/TWc17HWkGYaOjXP6MVdKFjZgjm9iC9jZ5HFHlO3ifQhdzE 7Wg6cRk2KcEiL7AT4MH9KT9DAArpYIP3gRkNuxqWpbAM91tQ99NO7gSZzHDjlvWfuU+ZxA Xv1p8ZBYrX+KVUe5lNoNW26zDTYGr5A= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-168-lUlGhf5GPOOeyy2scPubRw-1; Thu, 27 Oct 2022 12:49:45 -0400 X-MC-Unique: lUlGhf5GPOOeyy2scPubRw-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 0C6AE85A5B6; Thu, 27 Oct 2022 16:49:45 +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 DCCFB1121320; Thu, 27 Oct 2022 16:49:44 +0000 (UTC) From: Paolo Bonzini <pbonzini@redhat.com> To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: mlevitsk@redhat.com, seanjc@google.com Subject: [PATCH v3 0/10] KVM: x86: allow compiling out SMM support Date: Thu, 27 Oct 2022 12:49:34 -0400 Message-Id: <20221027164944.3031588-1-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 Precedence: bulk List-ID: <kvm.vger.kernel.org> X-Mailing-List: kvm@vger.kernel.org |
Series |
KVM: x86: allow compiling out SMM support
|
expand
|