projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
079b125
)
plugins/execlog: removed unintended "s" at the end of log lines.
author
Mahmoud Mandour
<ma.mandourr@gmail.com>
Fri, 6 Aug 2021 14:10:12 +0000
(15:10 +0100)
committer
Alex Bennée
<alex.bennee@linaro.org>
Thu, 2 Sep 2021 10:29:34 +0000
(11:29 +0100)
Signed-off-by: Mahmoud Mandour <ma.mandourr@gmail.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <
20210803151428
.125323-1-ma.mandourr@gmail.com>
Message-Id: <
20210806141015
.
2487502
-2-alex.bennee@linaro.org>
Cc: qemu-stable@nongnu.org
contrib/plugins/execlog.c
patch
|
blob
|
history
diff --git
a/contrib/plugins/execlog.c
b/contrib/plugins/execlog.c
index 2de9f0d7d4d46446f7e1dd6b32b07747839db188..a5275dcc15c221b0967106629a2176c8a0b5017f 100644
(file)
--- a/
contrib/plugins/execlog.c
+++ b/
contrib/plugins/execlog.c
@@
-67,7
+67,7
@@
static void vcpu_insn_exec(unsigned int cpu_index, void *udata)
/* Print previous instruction in cache */
if (s->len) {
qemu_plugin_outs(s->str);
- qemu_plugin_outs("
s
\n");
+ qemu_plugin_outs("\n");
}
/* Store new instruction in cache */