On 15/05/2020 19.07, Philippe Mathieu-Daudé wrote: > 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")
Oops, my bad. Sorry for that oversight! > diff --git a/MAINTAINERS b/MAINTAINERS > index 47ef3139e6..fd88a3de49 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -361,7 +361,7 @@ Overall KVM CPUs > M: Paolo Bonzini <pbonz...@redhat.com> > L: k...@vger.kernel.org > S: Supported > -F: */kvm.* > +F: */*/kvm* > F: accel/kvm/ > F: accel/stubs/kvm-stub.c > F: include/hw/kvm/ > Reviewed-by: Thomas Huth <th...@redhat.com>