Message ID | 20210616204328.2611406-2-philmd@redhat.com |
---|---|
State | New |
Headers | show |
Series | target/i386/sev: Housekeeping (OVMF + SEV-disabled binaries) | expand |
On 6/16/21 10:43 PM, Philippe Mathieu-Daudé wrote: > From: Connor Kuehl <ckuehl@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 <ckuehl@redhat.com> > Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> > Message-Id: <20210608192537.103584-1-ckuehl@redhat.com> > [PMD: Cover more files] > Signed-off-by: Philippe Mathieu-Daudé <philmd@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 <ckuehl@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 >
On 8/30/21 9:18 AM, Philippe Mathieu-Daudé wrote: >> >> +AMD Secure Encrypted Virtualization (SEV) >> +R: Connor Kuehl <ckuehl@redhat.com> > > Is this patch still valid? Thank you for championing it, but due to recent changes, no, it is no longer valid. Thank you, Connor
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 <ckuehl@redhat.com> +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