[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/9] include/exec: add missing include guard comment
From: |
Alex Bennée |
Subject: |
[PATCH 1/9] include/exec: add missing include guard comment |
Date: |
Wed, 12 Jun 2024 16:35:00 +0100 |
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
include/exec/gdbstub.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/exec/gdbstub.h b/include/exec/gdbstub.h
index eb14b91139..008a92198a 100644
--- a/include/exec/gdbstub.h
+++ b/include/exec/gdbstub.h
@@ -144,4 +144,4 @@ void gdb_set_stop_cpu(CPUState *cpu);
/* in gdbstub-xml.c, generated by scripts/feature_to_c.py */
extern const GDBFeature gdb_static_features[];
-#endif
+#endif /* GDBSTUB_H */
--
2.39.2
- [PATCH 0/9] maintainer updates (gdbstub, plugins, time control), Alex Bennée, 2024/06/12
- [PATCH 1/9] include/exec: add missing include guard comment,
Alex Bennée <=
- [PATCH 2/9] gdbstub: move enums into separate header, Alex Bennée, 2024/06/12
- [PATCH 4/9] sysemu: add set_virtual_time to accel ops, Alex Bennée, 2024/06/12
- [PATCH 5/9] qtest: use cpu interface in qtest_clock_warp, Alex Bennée, 2024/06/12
- [PATCH 6/9] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time, Alex Bennée, 2024/06/12
- [PATCH 7/9] qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c, Alex Bennée, 2024/06/12
- [PATCH 8/9] plugins: add time control API, Alex Bennée, 2024/06/12