aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2022-04-20 17:25:46 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2022-04-21 16:56:55 +0400
commit6712f04ec8f417d5082e206e0bc0b80d6572afbb (patch)
treea8575762a46d704663add0900d177a6783243439 /scripts
parent951cc9df88291b275f4db10e6853afd3e2a600c8 (diff)
downloadqemu-6712f04ec8f417d5082e206e0bc0b80d6572afbb.zip
qemu-6712f04ec8f417d5082e206e0bc0b80d6572afbb.tar.gz
qemu-6712f04ec8f417d5082e206e0bc0b80d6572afbb.tar.bz2
scripts/analyze-inclusions: drop qemu-common.h from analysis
The header is no longer commonly included. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20220420132624.2439741-4-marcandre.lureau@redhat.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/analyze-inclusions4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/analyze-inclusions b/scripts/analyze-inclusions
index 14806e1..45c821d 100644
--- a/scripts/analyze-inclusions
+++ b/scripts/analyze-inclusions
@@ -46,7 +46,6 @@ grep_include() {
}
echo Found $(find . -name "*.d" | wc -l) object files
-echo $(grep_include -F 'include/qemu-common.h') files include qemu-common.h
echo $(grep_include -F 'hw/hw.h') files include hw/hw.h
echo $(grep_include 'target/[a-z0-9]*/cpu\.h') files include cpu.h
echo $(grep_include -F 'qapi-types.h') files include qapi-types.h
@@ -86,9 +85,6 @@ analyze() {
echo osdep.h:
analyze ../include/qemu/osdep.h
-echo qemu-common.h:
-analyze -include ../include/qemu/osdep.h ../include/qemu-common.h
-
echo hw/hw.h:
analyze -include ../include/qemu/osdep.h ../include/hw/hw.h