[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [qemu-xen stable-4.16] plugins/execlog: removed unintended "s" at the end of log lines.
commit f97853c8cb849cc4773005183c974dec641d8493 Author: Mahmoud Mandour <ma.mandourr@xxxxxxxxx> AuthorDate: Fri Aug 6 15:10:12 2021 +0100 Commit: Michael Roth <michael.roth@xxxxxxx> CommitDate: Tue Dec 14 12:48:25 2021 -0600 plugins/execlog: removed unintended "s" at the end of log lines. Signed-off-by: Mahmoud Mandour <ma.mandourr@xxxxxxxxx> Signed-off-by: Alex Bennée <alex.bennee@xxxxxxxxxx> Message-Id: <20210803151428.125323-1-ma.mandourr@xxxxxxxxx> Message-Id: <20210806141015.2487502-2-alex.bennee@xxxxxxxxxx> Cc: qemu-stable@xxxxxxxxxx (cherry picked from commit b40310616d2bd550279dd22b05483c3c613a00ff) Signed-off-by: Michael Roth <michael.roth@xxxxxxx> --- 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 */ -- generated by git-patchbot for /home/xen/git/qemu-xen.git#stable-4.16
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |