Message ID | 20220929172016.319443-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 BB71CC433F5 for <kvm@archiver.kernel.org>; Thu, 29 Sep 2022 17:20:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236066AbiI2RUZ (ORCPT <rfc822;kvm@archiver.kernel.org>); Thu, 29 Sep 2022 13:20:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56630 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235329AbiI2RUV (ORCPT <rfc822;kvm@vger.kernel.org>); Thu, 29 Sep 2022 13:20:21 -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 8936D101958 for <kvm@vger.kernel.org>; Thu, 29 Sep 2022 10:20:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1664472019; 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=FmyEedCC+EL9I+qlzq1lN9CZWGu+SVJgbuQF5LzXs9Y=; b=VqpIt8Mkz+Mug3TI3032WpvIdn9UcWfc36BNDAheDmuSkLYPIMgteYFYOI3+erajTx3/ex zhk2nn1kYOSkUg2npwpnuUq6WJC1u6fNziPqN6PwN7r14FCJKijt7Z3MHL2lVQN4tJiyVL EhYp63bal0Xxxc8GTIUK7EvPHN3QzEA= 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-310-CXm2IjFmMIWbtSNBv4ONFA-1; Thu, 29 Sep 2022 13:20:17 -0400 X-MC-Unique: CXm2IjFmMIWbtSNBv4ONFA-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A92C9857F90; Thu, 29 Sep 2022 17:20:16 +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 84B524221F; Thu, 29 Sep 2022 17:20:16 +0000 (UTC) From: Paolo Bonzini <pbonzini@redhat.com> To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: seanjc@google.com, maciej.szmigiero@oracle.com Subject: [PATCH v2 0/8] KVM: x86: allow compiling out SMM support Date: Thu, 29 Sep 2022 13:20:08 -0400 Message-Id: <20220929172016.319443-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.5 Precedence: bulk List-ID: <kvm.vger.kernel.org> X-Mailing-List: kvm@vger.kernel.org |
Series |
KVM: x86: allow compiling out SMM support
|
expand
|