[Qemu-devel] [PATCH] MAINTAINERS: Add some missing entries related to accelerators

Thomas Huth posted 1 patch 6 years, 11 months ago
Test asan passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1542891438-13329-1-git-send-email-thuth@redhat.com
MAINTAINERS | 5 +++++
1 file changed, 5 insertions(+)
[Qemu-devel] [PATCH] MAINTAINERS: Add some missing entries related to accelerators
Posted by Thomas Huth 6 years, 11 months ago
Add some files from accel/stubs/, include/hw/kvm/ and scripts/kvm/
to the MAINTAINERS file.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 63c88e1..6522621 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -117,6 +117,7 @@ S: Maintained
 F: cpus.c
 F: exec.c
 F: accel/tcg/
+F: accel/stubs/tcg-stub.c
 F: include/exec/cpu*.h
 F: include/exec/exec-all.h
 F: include/exec/helper*.h
@@ -332,7 +333,10 @@ L: kvm@vger.kernel.org
 S: Supported
 F: */kvm.*
 F: accel/kvm/
+F: accel/stubs/kvm-stub.c
+F: include/hw/kvm/
 F: include/sysemu/kvm*.h
+F: scripts/kvm/kvm_flightrecorder
 
 ARM
 M: Peter Maydell <peter.maydell@linaro.org>
@@ -375,6 +379,7 @@ M: Marcelo Tosatti <mtosatti@redhat.com>
 L: kvm@vger.kernel.org
 S: Supported
 F: target/i386/kvm.c
+F: scripts/kvm/vmxcap
 
 Guest CPU Cores (Xen):
 ----------------------
-- 
1.8.3.1


Re: [Qemu-devel] [PATCH] MAINTAINERS: Add some missing entries related to accelerators
Posted by Paolo Bonzini 6 years, 11 months ago
On 22/11/18 13:57, Thomas Huth wrote:
> Add some files from accel/stubs/, include/hw/kvm/ and scripts/kvm/
> to the MAINTAINERS file.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 63c88e1..6522621 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -117,6 +117,7 @@ S: Maintained
>  F: cpus.c
>  F: exec.c
>  F: accel/tcg/
> +F: accel/stubs/tcg-stub.c
>  F: include/exec/cpu*.h
>  F: include/exec/exec-all.h
>  F: include/exec/helper*.h
> @@ -332,7 +333,10 @@ L: kvm@vger.kernel.org
>  S: Supported
>  F: */kvm.*
>  F: accel/kvm/
> +F: accel/stubs/kvm-stub.c
> +F: include/hw/kvm/
>  F: include/sysemu/kvm*.h
> +F: scripts/kvm/kvm_flightrecorder
>  
>  ARM
>  M: Peter Maydell <peter.maydell@linaro.org>
> @@ -375,6 +379,7 @@ M: Marcelo Tosatti <mtosatti@redhat.com>
>  L: kvm@vger.kernel.org
>  S: Supported
>  F: target/i386/kvm.c
> +F: scripts/kvm/vmxcap
>  
>  Guest CPU Cores (Xen):
>  ----------------------
> 

Queued, thanks.

Paolo