diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-08-15 13:25:54 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-08-15 13:25:54 -0500 |
commit | d1186a33efa74c91b01e1b5d9918c61d109f1b54 (patch) | |
tree | 5e1430bcd829f18a905b95efd2d4b89d219b250b /scripts | |
parent | fdef621b5810cf8d6715e04d883a0f3523873014 (diff) | |
parent | c3594ed73e0a7e7feae309be79f0eb6bafcc02ab (diff) |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
* stefanha/trivial-patches:
ivshmem, qdev-monitor: fix order of qerror parameters
iov_send_recv(): Handle zero bytes case even if OS does not
framebuffer: Fix spelling in comment (leight -> height)
Spelling fix in comment (peripherans -> peripherals)
docs: Fix spelling (propery -> property)
trace: Fix "Qemu" -> "QEMU"
cputlb.c: Fix out of date comment
ehci: fix assertion typo
Makefile: Avoid explicit list of directories in clean target
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/simpletrace.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/simpletrace.py b/scripts/simpletrace.py index 9b4419f7c3..8bbcb42cc4 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) |