[Qemu-devel] [PATCH] Add myself as maintainer for TPM code

Stefan Berger posted 1 patch 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1504809698-30479-1-git-send-email-stefanb@linux.vnet.ibm.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH] Add myself as maintainer for TPM code
Posted by Stefan Berger 6 years, 7 months ago
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index caf7e8a..1d5ea97 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1487,7 +1487,8 @@ F: docs/tracing.txt
 T: git git://github.com/stefanha/qemu.git tracing
 
 TPM
-S: Orphan
+M: Stefan Berger <stefanb@linux.vnet.ibm.com>
+S: Maintained
 F: tpm.c
 F: hw/tpm/*
 F: include/hw/acpi/tpm.h
-- 
2.5.5


Re: [Qemu-devel] [PATCH] Add myself as maintainer for TPM code
Posted by Philippe Mathieu-Daudé 6 years, 7 months ago
Hi Stefan,

On 09/07/2017 03:41 PM, Stefan Berger wrote:
> Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
> ---
>   MAINTAINERS | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index caf7e8a..1d5ea97 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1487,7 +1487,8 @@ F: docs/tracing.txt
>   T: git git://github.com/stefanha/qemu.git tracing
>   
>   TPM
> -S: Orphan
> +M: Stefan Berger <stefanb@linux.vnet.ibm.com>
> +S: Maintained

:)

>   F: tpm.c
>   F: hw/tpm/*
>   F: include/hw/acpi/tpm.h
> 

While here are you OK to add this file too?

F: backends/tpm.c

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Regards,

Phil.