[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 01/13] softmmu/trace-events: Fix a typo
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 01/13] softmmu/trace-events: Fix a typo |
Date: |
Wed, 4 Oct 2023 11:06:16 +0200 |
Commit 8af3f5c6d6 ("softmmu: add trace point when bdrv_flush_all
fails") added calls to trace_vm_stop_flush_all() in 'cpus.c'.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
softmmu/trace-events | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/softmmu/trace-events b/softmmu/trace-events
index 22606dc27b..69c9044151 100644
--- a/softmmu/trace-events
+++ b/softmmu/trace-events
@@ -21,7 +21,7 @@ flatview_destroy(void *view, void *root) "%p (root %p)"
flatview_destroy_rcu(void *view, void *root) "%p (root %p)"
global_dirty_changed(unsigned int bitmask) "bitmask 0x%"PRIx32
-# softmmu.c
+# cpus.c
vm_stop_flush_all(int ret) "ret %d"
# vl.c
--
2.41.0
- [PATCH 00/13] misc: Rename 'softmmu' -> 'system', Philippe Mathieu-Daudé, 2023/10/04
- [PATCH 01/13] softmmu/trace-events: Fix a typo,
Philippe Mathieu-Daudé <=
- [PATCH 02/13] travis-ci: Correct invalid mentions of 'softmmu' by 'system', Philippe Mathieu-Daudé, 2023/10/04
- [PATCH 04/13] fuzz: Correct invalid mentions of 'softmmu' by 'system', Philippe Mathieu-Daudé, 2023/10/04
- [PATCH 05/13] tcg: Correct invalid mentions of 'softmmu' by 'system-mode', Philippe Mathieu-Daudé, 2023/10/04
- [PATCH 03/13] cpu: Correct invalid mentions of 'softmmu' by 'system-mode', Philippe Mathieu-Daudé, 2023/10/04
- [PATCH 06/13] accel: Rename accel_softmmu* -> accel_system*, Philippe Mathieu-Daudé, 2023/10/04
- [PATCH 07/13] gdbstub: Rename 'softmmu' -> 'system', Philippe Mathieu-Daudé, 2023/10/04
- [PATCH 08/13] semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user(), Philippe Mathieu-Daudé, 2023/10/04
- [PATCH 10/13] hw/virtio/meson: Rename softmmu_virtio_ss -> system_virtio_ss, Philippe Mathieu-Daudé, 2023/10/04