diff mbox series

[for-3.1,03/25] MAINTAINERS: Add missing entries to the X86 section (AMD SEV)

Message ID 20181125205000.10324-4-philmd@redhat.com (mailing list archive)
State New, archived
Headers show
Series MAINTAINERS: Add various missing entries | expand

Commit Message

Philippe Mathieu-Daudé Nov. 25, 2018, 8:49 p.m. UTC
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

Comments

Thomas Huth Nov. 27, 2018, 10 a.m. UTC | #1
On 2018-11-25 21:49, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ae12323647..3b9996ab2c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -300,8 +300,10 @@ F: target/i386/
>  F: tests/tcg/i386/
>  F: tests/tcg/x86_64/
>  F: hw/i386/
> +F: include/sysemu/sev.h
>  F: disas/i386.c
>  F: docs/qemu-cpu-models.texi
> +F: docs/amd-memory-encryption.txt
>  T: git https://github.com/ehabkost/qemu.git x86-next

Not sure, but I think this should rather be added to the KVM section,
not to the TCG section?

 Thomas
Paolo Bonzini Nov. 27, 2018, 10:09 a.m. UTC | #2
On 27/11/18 11:00, Thomas Huth wrote:
> On 2018-11-25 21:49, Philippe Mathieu-Daudé wrote:
>> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
>> ---
>>  MAINTAINERS | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index ae12323647..3b9996ab2c 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -300,8 +300,10 @@ F: target/i386/
>>  F: tests/tcg/i386/
>>  F: tests/tcg/x86_64/
>>  F: hw/i386/
>> +F: include/sysemu/sev.h
>>  F: disas/i386.c
>>  F: docs/qemu-cpu-models.texi
>> +F: docs/amd-memory-encryption.txt
>>  T: git https://github.com/ehabkost/qemu.git x86-next
> 
> Not sure, but I think this should rather be added to the KVM section,
> not to the TCG section?

Yes, agreed.

Paolo
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index ae12323647..3b9996ab2c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -300,8 +300,10 @@  F: target/i386/
 F: tests/tcg/i386/
 F: tests/tcg/x86_64/
 F: hw/i386/
+F: include/sysemu/sev.h
 F: disas/i386.c
 F: docs/qemu-cpu-models.texi
+F: docs/amd-memory-encryption.txt
 T: git https://github.com/ehabkost/qemu.git x86-next
 
 Xtensa