Skip to content

Commit

Permalink
softmmu/trace-events: Fix a typo
Browse files Browse the repository at this point in the history
Commit 8af3f5c ("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>
Message-ID: <20231004090629.37473-2-philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
philmd authored and bonzini committed Oct 7, 2023
1 parent 1da389c commit fc78f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion softmmu/trace-events
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc78f56

Please sign in to comment.