diff options
author | Philippe Mathieu-Daudé | 2020-06-18 14:33:33 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-07-11 00:02:20 +0200 |
commit | a6bb42f2239b85fccf93734bfb73bb8b2ddc8cce (patch) | |
tree | d84bb65ddeade61b58eaa671321b911cdd76878c /MAINTAINERS | |
parent | MAINTAINERS: Add Cameron as HVF co-maintainer (diff) | |
download | qemu-a6bb42f2239b85fccf93734bfb73bb8b2ddc8cce.tar.gz qemu-a6bb42f2239b85fccf93734bfb73bb8b2ddc8cce.tar.xz qemu-a6bb42f2239b85fccf93734bfb73bb8b2ddc8cce.zip |
MAINTAINERS: Fix KVM path expansion glob
The KVM files has been moved from target-ARCH to the target/ARCH/
folder in commit fcf5ef2a. Fix the pathname expansion.
Fixes: fcf5ef2a ("Move target-* CPU file into a target/ folder")
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ee89d67d68..4f001eda15 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -362,7 +362,7 @@ Overall KVM CPUs M: Paolo Bonzini <pbonzini@redhat.com> L: kvm@vger.kernel.org S: Supported -F: */kvm.* +F: */*/kvm* F: accel/kvm/ F: accel/stubs/kvm-stub.c F: include/hw/kvm/ |