qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 1798659] [NEW] A typo in trace/simple.c


From: Oren Milman
Subject: [Qemu-devel] [Bug 1798659] [NEW] A typo in trace/simple.c
Date: Thu, 18 Oct 2018 19:17:54 -0000

Public bug reported:

In the master branch in trace/simple.c in writeout_thread 
(https://github.com/qemu/qemu/blob/master/trace/simple.c#L174) we currently 
have:
  dropped.rec.length = sizeof(TraceRecord) + sizeof(uint64_t),
  dropped.rec.pid = trace_pid;

It seems to me like a typo that the first line ends with a comma.
Currently this causes no harm, but I think this should be fixed.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1798659

Title:
  A typo in trace/simple.c

Status in QEMU:
  New

Bug description:
  In the master branch in trace/simple.c in writeout_thread 
(https://github.com/qemu/qemu/blob/master/trace/simple.c#L174) we currently 
have:
    dropped.rec.length = sizeof(TraceRecord) + sizeof(uint64_t),
    dropped.rec.pid = trace_pid;

  It seems to me like a typo that the first line ends with a comma.
  Currently this causes no harm, but I think this should be fixed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1798659/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]