projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
116aae3
)
trace: Fix "Qemu" -> "QEMU"
author
Stefan Weil
<sw@weilnetz.de>
Fri, 10 Aug 2012 19:48:07 +0000
(21:48 +0200)
committer
Stefan Hajnoczi
<stefanha@linux.vnet.ibm.com>
Wed, 15 Aug 2012 14:18:54 +0000
(15:18 +0100)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
scripts/simpletrace.py
patch
|
blob
|
history
diff --git
a/scripts/simpletrace.py
b/scripts/simpletrace.py
index 9b4419f7c31056250d4db8343c699805a11b7917..8bbcb42cc4126dad27b43259f84b40161bcba088 100755
(executable)
--- 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 Q
emu
release!')
+ raise ValueError('Older log format, not supported with this Q
EMU
release!')
while True:
rec = read_record(edict, fobj)