On Thu, Jul 16, 2026 at 06:19:49PM +0800, Bin Guo wrote:
> This series fixes a couple of issues in the postcopy blocktime
> fine-grained tracking feature:
>
> - Patch 1 fixes an ineffective overflow assert in vcpu_faults_current[].
> - Patch 2 fixes the const/gchar mismatch in format_time_str().
This one was intentional to add some protection on the char string, it's
common way to use, try grep "g_autofree const char" in the tree.
> - Patch 3 collects minor cleanups: remove a redundant memset() and
> fix the HMP label for non-vCPU latency.
I queued patch 1+3, thanks!
--
Peter Xu