diff mbox

Fix QEMU

Message ID 1344628087-22672-1-git-send-email-sw@weilnetz.de
State Accepted
Headers show

Commit Message

Stefan Weil Aug. 10, 2012, 7:48 p.m. UTC
One more...

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 scripts/simpletrace.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell Aug. 11, 2012, 2:08 a.m. UTC | #1
On 10 August 2012 20:48, Stefan Weil <sw@weilnetz.de> wrote:
> One more...

No problem with the patch but your commit message summary
implies a rather wider effect than the patch actually has :-)

-- PMM
Stefan Hajnoczi Aug. 15, 2012, 1:43 p.m. UTC | #2
On Fri, Aug 10, 2012 at 09:48:07PM +0200, Stefan Weil wrote:
> One more...
> 
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  scripts/simpletrace.py |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Updated the commit description to be more specific :).

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan
diff mbox

Patch

diff --git a/scripts/simpletrace.py b/scripts/simpletrace.py
index 1e74e75..9fce4bb 100755
--- a/scripts/simpletrace.py
+++ b/scripts/simpletrace.py
@@ -71,7 +71,7 @@  def read_trace_file(edict, fobj):
 
     log_version = header[2]
     if log_version == 0:
-        raise ValueError('Older log format, not supported with this Qemu release!')
+        raise ValueError('Older log format, not supported with this QEMU release!')
 
     while True:
         rec = read_record(edict, fobj)