From: Marc-André Lureau Date: Wed, 23 Mar 2022 15:57:25 +0000 (+0400) Subject: util: rename qemu-error.c to match its header name X-Git-Tag: v7.1.0-rc0~148^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15002f60f792;p=thirdparty%2Fqemu.git util: rename qemu-error.c to match its header name The header name is more appropriate. Signed-off-by: Marc-André Lureau Reviewed-by: Richard Henderson Message-Id: <20220323155743.1585078-15-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/util/qemu-error.c b/util/error-report.c similarity index 100% rename from util/qemu-error.c rename to util/error-report.c diff --git a/util/meson.build b/util/meson.build index 2d71ab57a42..82eec004e22 100644 --- a/util/meson.build +++ b/util/meson.build @@ -28,7 +28,7 @@ util_ss.add(files('host-utils.c')) util_ss.add(files('bitmap.c', 'bitops.c')) util_ss.add(files('fifo8.c')) util_ss.add(files('cacheinfo.c', 'cacheflush.c')) -util_ss.add(files('error.c', 'qemu-error.c')) +util_ss.add(files('error.c', 'error-report.c')) util_ss.add(files('qemu-print.c')) util_ss.add(files('id.c')) util_ss.add(files('qemu-config.c', 'notify.c'))