diff options
author | 2014-10-22 10:26:47 +0800 | |
---|---|---|
committer | 2014-10-23 16:41:27 +0200 | |
commit | 107684c05d80c457aa6e81d090b36a1a294110ec (patch) | |
tree | 97a961eff2284c600f5f29c7e6840082395c92a3 /scripts/switch-timer-api | |
parent | MAINTAINERS: avoid M entries that point to mailing lists (diff) | |
download | qemu-107684c05d80c457aa6e81d090b36a1a294110ec.tar.xz qemu-107684c05d80c457aa6e81d090b36a1a294110ec.zip |
qtest: fix qtest log fd should be initialized before qtest chardev
qtest_log_fp should be inited before qemu_chr_add_handlers.
If not the log dumped from callback functions may be lost.
easy to reproduce it by command:
"QTEST_LOG=1 QTEST_QEMU_BINARY=x86_64-softmmu/qemu-system-x86_64
gtester -k --verbose -m=quick tests/qdev-monitor-test"
The log "[I xxxxxx] OPENED" should be printed out by
qtest_event, but does not.
Signed-off-by: Li Liu <john.liuli@huawei.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/switch-timer-api')
0 files changed, 0 insertions, 0 deletions