We neglected to update MAINTAINERS when we moved the only file out of include/hw/kvm/. Its new location is covered by "X86 TCG CPUs". Drop the stale line.
Fixes: a09ef8ff0a (hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h', 2023-06-20) Cc: Paolo Bonzini <[email protected]> Cc: [email protected] Signed-off-by: Markus Armbruster <[email protected]> --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index d52aada408..d0d89915d0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -471,7 +471,6 @@ S: Supported F: */*/kvm* F: accel/kvm/ F: accel/stubs/kvm-stub.c -F: include/hw/kvm/ F: include/system/kvm*.h F: scripts/kvm/kvm_flightrecorder -- 2.54.0
