On 6/16/21 10:43 PM, Philippe Mathieu-Daudé wrote: > From: Connor Kuehl <cku...@redhat.com> > > It may not be appropriate for me to take over as a maintainer at this time, > but I would consider myself familiar with AMD SEV and what this code is > meant to be doing as part of a VMM for launching SEV-protected guests. > > To that end, I would be happy to volunteer as a reviewer for SEV-related > changes so that I am CC'd on them and can help share the review burden with > whoever does maintain this code. > > Signed-off-by: Connor Kuehl <cku...@redhat.com> > Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com> > Message-Id: <20210608192537.103584-1-cku...@redhat.com> > [PMD: Cover more files] > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index ccdb81c9f62..fbfaaa54721 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2937,6 +2937,13 @@ F: hw/core/clock-vmstate.c > F: hw/core/qdev-clock.c > F: docs/devel/clocks.rst > > +AMD Secure Encrypted Virtualization (SEV) > +R: Connor Kuehl <cku...@redhat.com>
Is this patch still valid? > +F: docs/amd-memory-encryption.txt > +F: accel/kvm/sev-stub.c > +F: target/i386/sev* > +F: include/sysemu/sev.h > + > Usermode Emulation > ------------------ > Overall usermode emulation >