[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 01/12] include/exec: add missing include guard comment
From: |
Alex Bennée |
Subject: |
[PATCH v2 01/12] include/exec: add missing include guard comment |
Date: |
Thu, 20 Jun 2024 16:22:09 +0100 |
Message-Id: <20240612153508.1532940-2-alex.bennee@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
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 v2 00/12] maintainer updates pre-PR (gdbstub, plugins, time control), Alex Bennée, 2024/06/20
- [PATCH v2 01/12] include/exec: add missing include guard comment,
Alex Bennée <=
- [PATCH v2 02/12] gdbstub: move enums into separate header, Alex Bennée, 2024/06/20
- [PATCH v2 04/12] sysemu: add set_virtual_time to accel ops, Alex Bennée, 2024/06/20
- [PATCH v2 06/12] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time, Alex Bennée, 2024/06/20
- [PATCH v2 03/12] plugins: Ensure register handles are not NULL, Alex Bennée, 2024/06/20
- [PATCH v2 07/12] qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c, Alex Bennée, 2024/06/20
- [PATCH v2 05/12] qtest: use cpu interface in qtest_clock_warp, Alex Bennée, 2024/06/20
- [PATCH v2 08/12] plugins: add time control API, Alex Bennée, 2024/06/20
- [PATCH v2 09/12] plugins: add migration blocker, Alex Bennée, 2024/06/20