diff options
author | Markus Armbruster | 2017-08-24 21:14:03 +0200 |
---|---|---|
committer | Markus Armbruster | 2017-09-04 13:09:12 +0200 |
commit | 3859b6cf670f3eff97d36e1f247cbcd0811e8351 (patch) | |
tree | 4292b9f359a04fff80abd92b4fe73e5a97065b41 /MAINTAINERS | |
parent | qapi-schema: Collect transaction stuff in qapi/transaction.json (diff) | |
download | qemu-3859b6cf670f3eff97d36e1f247cbcd0811e8351.tar.gz qemu-3859b6cf670f3eff97d36e1f247cbcd0811e8351.tar.xz qemu-3859b6cf670f3eff97d36e1f247cbcd0811e8351.zip |
qapi-schema: Collect TPM stuff in qapi/tpm.json
Sadly, we don't have a TPM maintainer, not even a MAINTAINERS entry.
Create one, and mark it orphaned.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1503602048-12268-12-git-send-email-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8cebd798ef..5ec945c9af 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1486,6 +1486,14 @@ F: scripts/tracetool/ F: docs/tracing.txt T: git git://github.com/stefanha/qemu.git tracing +TPM +S: Orphan +F: tpm.c +F: hw/tpm/* +F: include/hw/acpi/tpm.h +F: include/sysemu/tpm* +F: qapi/tpm.json + Checkpatch S: Odd Fixes F: scripts/checkpatch.pl |