4 Feb
2025
4 Feb
'25
1:42 a.m.
On Mon, 3 Feb 2025 20:26:10 +1100
David Gibson
A previous patch changed the debug() calls in vu_control_handler() to trace() to reduce noise when debugging migration. However those messages are infrequent, and pretty useful when debugging migration (I used them to discover I needed a different qemu version).
At the same time we have potentially per-packet debug() messages in vu_kick_cb() and vu_send_single(). These get much more in the way since they occur asynchronously with the migration operation. As a rule, per packet messages should be trace() level anyway.
[This is a candidate to fold into the earlier patch]
Signed-off-by: David Gibson
Folded into existing patch and applied. -- Stefano