qemu-rust
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 05/17] tests/qtest: rename qtest_send_prefix and roll-up i


From: Thomas Huth
Subject: Re: [PATCH v2 05/17] tests/qtest: rename qtest_send_prefix and roll-up into qtest_send
Date: Fri, 7 Feb 2025 17:04:50 +0100
User-agent: Mozilla Thunderbird

On 07/02/2025 16.31, Alex Bennée wrote:
qtest_send_prefix never actually sent something over the chardev, all
it does is print the timestamp to the QTEST_LOG when enabled. So
rename the function, make it static, remove the unused CharDev and
simplify all the call sites by handling that directly with
qtest_send (and qtest_log_send).

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
  include/system/qtest.h |  1 -
  hw/ppc/spapr_rtas.c    |  1 -
  hw/riscv/riscv_hart.c  |  1 -
  system/qtest.c         | 26 +++-----------------------
  4 files changed, 3 insertions(+), 26 deletions(-)

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]