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
This commit is contained in:
Anthony Liguori 2012-08-15 13:25:54 -05:00
commit d1186a33ef
10 changed files with 20 additions and 13 deletions

View file

@ -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)