On 29.06.2017 17:03, Philippe Mathieu-Daudé wrote:
> moved in 92229a57 to accel/
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 06006fc7df..86a08c5aac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -273,8 +273,8 @@ Overall
> M: Paolo Bonzini <pbonzini@redhat.com>
> L: kvm@vger.kernel.org
> S: Supported
> -F: kvm-*
> F: */kvm.*
While you're at it ... what's the */kvm.* good for nowadays? Was this
though for the target-*/kvm.c files? If so, we should update this to
target/*/kvm* instead.
> +F: accel/kvm/
> F: include/sysemu/kvm*.h
Maybe also add an entry for scripts/kvm ?
Thomas