QEMU 0.15.0 has been released with a fix for this bug.
** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/662461 Title: -name error message should have trailing newline Status in QEMU: Fix Released Bug description: Trivial, but it was triggering the OCD. diff --git a/vl.c b/vl.c index df414ef..9c76a55 100644 --- a/vl.c +++ b/vl.c @@ -2524,7 +2524,7 @@ int main(int argc, char **argv, char **envp) if (p != NULL) { *p++ = 0; if (strncmp(p, "process=", 8)) { - fprintf(stderr, "Unknown subargument %s to -name", p + fprintf(stderr, "Unknown subargument %s to -name\n", exit(1); } p += 8; To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/662461/+subscriptions