mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
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:
commit
d1186a33ef
10 changed files with 20 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue