From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:40133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guhH1-0005Wj-Mj for qemu-devel@nongnu.org; Fri, 15 Feb 2019 12:27:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guhGz-00072g-Ud for qemu-devel@nongnu.org; Fri, 15 Feb 2019 12:27:38 -0500 References: <20181218115615.1499-1-philmd@redhat.com> <20181218115615.1499-2-philmd@redhat.com> From: Thomas Huth Message-ID: Date: Fri, 15 Feb 2019 18:27:08 +0100 MIME-Version: 1.0 In-Reply-To: <20181218115615.1499-2-philmd@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 01/12] MAINTAINERS: Add missing entries to the X86 section (AMD SEV) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org Cc: Eduardo Habkost , "Michael S . Tsirkin" , qemu-trivial@nongnu.org, Helge Deller , Cornelia Huck , Mark Cave-Ayland , Markus Armbruster , Alex Williamson , Luc Michel , Paolo Bonzini , Artyom Tarasenko , Richard Henderson On 18/12/2018 12.56, Philippe Mathieu-Daud=C3=A9 wrote: > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > v2: Moved from TCG to KVM section > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index 83c127f0d6..771b1c7b94 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -392,7 +392,9 @@ M: Marcelo Tosatti > L: kvm@vger.kernel.org > S: Supported > F: target/i386/kvm.c > +F: include/sysemu/sev.h Shouldn't this then include target/i386/sev.c, too? > F: scripts/kvm/vmxcap > +F: docs/amd-memory-encryption.txt Thomas