From: Philippe Mathieu-Daudé Date: Thu, 18 Jun 2020 12:33:33 +0000 (+0200) Subject: MAINTAINERS: Fix KVM path expansion glob X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a6bb42f2239b85fccf93734bfb73bb8b2ddc8cce;p=qemu.git 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 Reviewed-by: Thomas Huth Reviewed-by: Alex Bennée Signed-off-by: Philippe Mathieu-Daudé Signed-off-by: Paolo Bonzini --- diff --git a/MAINTAINERS b/MAINTAINERS index ee89d67d68..4f001eda15 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -362,7 +362,7 @@ Overall KVM CPUs M: Paolo Bonzini L: kvm@vger.kernel.org S: Supported -F: */kvm.* +F: */*/kvm* F: accel/kvm/ F: accel/stubs/kvm-stub.c F: include/hw/kvm/