Message ID | 20211002125317.3418648-23-philmd@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | target/i386/sev: Housekeeping SEV + measured Linux SEV guest | expand |
On 02/10/21 14:53, Philippe Mathieu-Daudé wrote: > Add an entry to list SEV-related files. > > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 50435b8d2f5..733a5201e76 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3038,6 +3038,13 @@ F: hw/core/clock-vmstate.c > F: hw/core/qdev-clock.c > F: docs/devel/clocks.rst > > +AMD Secure Encrypted Virtualization (SEV) > +S: Orphan > +F: docs/amd-memory-encryption.txt > +F: target/i386/sev* > +F: target/i386/kvm/sev-stub.c > +F: include/sysemu/sev.h I don't think it qualifies as orphan; it's covered by x86 maintainers. Paolo
On 10/4/21 10:27, Paolo Bonzini wrote: > On 02/10/21 14:53, Philippe Mathieu-Daudé wrote: >> Add an entry to list SEV-related files. >> >> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> >> --- >> MAINTAINERS | 7 +++++++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 50435b8d2f5..733a5201e76 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -3038,6 +3038,13 @@ F: hw/core/clock-vmstate.c >> F: hw/core/qdev-clock.c >> F: docs/devel/clocks.rst >> +AMD Secure Encrypted Virtualization (SEV) >> +S: Orphan >> +F: docs/amd-memory-encryption.txt >> +F: target/i386/sev* >> +F: target/i386/kvm/sev-stub.c >> +F: include/sysemu/sev.h > > I don't think it qualifies as orphan; it's covered by x86 maintainers. $ ./scripts/get_maintainer.pl -f docs/amd-memory-encryption.txt get_maintainer.pl: No maintainers found, printing recent contributors. get_maintainer.pl: Do not blindly cc: them on patches! Use common sense. Connor Kuehl <ckuehl@redhat.com> (commit_signer:2/3=67%) Eduardo Habkost <ehabkost@redhat.com> (commit_signer:2/3=67%) Tom Lendacky <thomas.lendacky@amd.com> (commit_signer:2/3=67%) Laszlo Ersek <lersek@redhat.com> (commit_signer:2/3=67%) Greg Kurz <groug@kaod.org> (commit_signer:1/3=33%) qemu-devel@nongnu.org (open list:All patches CC here) $ ./scripts/get_maintainer.pl -f target/i386/sev.c get_maintainer.pl: No maintainers found, printing recent contributors. get_maintainer.pl: Do not blindly cc: them on patches! Use common sense. "Philippe Mathieu-Daudé" <philmd@redhat.com> (commit_signer:15/29=52%) "Dr. David Alan Gilbert" <dgilbert@redhat.com> (commit_signer:7/29=24%) Paolo Bonzini <pbonzini@redhat.com> (commit_signer:7/29=24%) David Gibson <david@gibson.dropbear.id.au> (commit_signer:7/29=24%) Eduardo Habkost <ehabkost@redhat.com> (commit_signer:5/29=17%) qemu-devel@nongnu.org (open list:All patches CC here) $ ./scripts/get_maintainer.pl -f target/i386/sev.h get_maintainer.pl: No maintainers found, printing recent contributors. get_maintainer.pl: Do not blindly cc: them on patches! Use common sense. "Philippe Mathieu-Daudé" <philmd@redhat.com> (commit_signer:8/12=67%) Paolo Bonzini <pbonzini@redhat.com> (commit_signer:4/12=33%) James Bottomley <jejb@linux.ibm.com> (commit_signer:3/12=25%) "Dr. David Alan Gilbert" <dgilbert@redhat.com> (commit_signer:3/12=25%) Connor Kuehl <ckuehl@redhat.com> (commit_signer:3/12=25%) qemu-devel@nongnu.org (open list:All patches CC here) I will update the patch to add these files to the "X86 KVM CPUs" section. Thanks, Phil.
diff --git a/MAINTAINERS b/MAINTAINERS index 50435b8d2f5..733a5201e76 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3038,6 +3038,13 @@ F: hw/core/clock-vmstate.c F: hw/core/qdev-clock.c F: docs/devel/clocks.rst +AMD Secure Encrypted Virtualization (SEV) +S: Orphan +F: docs/amd-memory-encryption.txt +F: target/i386/sev* +F: target/i386/kvm/sev-stub.c +F: include/sysemu/sev.h + Usermode Emulation ------------------ Overall usermode emulation
Add an entry to list SEV-related files. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)