* [PATCH] plugins/execlog: removed unintended "s" at the end of log lines.
@ 2021-08-03 15:14 Mahmoud Mandour
2021-08-03 15:41 ` Alex Bennée
0 siblings, 1 reply; 2+ messages in thread
From: Mahmoud Mandour @ 2021-08-03 15:14 UTC (permalink / raw)
To: qemu-devel; +Cc: Alexandre Iooss, Mahmoud Mandour, Alex Bennée
Signed-off-by: Mahmoud Mandour <ma.mandourr@gmail.com>
---
contrib/plugins/execlog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/plugins/execlog.c b/contrib/plugins/execlog.c
index 2de9f0d7d4..a5275dcc15 100644
--- 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 */
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] plugins/execlog: removed unintended "s" at the end of log lines.
2021-08-03 15:14 [PATCH] plugins/execlog: removed unintended "s" at the end of log lines Mahmoud Mandour
@ 2021-08-03 15:41 ` Alex Bennée
0 siblings, 0 replies; 2+ messages in thread
From: Alex Bennée @ 2021-08-03 15:41 UTC (permalink / raw)
To: Mahmoud Mandour; +Cc: Alexandre Iooss, qemu-devel
Mahmoud Mandour <ma.mandourr@gmail.com> writes:
> Signed-off-by: Mahmoud Mandour <ma.mandourr@gmail.com>
Queued to for-6.1/misc-fixes-for-rc2, thanks.
--
Alex Bennée
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-03 15:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-03 15:14 [PATCH] plugins/execlog: removed unintended "s" at the end of log lines Mahmoud Mandour
2021-08-03 15:41 ` Alex Bennée
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).