ispras / qdt

QEMU Development Toolkit
Other
37 stars 8 forks source link

Output cluttered with messages "Task <name> consumed ..." #24

Closed Chert-Nik closed 4 years ago

Chert-Nik commented 4 years ago

I found this problem while working on this issue #20 Output of QDT launch is cluttered with messages like: Task co_gen consumed 0.062391 sec during iteration between lines .../tools/qemu/qdt/qemu/project.py:162 and 181

Total number of lines printed during QDT launch: 6656 Number of lines of the specified type: 2738

Probably messages of this type should be displayed only when specifying a special flag that enables debug printing.

QDT SHA: a58ade1a6196bc88750bbdfb3a7ece9253c47cea Qemu SHA: 131b9a05705636086699df15d4a6d328bb2585e8 Qemu configuration command: ../src/configure --target-list=riscv64-softmmu --enable-debug --target-list=riscv64-softmmu --disable-pie Qemu build command: make Qdt launch command: python3 qdt/qemu_device_creator.py -b ./build basic-device.py basic-device.py file:

uart_desc = SysBusDeviceDescription(
    # name =
    "UART_try",
    # directory =
    "char"
)
p = QProject([uart_desc])