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@xxxxxxxxxx> >> --- >> 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@xxxxxxxxxx> (commit_signer:2/3=67%) Eduardo Habkost <ehabkost@xxxxxxxxxx> (commit_signer:2/3=67%) Tom Lendacky <thomas.lendacky@xxxxxxx> (commit_signer:2/3=67%) Laszlo Ersek <lersek@xxxxxxxxxx> (commit_signer:2/3=67%) Greg Kurz <groug@xxxxxxxx> (commit_signer:1/3=33%) qemu-devel@xxxxxxxxxx (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@xxxxxxxxxx> (commit_signer:15/29=52%) "Dr. David Alan Gilbert" <dgilbert@xxxxxxxxxx> (commit_signer:7/29=24%) Paolo Bonzini <pbonzini@xxxxxxxxxx> (commit_signer:7/29=24%) David Gibson <david@xxxxxxxxxxxxxxxxxxxxx> (commit_signer:7/29=24%) Eduardo Habkost <ehabkost@xxxxxxxxxx> (commit_signer:5/29=17%) qemu-devel@xxxxxxxxxx (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@xxxxxxxxxx> (commit_signer:8/12=67%) Paolo Bonzini <pbonzini@xxxxxxxxxx> (commit_signer:4/12=33%) James Bottomley <jejb@xxxxxxxxxxxxx> (commit_signer:3/12=25%) "Dr. David Alan Gilbert" <dgilbert@xxxxxxxxxx> (commit_signer:3/12=25%) Connor Kuehl <ckuehl@xxxxxxxxxx> (commit_signer:3/12=25%) qemu-devel@xxxxxxxxxx (open list:All patches CC here) I will update the patch to add these files to the "X86 KVM CPUs" section. Thanks, Phil.