diff mbox series

[PULL,19/53] util: rename qemu-error.c to match its header name

Message ID 20220419055109.142788-20-pbonzini@redhat.com
State New
Headers show
Series [PULL,01/53] qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities | expand

Commit Message

Paolo Bonzini April 19, 2022, 5:50 a.m. UTC
From: Marc-André Lureau <marcandre.lureau@redhat.com>

The header name is more appropriate.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220323155743.1585078-15-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 util/{qemu-error.c => error-report.c} | 0
 util/meson.build                      | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename util/{qemu-error.c => error-report.c} (100%)
diff mbox series

Patch

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 2d71ab57a4..82eec004e2 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'))